{ "version": 1, "title": "Household Survey", "fields": [ { "id": "location", "type": "geopoint", "label": "Household Location", "required": true }, { "id": "household_members", "type": "number", "label": "Total Household Members", "required": true }, { "id": "dwelling_type", "type": "select_one", "label": "Dwelling Type", "required": true, "options": [ {"value": "house", "label": "House"}, {"value": "apartment", "label": "Apartment"}, {"value": "informal", "label": "Informal / Makeshift"}, {"value": "communal", "label": "Communal Housing"}, {"value": "other", "label": "Other"} ] }, { "id": "wall_material", "type": "select_one", "label": "Wall Material", "options": [ {"value": "concrete", "label": "Concrete / Brick"}, {"value": "wood", "label": "Wood"}, {"value": "metal", "label": "Metal / Tin"}, {"value": "adobe", "label": "Adobe / Mud"}, {"value": "mixed", "label": "Mixed"}, {"value": "other", "label": "Other"} ] }, { "id": "roof_material", "type": "select_one", "label": "Roof Material", "options": [ {"value": "concrete", "label": "Concrete / Slab"}, {"value": "tile", "label": "Tile"}, {"value": "metal", "label": "Metal / Zinc"}, {"value": "thatch", "label": "Thatch / Palm"}, {"value": "other", "label": "Other"} ] }, { "id": "rooms", "type": "number", "label": "Number of Rooms" }, { "id": "basic_services", "type": "select_multiple", "label": "Basic Services Available", "options": [ {"value": "piped_water", "label": "Piped Water"}, {"value": "electricity", "label": "Electricity"}, {"value": "sewage", "label": "Sewage / Sanitation"}, {"value": "trash_collection", "label": "Trash Collection"}, {"value": "internet", "label": "Internet"} ] }, { "id": "tenure", "type": "select_one", "label": "Housing Tenure", "options": [ {"value": "owned", "label": "Owned"}, {"value": "rented", "label": "Rented"}, {"value": "informal", "label": "Informal / No Title"}, {"value": "other", "label": "Other"} ] }, { "id": "employment_head", "type": "select_one", "label": "Employment — Head of Household", "options": [ {"value": "formal", "label": "Formal Employment"}, {"value": "informal", "label": "Informal / Self-employed"}, {"value": "agriculture", "label": "Agriculture"}, {"value": "unemployed", "label": "Unemployed"}, {"value": "retired", "label": "Retired"}, {"value": "other", "label": "Other"} ] }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }