Skip to content

Commit

Permalink
Updates examples and README
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 11, 2017
1 parent 20b1eeb commit 9878594
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 38 deletions.
70 changes: 35 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,39 @@ returns an [array with questions and choices](examples/items-en.json)
```JavaScript
[
{
"id": "43c98ce8-a07a-4dc2-80f6-c1b2a2485f06",
"text": "Worry about things",
"keyed": "plus",
"domain": "N",
"facet": 1,
"choices": [
{
"text": "Very Inaccurate",
"score": 1,
"color": 1
},
{
"text": "Moderately Inaccurate",
"score": 2,
"color": 2
},
{
"text": "Neither Accurate Nor Inaccurate",
"score": 3,
"color": 3
},
{
"text": "Moderately Accurate",
"score": 4,
"color": 4
},
{
"text": "Very Accurate",
"score": 5,
"color": 5
}
]
"id": "43c98ce8-a07a-4dc2-80f6-c1b2a2485f06",
"text": "Worry about things",
"keyed": "plus",
"domain": "N",
"facet": 1,
"num": 1,
"choices": [
{
"text": "Very Inaccurate",
"score": 1,
"color": 1
},
{
"text": "Moderately Inaccurate",
"score": 2,
"color": 2
},
{
"text": "Neither Accurate Nor Inaccurate",
"score": 3,
"color": 3
},
{
"text": "Moderately Accurate",
"score": 4,
"color": 4
},
{
"text": "Very Accurate",
"score": 5,
"color": 5
}
]
}
]
```
Expand Down Expand Up @@ -99,7 +100,6 @@ If you want to help by translating the items to other languages this is how you

## About

Created with <3 by [zrrzzt](https://github.com/zrrrzzt) and [maccyber](https://github.com/maccyber)
Created with <3 by [Alheimsins](https://github.com/Alheimsins)

![alt text](https://robots.kebabstudios.party/zrrrzzt.png "Robohash image of zrrrzzt")
![alt text](https://robots.kebabstudios.party/maccyber.png "Robohash image of maccyber")
![Alheimsins symbol](https://file-qwoleuymtm.now.sh "Alheimsins symbol")
Loading

0 comments on commit 9878594

Please sign in to comment.