source: Dev/couchdb/responseset.json @ 433

Last change on this file since 433 was 329, checked in by jkraaijeveld, 13 years ago

Added some comments on consistency

File size: 378 bytes
Line 
1//ResponseSet
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
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}
15
16
Note: See TracBrowser for help on using the repository browser.