Last change
on this file since 435 was
327,
checked in by jkraaijeveld, 13 years ago
|
Added first set of json document 'examples'
|
File size:
309 bytes
|
Rev | Line | |
---|
[327] | 1 | //Question
|
---|
| 2 | {
|
---|
| 3 | _id: "1",
|
---|
| 4 | _rev: "1234",
|
---|
| 5 |
|
---|
| 6 | type: "Question",
|
---|
| 7 |
|
---|
| 8 | title: "Title",
|
---|
| 9 | text: "Question text",
|
---|
| 10 |
|
---|
| 11 | items: [ "item1",
|
---|
| 12 | "item2"
|
---|
| 13 | ],
|
---|
| 14 |
|
---|
| 15 | scale: "OrdinalScale"
|
---|
| 16 |
|
---|
| 17 | required: true //True or false for now, stuff like 'at least 5 out of 6' has to be done on a different level
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 |
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.