Last change
on this file since 437 was
329,
checked in by jkraaijeveld, 13 years ago
|
Added some comments on consistency
|
File size:
378 bytes
|
Rev | Line | |
---|
[327] | 1 | //ResponseSet
|
---|
[329] | 2 | //Every responseset gets his own file, will be mostly additions
|
---|
| 3 | //Modifies are only an issue if modified in two seperate repositories at the same time before synchronization
|
---|
[327] | 4 | {
|
---|
| 5 | _id: "125"
|
---|
| 6 | _rev: 83481010f"
|
---|
| 7 |
|
---|
| 8 | type: "ResponseSet",
|
---|
| 9 | respondent: userid,
|
---|
| 10 | survey: surveyid
|
---|
| 11 |
|
---|
| 12 | responses: { questionItemId1 : "value",
|
---|
| 13 | questionItemId2 : "value" }
|
---|
| 14 | }
|
---|
[329] | 15 |
|
---|
| 16 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.