UrbanRiskSlumRedevelopment / Narad

Data collection app for android where officials can input surveys from families.
MIT License
1 stars 0 forks source link

Map question format #3

Open ericaliu9 opened 7 years ago

ojha-url commented 7 years ago

Additional question types:

Searchable drop-down list, with classes & sub-classes, refer question no. 2, 3 & 4 in Livelihood survey. (see code below) Since choice lists comprise of upto 45 choices,

{ "-no": "50", "-name": "preferred_training", "qtext": "Preferred area for training / skill enhancement", "qtype": "D", "qhint": "Search or select", "req": "F", "class": [ { "cltext": "Male earners", "clsub": [ { "-no": "a", "clstext": "For primary occupation", "clschoices": "refer_to_choicelists_stored_elsewhere" }, { "-no": "b", "clstext": "For secondary occupation", "clschoices": "refer_to_choicelists_stored_elsewhere" } ] }, { "cltext": "Female earners", "clsub": [ { "-no": "c", "clstext": "For primary occupation", "clschoices": "refer_to_choicelists_stored_elsewhere" }, { "-no": "d", "clstext": "For secondary occupation", "clschoices": "refer_to_choicelists_stored_elsewhere" } ] } ] }