Skip to content

Instantly share code, notes, and snippets.

@tobya
Last active December 26, 2015 21:19
Show Gist options
  • Save tobya/7215515 to your computer and use it in GitHub Desktop.
Save tobya/7215515 to your computer and use it in GitHub Desktop.
Sample Survey
{
"metadata":{
"transactionguid":"{23202669-1e53-4de8-b7ee-9ff93abf0f09}"
},
"survey":{
"title":"Baseline Capture",
"Description":"Initial Capture of Data for Benificiaries",
"guid":"{c94d1c99-5606-49e1-807d-8066825a5fc0}",
"version":"0.10",
"items":[
{
"label":"Given Name",
"type":"text",
"fieldname":"name_given"
},
{
"label":"Family Name",
"type":"text",
"fieldname":"name_family"
},
{
"label":"Age",
"type":"select",
"fieldname":"age",
"values":[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
20,
21,
30,
31
]
},
{
"label":"Further Comments",
"description":"Further Comments",
"fieldname":"further_comments",
"type":"textarea"
},
{
"label":"Marital Status",
"description":"Are you married",
"fieldname":"maritalstatus",
"type":"select",
"values":{
"married":"Married",
"single":"Single",
"widow":"Widow"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment