source: Dev/couchdb/responseset.json @ 327

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

Added first set of json document 'examples'

File size: 198 bytes
Line 
1//ResponseSet
2{
3        _id: "125"
4        _rev: 83481010f"
5
6        type: "ResponseSet",
7        respondent: userid,
8        survey: surveyid
9
10        responses: { questionItemId1 : "value",
11                                 questionItemId2 : "value" }   
12}
Note: See TracBrowser for help on using the repository browser.