diff --git a/backend/source/forms/1699353915355.prod.json b/backend/source/forms/1699353915355.prod.json index 8cf55fd97..5b0c3cbca 100644 --- a/backend/source/forms/1699353915355.prod.json +++ b/backend/source/forms/1699353915355.prod.json @@ -21,6 +21,7 @@ "question": "New household registration or Monitoring update?", "order": 1, "type": "option", + "variable": "reg_or_update", "tooltip": { "text": "Registration of household in RTMIS (new household) or update of monitoring data (existing household)" }, @@ -226,6 +227,7 @@ "question": "What is the location of the household?", "order": 2, "type": "administration", + "variable": "hh_location", "tooltip": { "text": "This question contains a list of possible household locations, starting with government area or district, down to the village." }, @@ -245,6 +247,7 @@ "order": 3, "type": "geo", "tooltip": null, + "variable": "hh_geo", "required": true, "meta": true, "options": null, @@ -261,6 +264,7 @@ "question": "Household Code", "order": 4, "type": "text", + "variable": "hh_code", "tooltip": null, "required": true, "meta": false, @@ -283,6 +287,7 @@ "question": "Household respondent position in household", "order": 1, "type": "option", + "variable": "resp_position", "tooltip": { "text": "List of household positions" }, @@ -323,6 +328,7 @@ "question": "Household head: given first name", "order": 2, "type": "text", + "variable": "hh_head_given_first_name", "tooltip": null, "required": true, "meta": true, @@ -335,6 +341,7 @@ "question": "Household head: family name", "order": 3, "type": "text", + "variable": "hh_head_family_name", "tooltip": null, "required": true, "meta": true, @@ -347,6 +354,7 @@ "question": "Second household member: given first name", "order": 4, "type": "text", + "variable": "second_hh_member_given_first_name", "tooltip": null, "required": true, "meta": true, @@ -359,6 +367,7 @@ "question": "Second household member: family name", "order": 5, "type": "text", + "variable": "second_hh_member_family_name", "tooltip": null, "required": true, "meta": false, @@ -371,6 +380,7 @@ "question": "Household head: gender", "order": 6, "type": "option", + "variable": "hh_head_gender", "tooltip": { "text": "Definition of head of household: a person who is identified as the main authority figure in the household. This should be the first person that comes to mind." }, @@ -409,6 +419,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "hh_head_age", "options": null, "rule": { "max": 200, @@ -421,6 +432,7 @@ "question": "How many males (0-5 years) live permanently in this house", "order": 8, "type": "number", + "variable": "males_0_5", "tooltip": { "text": "Count all people (in this age range) who reside in this household for at least 6 days a week (including the respondent) and share the same cooking pot and use the same toilet facilities." }, @@ -438,6 +450,7 @@ "question": "How many females (0-5 years) live permanently in this house", "order": 9, "type": "number", + "variable": "females_0_5", "tooltip": { "text": "Probe for additional members: those who are not currently at home, including anyone who may not be family (such as servants, friends) but who usually reside in the household." }, @@ -456,6 +469,7 @@ "order": 10, "type": "number", "tooltip": null, + "variable": "males_6_18", "required": true, "meta": false, "options": null, @@ -471,6 +485,7 @@ "order": 11, "type": "number", "tooltip": null, + "variable": "females_6_18", "required": true, "meta": false, "options": null, @@ -485,6 +500,7 @@ "question": "How many males (19-59 years) live permanently in this house", "order": 12, "type": "number", + "variable": "males_19_59", "tooltip": null, "required": true, "meta": false, @@ -502,6 +518,7 @@ "type": "number", "tooltip": null, "required": true, + "variable": "females_19_59", "meta": false, "options": null, "rule": { @@ -517,6 +534,7 @@ "type": "number", "tooltip": null, "required": true, + "variable": "males_60_plus", "meta": false, "options": null, "rule": { @@ -530,6 +548,7 @@ "question": "How many females (60 years and above) live permanently in this house", "order": 15, "type": "number", + "variable": "females_60_plus", "tooltip": null, "required": true, "meta": false, @@ -546,6 +565,7 @@ "order": 16, "type": "autofield", "tooltip": null, + "variable": "total_males", "required": true, "meta": false, "options": null, @@ -562,6 +582,7 @@ "order": 17, "type": "autofield", "tooltip": null, + "variable": "total_females", "required": true, "meta": false, "options": null, @@ -578,6 +599,7 @@ "order": 18, "type": "option", "tooltip": null, + "variable": "difficulty_seeing_walking_communicating_selfcare", "required": true, "meta": false, "options": [ @@ -605,6 +627,7 @@ "question": "Does your family own the house that you live in?", "order": 19, "type": "option", + "variable": "family_own_house", "tooltip": { "text": "Residential status" }, @@ -635,6 +658,7 @@ "question": "Household: in any at-risk categories?", "order": 20, "type": "multiple_option", + "variable": "hh_in_any_atrisk_categories", "tooltip": { "text": "INTERVIEW: is the household in any of the following at-risk household categories? Household may be in more than one category
At-risk household: defined as a household at risk of not achieving or not sustaining the required sanitation and hygiene outcomes, or at risk from the public health hazards associated with unsafely managed sanitation and hygiene services
At-risk categories: the county public health office should determine the at-risk categories to be flagged in this county. The following list includes a number of potential at-risk categories, but should be edited to match the priority at-risk categories identified by the county public health office" }, @@ -758,6 +782,7 @@ "question": "Address or any unique household characteristics", "order": 21, "type": "text", + "variable": "Unique_hh_characteristics", "tooltip": { "text": "Urban : Enter house number and street name
Rural : Enter any characteristic which helps distinguish this household from other similar households in the community " }, @@ -782,6 +807,7 @@ "question": "Household toilet observed", "order": 1, "type": "option", + "variable": "hh_toilet_observed", "tooltip": { "text": "OBSERVE: Is a toilet facility visible in the house or household compound?" }, @@ -810,6 +836,7 @@ "order": 2, "type": "photo", "tooltip": null, + "variable": "photo_01_front_toilet", "required": true, "meta": false, "options": null, @@ -829,6 +856,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "photo_02_back_toilet", "options": null, "dependency": [ { @@ -846,6 +874,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "photo_03_inside_toilet", "options": null, "dependency": [ { @@ -864,6 +893,7 @@ "required": false, "meta": false, "options": null, + "variable": "photo_04_containment_system", "dependency": [ { "id": 1699422286091, @@ -877,6 +907,7 @@ "question": "Functional toilet", "order": 6, "type": "option", + "variable": "functional_toilet", "tooltip": { "text": "OBSERVE: is the toilet facility functional?
Functional toilet: the household toilet is functioning as intended and can be used (that is, it is not blocked, abandoned, or collapsed)" }, @@ -915,6 +946,7 @@ "question": "Toilet privacy", "order": 7, "type": "option", + "variable": "toilet_privacy", "tooltip": { "text": "OBSERVE: does the toilet superstructure meet local criteria for privacy?
OBSERVE: are animals prevented from entering the toilet?
Privacy: toilet superstructure has walls and a door that allow use of the toilet without observation by people outside the toilet (NOTE: variations in privacy criteria may be agreed by County Public Health Office to reflect local practices).
Privacy from animals: the toilet superstructure should also prevent animals from entering the toilet, to limit contact between animals and human excreta." }, @@ -953,6 +985,7 @@ "question": "Outcome result - Functional toilet with privacy", "order": 8, "type": "autofield", + "variable": "o_r_functional_toilet_with_privacy", "tooltip": null, "required": true, "meta": false, @@ -972,6 +1005,7 @@ "question": "Toilet interface", "order": 9, "type": "option", + "variable": "toilet_interface", "tooltip": { "text": "OBSERVE: type of toilet interface
Toilet interface: part of the toilet through which the excreta pass into the containment system
Examples: 1. Drophole, 2. Pour-flush pan, 3. SATO pan." }, @@ -1041,6 +1075,7 @@ "question": "Containment or collection system", "order": 10, "type": "option", + "variable": "containment_or_collection_system", "tooltip": { "text": "OBSERVE: type of excreta containment or collection system
Containment system: pit or tank (or other) that contains and stores excreta
Collection system: connection through which excreta and wastewater are collected
Examples: 1. Latrine pit; 2. Septic tank; 3. Sewer connection.
Flush to don't know: household does not know where the toilet flushes to, but no surface outlets or open discharges are visible (in this case, likely to be a buried pit or tank)" }, @@ -1134,6 +1169,7 @@ "question": "Flyproof toilet", "order": 11, "type": "option", + "variable": "flyproof_toilet", "tooltip": { "text": "OBSERVE: is the toilet flyproof?
Flyproof: toilet design prevents flies from reaching the excreta in the pit (or other containment system)
VIP vent pipe with insect screen: vent pipes should be covered with insect screen to prevent insect entry into the pit or tank.
Examples: 1. Pour-flush pit latrine with a functional water-seal pan; 2. VIP latrine with a screened vent pipe; 3. Dry pit latrine with a tight-fitting drophole cover." }, @@ -1221,6 +1257,7 @@ "question": "Outcome result - Flyproof toilet type", "order": 12, "type": "autofield", + "variable": "o_r_flyproof_toilet_type", "tooltip": null, "required": true, "meta": false, @@ -1240,6 +1277,7 @@ "question": "Clean toilet pan/drophole", "order": 13, "type": "option", + "variable": "clean_toilet_pandrophole", "tooltip": { "text": "OBSERVE: is the toilet interface clean?
Clean: interface of the toilet should appear clean, with no visible faeces, urine or used cleaning materials (for example, toilet paper or other paper, leaves or other anal cleansing materials).
Easily cleaned: minor traces of faeces or soiled materials are acceptable only if easily cleaned (for example, if a child forgot to flush the toilet; or if the traces are not yet dry and difficult to clean)" }, @@ -1279,6 +1317,7 @@ "question": "Clean toilet floor", "order": 14, "type": "option", + "variable": "clean_toilet_floor", "tooltip": { "text": "OBSERVE: is the toilet floor clean?
Clean: floor of the toilet should appear clean, with no visible faeces, urine or used cleaning materials (for example, toilet paper or other paper, leaves or other anal cleansing materials).
Easily cleaned: minor traces of faeces or soiled materials are acceptable only if easily cleaned (for example, if the traces are not yet dry and difficult to clean)" }, @@ -1318,6 +1357,7 @@ "question": "Clean toilet walls", "order": 15, "type": "option", + "variable": "clean_toilet_walls", "tooltip": { "text": "OBSERVE: are the toilet walls clean?
Clean: walls of the toilet should appear clean, with no visible faeces, urine or used cleaning materials (for example, toilet paper or other paper, leaves or other anal cleansing materials).
Easily cleaned: minor traces of faeces or soiled materials are acceptable only if easily cleaned (for example, if the traces are not yet dry and difficult to clean)" }, @@ -1357,6 +1397,7 @@ "question": "Outcome result - Clean toilet", "order": 16, "type": "autofield", + "variable": "o_r_clean_toilet", "tooltip": null, "required": true, "meta": false, @@ -1376,6 +1417,7 @@ "question": "Durable toilet slab", "order": 17, "type": "option", + "variable": "durable_toilet_slab", "tooltip": { "text": "OBSERVE: is the toilet slab made from durable materials?
Durable toilet slab: the range of materials considered durable will depend on local contexts. The County Public Health Office should approve the use of resilient local materials that will not degrade rapidly under local conditions, and which provide similar lifespans, functionality and cleanliness to toilet slabs made from durable materials.
Examples: 1. Concrete toilet slab; 2. Concrete toilet slab covered with ceramic tiles; 3. Structural plastic slab." }, @@ -1462,6 +1504,7 @@ "question": "Durable toilet containment or collection system", "order": 18, "type": "option", + "variable": "durable_toilet_containment_collection_system", "tooltip": { "text": "OBSERVE: is the toilet containment or collection system durable?
OBSERVE: are there any signs of collapse or damage to the toilet containment or collection system?
INTERVIEW (where containment not visible): were any materials used to support the sides of the containment system?
INTERVIEW (where containment not visible): does the soil collapse without support?
INTERVIEW (where containment not visible): has the toilet pit collapsed in the last 12 months?
Durable toilet containment (in stable soils): unlined pits may be assessed as durable in areas where other unlined pits are known to be stable and long-lasting.
Durable toilet containment (in UNSTABLE soils): the pit or tank should either be lined with durable materials, or lined with resilient local materials that will not degrade rapidly under local conditions, and which provide similar lifespans and support to linings made from durable materials. " }, @@ -1550,6 +1593,7 @@ "type": "autofield", "tooltip": null, "required": true, + "variable": "o_r_durable_toilet", "meta": false, "options": null, "fn": { @@ -1566,6 +1610,7 @@ "question": "OBSERVE: Safely managed containment", "order": 20, "type": "option", + "variable": "observe_safely_managed_containment", "tooltip": { "text": "OBSERVE: any evidence of surface outflows from the containment system (for example, visible outflows or leaks; increased vegetation growth around the pit; visible deposits from previous outflows)
Surface outflows from containment: EITHER continuous outflows of faecal sludge or wastewater from overflow pipes, holes or leaks; OR evidence of previous surface outflows (for example, increased vegetation growth around the containment system, or visible sludge deposits from overflows or leaks).
Examples of surface outflows: 1. Septic tank with overflow pipe to the surface (open space, open drain, water body); 2. Latrine pit with signs of wastewater or sludge overflow or leakage." }, @@ -1628,6 +1673,7 @@ "question": "INTERVIEW: Visible surface outflows", "order": 21, "type": "option", + "variable": "visible_surface_outflows", "tooltip": { "text": "INTERVIEW: are surface outflows from the containment system ever visible?
INTERVIEW: how often are surface outflows from the containment system visible?" }, @@ -1668,6 +1714,7 @@ "type": "option", "tooltip": null, "required": true, + "variable": "community_low_groundwater_contamination", "meta": false, "options": [ { @@ -1693,6 +1740,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "o_r_toilet_with_safe_containment", "options": null, "fn": { "fnColor": { @@ -1718,6 +1766,7 @@ "question": "OD or toilet use", "order": 1, "type": "option", + "variable": "od_or_toilet_use", "tooltip": { "text": "INTERVIEW: Do members of your household defecate in the open or use a toilet?
Own toilet: a toilet owned by the household (usually located nearby the home)
Other household toilet: a toilet owned by another household (often on somone else's property)" }, @@ -1750,6 +1799,7 @@ "question": "All household members use toilet", "order": 2, "type": "option", + "variable": "all_hh_members_use_toilet", "tooltip": { "text": "INTERVIEW: are any members of your household unable to use the toilet?
INTERVIEW (for those unable to use): are they able to use the toilet with assistance?
All members use toilet: household respondent confirms that everyone EITHER uses the toilet, OR is assisted to use the toilet" }, @@ -1782,6 +1832,7 @@ "question": "Shared toilet use: number of people", "order": 3, "type": "option", + "variable": "shared_toilet_use_number_of_people", "tooltip": { "text": "INTERVIEW: do you share this toilet with others who are not members of your household?
Shared toilet use: shared use of a toilet is acceptable, providing that no more than 10-15 people use the toilet. The County Public Health Office should agree on the maximum number of people sharing a toilet based on local practices and evidence of hygienic outcomes in shared toilets." }, @@ -1820,6 +1871,7 @@ "question": "Outcome result - Toilet use by all household members", "order": 4, "type": "autofield", + "variable": "o_r_toilet_use_by_all_hh_members", "tooltip": null, "required": true, "meta": false, @@ -1838,6 +1890,7 @@ "question": "Individual use of toilet at all times (for each household member)", "order": 5, "type": "option", + "variable": "toilet_use_by_all_members", "tooltip": { "text": "INTERVIEW: Ask each household member individually, the last time you defecated, did you defecate in the open or use the toilet?
INTERVIEW: do any members of the household require assistance to the the toilet? What sort of assistance?
PROBE: do any members of the household use the toilet sometimes, and defecate in the open at other times? In this case, response option is G0 No toilet, practice OD
REPEAT for other household members
NOTE: If household member is not available, or too young to answer (0-4 years), ask the household respondent to confirm OD or toilet use" }, @@ -1876,6 +1929,7 @@ "question": "Outcome result - Individual use of own household toilet", "order": 6, "type": "autofield", + "variable": "o_r_individual_use_of_own_hh_toilet", "tooltip": null, "required": true, "meta": false, @@ -1895,6 +1949,7 @@ "question": "Safely managed on-site containment", "order": 7, "type": "option", + "variable": "safely_managed_onsite_containment", "tooltip": { "text": "INTERVIEW: has the toilet containment (pit, tank or other) ever been emptied?
INTERVIEW: has the toilet containment (pit, tank or other) ever filled up?
INTERVIEW: what happened when the toilet containment (pit, tank or other) last filled up?
Examples: 1. Covered the full pit and dug a new pit; 2. Emptied the full pit and re-used it; 3. Connected a second pit and disconnected the full pit. 4. Emptied faecal sludge from septic tank then continued to use." }, @@ -1975,6 +2030,7 @@ "question": "Safely managed sanitation services", "order": 8, "type": "option", + "variable": "safely_managed_sanitation_services", "tooltip": { "text": "INTERVIEW: the last time it was emptied, where were the contents of the toilet containment emptied to?
INTERVIEW: the last time it was emptied, who emptied the toilet containment?
INTERVIEW (if the containment system is a lined pit or tank, which has never been emptied): what will happen when the toilet containment is full?
INTERVIEW: How long were the contents stored (without any fresh excreta entering the toilet containment) before emptying?
Intention to empty: household is planning to empty toilet containment (pit or tank) when full, or when required.
Storage time: length of time that contents of containment were stored without any fresh excreta entering the containment (for example, alternating twin pit latrine where full pit is disconncted and contents are stored for 2 years before emptying)
Licensed service provider: paid emptier that is approved and regulated by local authority to empty and transport toilet wastes
Unlicensed service provider: paid or unpaid emptier who is NOT approved by local authority to empty and transport toilet wastes (for example, family members, neighbours, friends, informal local emptiers)
Off-site location: site for the treatment, disposal or use of toilet wastes that is away from the household/community, whose location may or may not be known to the household.
Sewer connection to licensed and functional treatment site: the Public Health Office should check whether the sewer network flows to a licensed and functional treatment or disposal site.
Open container: bucket or other open container used to collect excreta (usually regularly collected and emptied)." }, @@ -2067,6 +2123,7 @@ "question": "Outcome result - Use of safely managed sanitation services", "order": 9, "type": "autofield", + "variable": "o_r_use_of_safely_managed_sanitation_services", "tooltip": null, "required": false, "meta": false, @@ -2096,6 +2153,7 @@ "question": "Handwashing facility observed", "order": 1, "type": "option", + "variable": "handwashing_facility_observed", "tooltip": { "text": "OBSERVE: presence and location of handwashing facility
INTERVIEW: where do you and other members of your household most often wash your hands?
INTERVIEW: is there only one handwashing facility, or are other facilities available?" }, @@ -2146,6 +2204,7 @@ "question": "Water available at HWF", "order": 2, "type": "option", + "variable": "water_available_at_hwf", "tooltip": { "text": "OBSERVE: is water available at the handwashing facility?
OBSERVE: where an empty water container is observed at the handwashing facility, visible wet ground (or wet materials) under the handwashing facility can be accepted as proof of the recent presence of water." }, @@ -2178,6 +2237,7 @@ "question": "Soap available at HWF", "order": 3, "type": "option", + "variable": "soap_available_at_hwf", "tooltip": { "text": "OBSERVE: is soap available at the handwashing facility?
INTERVIEW: is soap or detergent available in your household for washing hands?
Soap: solid, liquid or powder soap or detergent " }, @@ -2216,6 +2276,7 @@ "question": "Outcome result - Handwashing facility with water and soap", "order": 4, "type": "autofield", + "variable": "o_r_hwf_with_water_and_soap", "tooltip": null, "required": true, "meta": false, @@ -2234,6 +2295,7 @@ "question": "Handwashing facility type", "order": 5, "type": "option", + "variable": "handwashing_facility_type", "tooltip": { "text": "OBSERVE: is the household using a permanent handwashing station?
Permanent handwashing station: facility made from durable materials, with a piped water connection or adequate water storage, and located in a fixed place that is appropriate for handwashing at critical times
Market handwashing station: manufactured handwashing station from durable materails (bought from market or market trader)
Portable basin: open container that can be easily picked up and moved" }, @@ -2290,6 +2352,7 @@ "question": "Hands-free operation of handwashing facility", "order": 6, "type": "option", + "variable": "handsfree_operation_of_handwashing_facility", "tooltip": { "text": "OBSERVE: mechanism to collect water or trigger water flow
Hands-free operation: the handwashing station is operated by tap, or other hands-free mechanism that minimises contact with the water collection device and the water container" }, @@ -2334,6 +2397,7 @@ "question": "Adequate drainage of washing water", "order": 7, "type": "option", + "variable": "adequate_drainage_of_washing_water", "tooltip": { "text": "OBSERVE: facility to collect washing water, and facility to drain and dispose of the washing water
Collection of washing water: container to collect dirty washing water (for example, a basin or other container)
Drainage and disposal of washing water: drainage pipe or other facility to direct the washing water to an appropriate disposal point (for example, a soakpit or drain)" }, @@ -2368,6 +2432,7 @@ "type": "autofield", "tooltip": null, "required": true, + "variable": "o_r_permanent_handwashing_station", "meta": false, "options": null, "fn": { @@ -2385,6 +2450,7 @@ "question": "Handwashing: Critical toilet times", "order": 9, "type": "option", + "variable": "handwashing_critical_toilet_times", "tooltip": { "text": "INTERVIEW: when do you usually wash your hands?
INTERVIEW: what do you usually use to wash your hands?
Critical TOILET times: washing of hands with soap and water AFTER toilet use and AFTER anal cleansing.
NOTE: households should mention critical handwashing times without being prompted by the monitor" }, @@ -2435,6 +2501,7 @@ "question": "Handwashing: Critical food times", "order": 10, "type": "option", + "variable": "handwashing_critical_food_times", "tooltip": { "text": "INTERVIEW: when do you usually wash your hands?
INTERVIEW: what do you usually use to wash your hands?
Critical FOOD times: washing of hands with soap and water BEFORE food preparation or cooking; BEFORE feeding infants or young children; and BEFORE eating.
NOTE: households should mention critical handwashing times without being prompted by the monitor" }, @@ -2485,6 +2552,7 @@ "question": "Handwashing: Critical infant times", "order": 11, "type": "option", + "variable": "handwashing_critical_infant_times", "tooltip": { "text": "INTERVIEW: when do you usually wash your hands?
INTERVIEW: what do you usually use to wash your hands?
Critical INFANT times: washing of hands with soap and water by caregivers AFTER cleaning an infant of excreta, AFTER handling child faeces, or AFTER washing or disposing of a used diaper
NOTE: households should mention critical handwashing times without being prompted by the monitor" }, @@ -2529,6 +2597,7 @@ "question": "Handwashing: Critical animal times", "order": 12, "type": "option", + "variable": "handwashing_critical_animal_times", "tooltip": { "text": "INTERVIEW: when do you usually wash your hands?
INTERVIEW: what do you usually use to wash your hands?
Critical ANIMAL times: washing of hands with soap and water AFTER contact with animals, animal products or animal wastes; and both BEFORE and AFTER milking (in households that milk animals)
NOTE: households should mention critical handwashing times without being prompted by the monitor
Animal products: including meat, milk, eggs, blood, other animal tissues (e.g. organs and offal), animal skins and other animal parts (for example, feathers bones etc)
Animal wastes: animal excreta mixed with a wide variety of materials including bedding (for example, straw and other materials), washing water, spilled feed and water, animal parts, blood, skin, feathers, and other contaminated wastes and residues" }, @@ -2573,7 +2642,7 @@ "question": "Outcome result - Handwashing with soap at critical times", "order": 13, "type": "autofield", - + "variable": "o_r_handwashing_with_soap_at_critical_times", "tooltip": null, "required": true, "meta": false, @@ -2603,6 +2672,7 @@ "question": "No exposed human excreta in compound", "order": 1, "type": "option", + "variable": "no_exposed_human_excreta_in_compound", "tooltip": { "text": "OBSERVE: visible human faeces in the compound, house, toilet or in any other household buildings or facilities.
Open defecation in water bodies: where groups or communities may practice open defecation in nearby water bodies (for example, people living near beaches, lakes and rivers), human excreta may not be visible in and around household compounds or communal areas. In these cases, household interviews should be undertaken to assess whether people practice open defecation or use a toilet, in combination of observation of the presence of a functional toilet (to verify claims of toilet use)." }, @@ -2629,6 +2699,7 @@ "question": "Outcome result - No exposed human excreta", "order": 2, "type": "autofield", + "variable": "o_r_no_exposed_human_excreta", "tooltip": null, "required": true, "meta": false, @@ -2647,6 +2718,7 @@ "question": "Safe management of child excreta in compound", "order": 3, "type": "option", + "variable": "safe_management_of_child_excreta_in_compound", "tooltip": { "text": "INTERVIEW: the last time [name of youngest child] defecated, where did they defecate?
INTERVIEW: how were the child faeces collected and disposed?
INTERVIEW: Where was the excreta collection tool cleaned?
Unsafely washed: washing of child excreta collection tool (for example, potty) in compound, or at water point, without safe disposal of the contaminated washing water
Unsafely disposed: child faeces disposed to open space, field, open drain, water body
Child excreta: faeces or urine of children who are too young to use a toilet" }, @@ -2703,6 +2775,7 @@ "question": "Safe management of diapers in compound", "order": 4, "type": "option", + "variable": "safe_management_of_diapers_in_compound", "tooltip": { "text": "OBSERVE: no used diapers visible in the compound
Safe management of washable cloths: where washable cloths are used to contain child excreta, the cloths should be cleaned and washed in a safe place (for example, so that the child excreta do not contaminate the compound or a water point) and any faeces contained in the cloth should be safely disposed (for example, put or rinsed into the toilet, or buried).
Safe management of disposable diapers: where disposable diapers are used to contain child excreta, the diapers should be properly closed and EITHER disposed to a covered waste pit, OR buried, OR collected for disposal at a safely managed communal disposal site. " }, @@ -2753,6 +2826,7 @@ "question": "Outcome result - Safe management of child excreta and diapers", "order": 5, "type": "autofield", + "variable": "o_r_safe_management_of_child_excreta_and_diapers", "tooltip": null, "required": true, "meta": false, @@ -2772,6 +2846,7 @@ "question": "Would you also like to monitor G2 outcomes", "order": 6, "type": "option", + "variable": "monitor_G2", "required": true, "meta": false, "options": [ @@ -2897,6 +2972,7 @@ "question": "Clean food", "order": 7, "type": "option", + "variable": "clean_food", "dependency": [ { "id": 16994260598422, @@ -2935,6 +3011,7 @@ "question": "Covered food storage", "order": 8, "type": "option", + "variable": "covered_food_storage", "tooltip": null, "required": true, "meta": false, @@ -2971,6 +3048,7 @@ "question": "Raised food storage", "order": 9, "type": "option", + "variable": "raised_food_storage", "dependency": [ { "id": 16994260598422, @@ -3009,6 +3087,7 @@ "question": "Outcome result - Clean and safely stored food", "order": 10, "type": "autofield", + "variable": "o_r_clean_and_safely_stored_food", "tooltip": null, "required": true, "meta": false, @@ -3034,6 +3113,7 @@ "question": "Clean kitchen utensils", "order": 11, "type": "option", + "variable": "clean_kitchen_utensils", "dependency": [ { "id": 16994260598422, @@ -3072,6 +3152,7 @@ "question": "Covered utensil storage", "order": 12, "type": "option", + "variable": "covered_utensil_storage", "dependency": [ { "id": 16994260598422, @@ -3110,6 +3191,7 @@ "question": "Raised utensil storage", "order": 13, "type": "option", + "variable": "raised_utensil_storage", "dependency": [ { "id": 16994260598422, @@ -3148,6 +3230,7 @@ "question": "Outcome result - Clean and safely stored kitchen utensils", "order": 14, "type": "autofield", + "variable": "o_r_clean_and_safely_stored_kitchen_utensils", "tooltip": null, "required": true, "meta": false, @@ -3173,6 +3256,7 @@ "question": "Clean milk containers", "order": 15, "type": "option", + "variable": "clean_milk_containers", "dependency": [ { "id": 16994260598422, @@ -3211,6 +3295,7 @@ "question": "Covered container storage", "order": 16, "type": "option", + "variable": "covered_container_storage", "dependency": [ { "id": 16994260598422, @@ -3249,6 +3334,7 @@ "question": "Raised container storage", "order": 17, "type": "option", + "variable": "raised_container_storage", "dependency": [ { "id": 16994260598422, @@ -3287,6 +3373,7 @@ "question": "Outcome result - Clean and safely stored milk containers", "order": 18, "type": "autofield", + "variable": "o_r_clean_and_safely_stored_milk_containers", "tooltip": null, "required": true, "meta": false, @@ -3312,6 +3399,7 @@ "question": "Clean water containers", "order": 19, "type": "option", + "variable": "clean_water_containers", "dependency": [ { "id": 16994260598422, @@ -3350,6 +3438,7 @@ "question": "Adequate water quality", "order": 20, "type": "option", + "variable": "adequate_water_quality", "dependency": [ { "id": 16994260598422, @@ -3394,6 +3483,7 @@ "question": "Safely stored drinking water", "order": 21, "type": "option", + "variable": "safely_stored_drinking_water", "dependency": [ { "id": 16994260598422, @@ -3432,6 +3522,7 @@ "question": "Safely used water", "order": 22, "type": "option", + "variable": "safely_used_water", "dependency": [ { "id": 16994260598422, @@ -3482,6 +3573,7 @@ "question": "Outcome result - Safe management of drinking water", "order": 23, "type": "autofield", + "variable": "o_r_safe_management_of_drinking_water", "tooltip": null, "required": true, "meta": false, @@ -3507,6 +3599,7 @@ "question": "Clean water points", "order": 24, "type": "option", + "variable": "clean_water_points", "dependency": [ { "id": 16994260598422, @@ -3545,6 +3638,7 @@ "question": "Protected water points", "order": 25, "type": "option", + "variable": "protected_water_points", "dependency": [ { "id": 16994260598422, @@ -3583,6 +3677,7 @@ "question": "Well drained water points", "order": 26, "type": "option", + "variable": "well_drained_water_points", "dependency": [ { "id": 16994260598422, @@ -3621,6 +3716,7 @@ "question": "Outcome result - Safe management of water sources", "order": 27, "type": "autofield", + "variable": "o_r_safe_management_of_water_sources", "tooltip": null, "required": true, "meta": false, @@ -3646,6 +3742,7 @@ "question": "No animal wastes in house", "order": 28, "type": "option", + "variable": "no_animal_wastes_in_house", "dependency": [ { "id": 16994260598422, @@ -3684,6 +3781,7 @@ "question": "No animal wastes in compound", "order": 29, "type": "option", + "variable": "no_animal_wastes_in_compound", "dependency": [ { "id": 16994260598422, @@ -3722,6 +3820,7 @@ "question": "Outcome result - No visible animal wastes in house or compound", "order": 30, "type": "autofield", + "variable": "o_r_no_visible_animal_wastes_in_house_or_compound", "tooltip": null, "required": true, "meta": false, @@ -3747,6 +3846,7 @@ "question": "Safely managed animal waste storage", "order": 31, "type": "option", + "variable": "safely_managed_animal_waste_storage", "dependency": [ { "id": 16994260598422, @@ -3791,6 +3891,7 @@ "question": "Safe location of animal waste storage", "order": 32, "type": "option", + "variable": "safe_location_of_animal_waste_storage", "dependency": [ { "id": 16994260598422, @@ -3835,6 +3936,7 @@ "question": "Safe management of animal waste storage", "order": 33, "type": "option", + "variable": "safe_management_of_animal_waste_storage", "dependency": [ { "id": 16994260598422, @@ -3883,6 +3985,7 @@ "required": true, "meta": false, "options": null, + "variable": "o_r_safe_management_of_animal_wastes_in_compound", "dependency": [ { "id": 16994260598422, @@ -3904,6 +4007,7 @@ "question": "Location of animals in compound", "order": 35, "type": "option", + "variable": "location_animals_in_compound", "dependency": [ { "id": 16994260598422, @@ -3948,6 +4052,7 @@ "question": "Safe confinement of animals", "order": 36, "type": "option", + "variable": "safe_confinement_of_animals", "dependency": [ { "id": 16994260598422, @@ -3992,6 +4097,7 @@ "question": "Outcome result - Safe separation of animals from under-5 children", "order": 37, "type": "autofield", + "variable": "o_r_safe_separation_of_animals_from_under5_children", "tooltip": null, "required": true, "meta": false, @@ -4016,6 +4122,7 @@ "id": 16994260598423, "question": "Would you also like to monitor G3 outcomes", "order": 38, + "variable": "monitor_G3", "type": "option", "required": true, "meta": false, @@ -4123,6 +4230,7 @@ "question": "Soakpit for liquid wastes", "order": 39, "type": "option", + "variable": "soakpit_for_liquid_wastes", "dependency": [ { "id": 16994260598423, @@ -4161,6 +4269,7 @@ "question": "Drainage for stormwater", "order": 40, "type": "option", + "variable": "drainage_for_stormwater", "dependency": [ { "id": 16994260598423, @@ -4205,6 +4314,7 @@ "question": "Outcome result - Safe management of liquid wastes", "order": 41, "type": "autofield", + "variable": "o_r_safe_management_of_liquid_wastes", "tooltip": null, "required": true, "meta": false, @@ -4230,6 +4340,7 @@ "question": "No visible solid wastes", "order": 42, "type": "option", + "variable": "no_visible_solid_wastes", "dependency": [ { "id": 16994260598423, @@ -4268,6 +4379,7 @@ "question": "Solid waste facility or service", "order": 43, "type": "option", + "variable": "solid_waste_facility_or_service", "dependency": [ { "id": 16994260598423, @@ -4310,6 +4422,7 @@ "required": true, "meta": false, "options": null, + "variable": "o_r_safe_management_of_solid_wastes", "dependency": [ { "id": 16994260598423, @@ -4330,6 +4443,7 @@ "id": 1699434694439, "question": "No standing water", "order": 45, + "variable": "no_standing_water", "dependency": [ { "id": 16994260598423, @@ -4367,6 +4481,7 @@ { "id": 1699434771449, "question": "Treated larval breeding sites", + "variable": "treated_larval_breeding_sites", "dependency": [ { "id": 16994260598423, @@ -4413,6 +4528,7 @@ "question": "Outcome result - Good vector control in compound", "order": 47, "type": "autofield", + "variable": "o_r_good_vector_control_in_compound", "tooltip": null, "required": true, "meta": false, @@ -4437,6 +4553,7 @@ "id": 1699434939105, "question": "Clean faces", "order": 48, + "variable": "clean_faces", "dependency": [ { "id": 16994260598423, @@ -4474,6 +4591,7 @@ { "id": 1699434983278, "question": "Clean hands", + "variable": "clean_hands", "dependency": [ { "id": 16994260598423, @@ -4514,6 +4632,7 @@ "question": "Outcome result - Clean face and hands", "order": 50, "type": "autofield", + "variable": "o_r_clean_face_and_hands", "tooltip": null, "required": true, "meta": false, @@ -4539,6 +4658,7 @@ "question": "Adequate washing place", "order": 51, "type": "option", + "variable": "adequate_washing_place", "dependency": [ { "id": 16994260598423, @@ -4576,6 +4696,7 @@ "id": 1699435088758, "question": "Safe disposal site for menstrual hygiene wastes", "order": 52, + "variable": "menstrual_hygiene_disposal_site", "dependency": [ { "id": 16994260598423, @@ -4614,6 +4735,7 @@ "id": 1699435154797, "question": "Availability of menstrual hygiene materials", "order": 53, + "variable": "availability_of_hygiene_materials", "dependency": [ { "id": 16994260598423, @@ -4653,6 +4775,7 @@ "question": "Outcome result - Good menstrual health", "order": 54, "type": "autofield", + "variable": "o_r_good_menstrual_health", "tooltip": null, "required": true, "meta": false, @@ -4678,6 +4801,7 @@ "question": "Fully immunized children", "order": 55, "type": "option", + "variable": "fully_immunized_children", "dependency": [ { "id": 16994260598423, @@ -4722,6 +4846,7 @@ "question": "Outcome result - Fully immunized children", "order": 56, "type": "autofield", + "variable": "o_r_fully_immunized_children", "tooltip": null, "required": true, "meta": false, @@ -4746,6 +4871,7 @@ "id": 1699435265962, "question": "Vitamin A supplements received", "order": 57, + "variable": "vitamin_a_supplements_received", "dependency": [ { "id": 16994260598423, @@ -4794,6 +4920,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "o_r_vitamin_a_supplements", "options": null, "dependency": [ { @@ -4816,6 +4943,7 @@ "question": "Exclusive breastfeeding for under 6-month children", "order": 59, "type": "option", + "variable": "exclusive_breastfeeding_under_6_months", "dependency": [ { "id": 16994260598423, @@ -4860,6 +4988,7 @@ "question": "Outcome result - Exclusive breastfeeding", "order": 60, "type": "autofield", + "variable": "o_r_exclusive_breastfeeding", "tooltip": null, "required": true, "meta": false, @@ -4884,6 +5013,7 @@ "id": 1699435397728, "question": "Nutritious diet for 6-month to 2-year old children", "order": 61, + "variable": "nutritious_diet_6m_2y", "dependency": [ { "id": 16994260598423, @@ -4929,6 +5059,7 @@ "question": "Outcome result - Nutritious diet", "order": 62, "type": "autofield", + "variable": "o_r_nutritious_diet", "tooltip": null, "required": true, "meta": false, @@ -4953,6 +5084,7 @@ "id": 1699435455818, "question": "Malaria-safe home", "order": 63, + "variable": "malariasafe_home", "dependency": [ { "id": 16994260598423, @@ -4998,6 +5130,7 @@ "question": "Outcome result - Malaria-endemic counties: Malaria-safe homes", "order": 64, "type": "autofield", + "variable": "o_r_malariasafe_homes", "tooltip": null, "required": true, "meta": false, @@ -5022,6 +5155,7 @@ "id": 1699435526190, "question": "Dewormed home", "order": 65, + "variable": "dewormed_home", "dependency": [ { "id": 16994260598423, @@ -5067,6 +5201,7 @@ "question": "Outcome result - STH-endemic counties: Dewormed homes", "order": 66, "type": "autofield", + "variable": "o_r_dewormed_homes", "tooltip": null, "required": true, "meta": false, @@ -5103,6 +5238,7 @@ "order": 1, "type": "autofield", "required": false, + "variable": "o_r_dewormed_homes", "meta": false, "displayOnly": true, "fn": { @@ -5122,6 +5258,7 @@ "order": 2, "type": "autofield", "required": false, + "variable": "overall_hygiene_outcome", "meta": false, "displayOnly": true, "fn": { @@ -5141,6 +5278,7 @@ "order": 4, "type": "autofield", "required": false, + "variable": "o_r_functional_toilet_with_privacy", "meta": false, "displayOnly": true, "fn": { @@ -5158,6 +5296,7 @@ "order": 5, "type": "autofield", "required": false, + "variable": "o_r_flyproof_toilet_type", "meta": false, "displayOnly": true, "fn": { @@ -5175,6 +5314,7 @@ "order": 6, "type": "autofield", "required": false, + "variable": "o_r_clean_toilet", "meta": false, "displayOnly": true, "fn": { @@ -5191,6 +5331,7 @@ "question": "Outcome result - Durable toilet", "order": 7, "type": "autofield", + "variable": "o_r_durable_toilet", "required": false, "meta": false, "displayOnly": true, @@ -5209,6 +5350,7 @@ "order": 8, "type": "autofield", "required": false, + "variable": "o_r_toilet_with_safe_containment", "meta": false, "displayOnly": true, "fn": { @@ -5226,6 +5368,7 @@ "order": 9, "type": "autofield", "required": false, + "variable": "o_r_toilet_use_by_all_hh_members", "meta": false, "displayOnly": true, "fn": { @@ -5243,6 +5386,7 @@ "order": 10, "type": "autofield", "required": false, + "variable": "o_r_individual_use_of_own_hh_toilet", "meta": false, "displayOnly": true, "fn": { @@ -5261,6 +5405,7 @@ "order": 11, "type": "autofield", "required": false, + "variable": "o_r_use_of_safely_managed_sanitation_services", "meta": false, "displayOnly": true, "fn": { @@ -5279,6 +5424,7 @@ "order": 12, "type": "autofield", "required": false, + "variable": "o_r_handwashing_facility_with_water_and_soap", "meta": false, "displayOnly": true, "fn": { @@ -5295,6 +5441,7 @@ "question": "Outcome result - Permanent hand washing station", "order": 13, "type": "autofield", + "variable": "o_r_permanent_hand_washing_station", "required": false, "meta": false, "displayOnly": true, @@ -5313,6 +5460,7 @@ "question": "Outcome result - Hand washing with soap at critical times", "order": 14, "type": "autofield", + "variable": "o_r_hand_washing_with_soap_at_critical_times", "required": false, "meta": false, "displayOnly": true, @@ -5331,6 +5479,7 @@ "question": "Outcome result - No exposed human excreta", "order": 15, "type": "autofield", + "variable": "o_r_no_exposed_human_excreta", "required": false, "meta": false, "displayOnly": true, @@ -5349,6 +5498,7 @@ "order": 16, "type": "autofield", "required": false, + "variable": "o_r_safe_management_of_child_excreta_and_diapers", "meta": false, "displayOnly": true, "fn": { @@ -5366,6 +5516,7 @@ "order": 17, "type": "autofield", "required": false, + "variable": "o_r_clean_and_safely_stored_food", "meta": false, "displayOnly": true, "dependency": [ @@ -5389,6 +5540,7 @@ "question": "Outcome result - Clean and safely stored kitchen utensils", "order": 18, "type": "autofield", + "variable": "o_r_clean_and_safely_stored_kitchen_utensils", "required": false, "meta": false, "displayOnly": true, @@ -5413,6 +5565,7 @@ "question": "Outcome result - Clean and safely stored milk containers", "order": 19, "type": "autofield", + "variable": "o_r_clean_and_safely_stored_milk_containers", "required": false, "meta": false, "displayOnly": true, @@ -5438,6 +5591,7 @@ "order": 20, "type": "autofield", "required": false, + "variable": "o_r_safe_management_of_drinking_water", "meta": false, "displayOnly": true, "dependency": [ @@ -5461,6 +5615,7 @@ "question": "Outcome result - Safe management of water sources", "order": 21, "type": "autofield", + "variable": "o_r_safe_management_of_water_sources", "required": false, "meta": false, "displayOnly": true, @@ -5487,6 +5642,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_no_visible_animal_wastes_in_house_or_compound", "displayOnly": true, "dependency": [ { @@ -5510,6 +5666,7 @@ "order": 23, "type": "autofield", "required": false, + "variable": "o_r_safe_management_of_animal_wastes_in_compound", "meta": false, "displayOnly": true, "dependency": [ @@ -5535,6 +5692,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_safe_separation_of_animals_from_under5_children", "displayOnly": true, "dependency": [ { @@ -5559,6 +5717,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_safe_management_of_liquid_wastes", "displayOnly": true, "dependency": [ { @@ -5583,6 +5742,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_safe_management_of_solid_wastes", "displayOnly": true, "dependency": [ { @@ -5607,6 +5767,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_good_vector_control_in_compound", "displayOnly": true, "dependency": [ { @@ -5631,6 +5792,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_clean_face_and_hands", "displayOnly": true, "dependency": [ { @@ -5655,6 +5817,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_good_menstrual_health", "displayOnly": true, "dependency": [ { @@ -5678,6 +5841,7 @@ "order": 30, "type": "autofield", "required": false, + "variable": "o_r_fully_immunized_children", "meta": false, "displayOnly": true, "dependency": [ @@ -5703,6 +5867,7 @@ "type": "autofield", "required": false, "meta": false, + "variable": "o_r_vitamin_a_supplements", "displayOnly": true, "dependency": [ { @@ -5726,6 +5891,7 @@ "order": 32, "type": "autofield", "required": false, + "variable": "o_r_exclusive_breastfeeding", "meta": false, "displayOnly": true, "dependency": [ @@ -5749,6 +5915,7 @@ "question": "Outcome result - Nutritious diet", "order": 33, "type": "autofield", + "variable": "o_r_nutritious_diet", "required": false, "meta": false, "displayOnly": true, @@ -5773,6 +5940,7 @@ "question": "Outcome result - Malaria-endemic counties: Malaria-safe homes", "order": 34, "type": "autofield", + "variable": "o_r_malariasafe_homes", "required": false, "meta": false, "displayOnly": true, @@ -5800,6 +5968,7 @@ "required": false, "meta": false, "displayOnly": true, + "variable": "o_r_dewormed_homes", "dependency": [ { "id": 16994260598423, diff --git a/backend/source/forms/1699354006503.prod.json b/backend/source/forms/1699354006503.prod.json index 2f0f20212..40a507dce 100644 --- a/backend/source/forms/1699354006503.prod.json +++ b/backend/source/forms/1699354006503.prod.json @@ -21,6 +21,7 @@ "question": "New Community or Monitoring update?", "order": 1, "type": "option", + "variable": "new_or_update", "tooltip": { "text": "Entry of community data in RTMIS (first time) or update of monitoring data (existing community)" }, @@ -151,6 +152,7 @@ "question": "What is the location of the community?", "order": 2, "type": "administration", + "variable": "loc_comm", "tooltip": { "text": "This question contains a list of possible household locations, starting with the government area or district, down to the village." }, @@ -168,6 +170,7 @@ "question": "Geolocation of the community", "order": 3, "type": "geo", + "variable": "geo_comm", "tooltip": { "text": "Record GPS coordinates of a central place in the community (e.g. community meeting place)" }, @@ -196,6 +199,7 @@ "question": "Community respondent: role in community", "order": 1, "type": "option", + "variable": "comm_resp_role", "tooltip": { "text": "List of community roles" }, @@ -245,6 +249,7 @@ "question": "Number of households in community", "order": 2, "type": "number", + "variable": "nr_hh_community", "tooltip": { "text": "INTERVIEW: how many households currently live in this community (village or urban neighbourhood), including temporary, migrant and seasonal visitors?
Household: defined as a person or group of persons who: a) Are related or unrelated; b) live together in the same dwelling/housing unit (at least 4 nights a week); c) acknowledge one adult male or female as the head of household; d) share the same living arrangements; and e) are considered as one unit." }, @@ -261,6 +266,7 @@ "question": "Number of at-risk households", "order": 3, "type": "number", + "variable": "nr_atrisk_hh", "rule": { "min": 0 }, @@ -276,6 +282,7 @@ "id": 1699951887044, "meta": false, "question": "Implementation partners working in community", + "variable": "implementing_partners", "name": null, "order": 4, "required": true, @@ -289,6 +296,7 @@ "question": "Soil type in community", "order": 5, "type": "option", + "variable": "soil_type", "tooltip": { "text": "INTERVIEW: what is the main soil type in this community?
Soil type: what type of soil makes up the top 6 feet of the soil profile (only one type can be selected)
Soil drainage: ask whether water soaks into the soil? If water soaks in quickly and easily, then it is likely to be a high drainage soil; if it soaks in at a normal rate, it is a medium drainage soil; and if water soaks in very slowly (or not at all) then it is a low drainage soil" }, @@ -318,6 +326,7 @@ "question": "Depth to groundwater in community", "order": 6, "type": "option", + "variable": "dept_to_groundwater", "tooltip": { "text": "INTERVIEW: what is the average depth to the groundwater table in this community?
Depth to groundwater: how many metres below ground is water found (e.g. depth from ground level to water in wells and boreholes)?" }, @@ -347,6 +356,7 @@ "question": "Water supply protection in community", "order": 7, "type": "option", + "variable": "water_supply_protection", "tooltip": { "text": "INTERVIEW: what is the main water supply technology used in this community?
Water supply technology: main system or facilities used to supply drinking water" }, @@ -376,6 +386,7 @@ "question": "Use of groundwater for drinking water supply", "order": 8, "type": "option", + "variable": "groundwater_drinking_supply", "tooltip": { "text": "INTERVIEW: what percentage of households obtain drinking water from groundwater sources in this community?
Obtained from groundwater sources: drinking water is collected from water supplies or water points that produce water from below ground (boreholes, dug wells or springs)" }, @@ -405,6 +416,7 @@ "question": "Percentage of toilets less than 10m from groundwater sources", "order": 9, "type": "option", + "variable": "toilets_near_groundwater", "tooltip": { "text": "INTERVIEW: what percentage of household toilets are located less than 10m from groundwater sources?
Toilet distance from groundwater source:the horizontal distance (along the ground) between the toilet and the nearest groundwater source (borehole, dug well or spring)" }, @@ -429,6 +441,7 @@ "question": "Toilets uphill from groundwater sources", "order": 10, "type": "option", + "variable": "toil_uphi_from_grou_sour", "tooltip": { "text": "INTERVIEW: what percentage of household toilets are located uphill from (above) the nearest groundwater sources?
Toilet uphill of groundwater source: the toilet is located at a higher point than (above) the groundwater source (borehole, dug well or spring)" }, @@ -456,6 +469,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "community_low_groundwater_contamination_risk", "options": [ { "id": 16999524328041, @@ -484,6 +498,7 @@ { "id": 1699958188283, "question": "G1: Number of households who own a toilet", + "variable": "G1_households_own_toilet", "order": 1, "type": "number", "rule": { @@ -502,6 +517,7 @@ "question": "G2: Number of households using durable toilets with safe containment", "order": 2, "type": "number", + "variable": "G2_durable_toilets_safe_containment", "rule": { "min": 0 }, @@ -518,6 +534,7 @@ "question": "G3: Number of households with permanent handwashing stations", "order": 3, "type": "number", + "variable": "G3_permanent_handwashing_stations", "rule": { "min": 0 }, @@ -534,6 +551,7 @@ "question": "G1: Number of at-risk households who own a toilet", "order": 4, "type": "number", + "variable": "G1_at-risk_households_own_toilet", "rule": { "min": 0 }, @@ -550,6 +568,7 @@ "question": "G2: Number of at-risk households using durable toilets with safe containment", "order": 5, "type": "number", + "variable": "G2_at-risk_durable_toilets_safe_containment", "rule": { "min": 0 }, @@ -566,6 +585,7 @@ "question": "G3: Number of at-risk households with permanent handwashing stations", "order": 6, "type": "number", + "variable": "G3_at-risk_permanent_handwashing_stations", "rule": { "min": 0 }, @@ -580,6 +600,7 @@ { "id": 1702324544574, "question": "COMMUNITY LEVEL ASSESSMENT: Monitoring of at-risk households", + "variable": "community_monitoring_at-risk_households", "order": 7, "type": "option", "tooltip": null, @@ -611,6 +632,7 @@ "question": "Action plan for G2 status", "order": 8, "type": "option", + "variable": "action_plan_G2_status", "tooltip": { "text": "INTERVIEW: has an action plan for G2 status been approved?
INTERVIEW: is the action plan for G2 status in use?" }, @@ -637,6 +659,7 @@ "question": "Action plan for G3 status", "order": 9, "type": "option", + "variable": "action_plan_G3_status", "tooltip": { "text": "INTERVIEW: has an action plan for G3 status been approved?
INTERVIEW: is the action plan for G3 status in use?" }, @@ -673,6 +696,7 @@ "question": "No exposed human excreta in communal areas", "order": 1, "type": "option", + "variable": "no_exposed_excreta_communal_areas", "tooltip": { "text": "OBSERVE: visible human faeces in communal areas
Open defecation in water bodies: where groups or communities may practice open defecation in nearby water bodies (for example, people living near beaches, lakes and rivers), human excreta may not be visible in communal areas. In these cases, household interviews should be undertaken to assess whether people practice open defecation (including in water bodies) or use a toilet, in combination of observation of the presence of a functional toilet (to verify claims of toilet use).
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -699,6 +723,7 @@ "question": "Outcome result - No exposed human excreta", "order": 2, "type": "autofield", + "variable": "outcome_no_exposed_excreta", "tooltip": null, "required": true, "meta": false, @@ -717,6 +742,7 @@ "question": "Safe management of diapers in communal areas", "order": 3, "type": "option", + "variable": "safe_diaper_management_communal_areas", "tooltip": { "text": "OBSERVE: no used diapers visible in communal areas
Safe management of washable cloths: where washable cloths are used to contain child excreta, the cloths should be cleaned and washed in a safe place (for example, so that the child excreta do not contaminate the compound or a water point) and any faeces contained in the cloth should be safely disposed (for example, put or rinsed into the toilet, or buried).
Safe management of disposable diapers: where disposable diapers are used to contain child excreta, the diapers should be properly closed and EITHER disposed to a covered waste pit, OR buried, OR collected for disposal at a safely managed communal disposal site.
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -771,6 +797,7 @@ "required": true, "meta": false, "options": null, + "variable": "outcome_safe_diaper_management", "fn": { "fnColor": { "G1 Safely managed diapers": "#FDC74B", @@ -785,6 +812,7 @@ "question": "Clean communal water points", "order": 5, "type": "option", + "variable": "clean_communal_water_points", "tooltip": { "text": "OBSERVE: cleanliness of water points in communal areas
Clean water points: free from debris, solid waste, human or animal faeces, and any other potential sources of contamination
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -817,6 +845,7 @@ "question": "Protected communal water points", "order": 6, "type": "option", + "variable": "protected_communal_water_points", "tooltip": { "text": "OBSERVE: protection of water points in communal areas
Protected surface water sources (pans, dams, lakes, rivers): fenced to prevent animal access
Protected water supply source catchments: protected from wastes and pollutants, including human excreta and animal wastes (for example, by excluding animals and prohibiting unsafe activities, such as the use of manure or chemical fertilisers in areas around water supply sources).
Protected water points: provide separate water troughs for animal watering
Protected groundwater sources (springs, wells, handpumps, boreholes): protected from contamination, wastes and pollutants (for example, by the construction of a spring box, raised parapet wall and cover, wellhead protection and sealed borehole casing)." }, @@ -849,6 +878,7 @@ "question": "Well drained communal water points", "order": 7, "type": "option", + "variable": "well_drained_communal_water_points", "tooltip": { "text": "OBSERVE: drainage of water points in communal areas
Well drained water points: no standing water visible at or around the water source (provision of drainage and soakpits may be required in slow-draining soils)" }, @@ -881,6 +911,7 @@ "question": "Outcome result - Safe management of communal water sources", "order": 8, "type": "autofield", + "variable": "outcome_safe_management_communal_water_sources", "tooltip": null, "required": true, "meta": false, @@ -900,6 +931,7 @@ "question": "Faecal sludge disposal in communal areas", "order": 9, "type": "option", + "variable": "faecal_sludge_disposal_communal_areas", "tooltip": { "text": "
OBSERVE: evidence of unsafe faecal sludge disposal in communal areas?

INTERVIEW: is any faecal sludge disposed to communal areas?
INTERVIEW: is any faecal sludge buried in communal areas?
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -938,6 +970,7 @@ "question": "Outcome result - Use of safely managed sanitation services", "order": 10, "type": "autofield", + "variable": "outcome_safely_managed_sanitation_services", "tooltip": null, "required": true, "meta": false, @@ -957,6 +990,7 @@ "question": "Drainage for stormwater in communal areas", "order": 11, "type": "option", + "variable": "stormwater_drainage_communal_areas", "tooltip": { "text": "OBSERVE: erosion or other damage caused by stormwater flows in communal areas
Stormwater: surface water from rainfall or storms.
Adequate stormwater drainage: drains or other services that limit or prevent erosion from stormwater flows (for example, EITHER by transporting flows away from communal areas, OR by encouraging infiltration into the soil)
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -998,6 +1032,7 @@ "tooltip": null, "required": true, "meta": false, + "variable": "outcome_safe_management_liquid_wastes", "options": null, "fn": { "fnColor": { @@ -1014,6 +1049,7 @@ "question": "No visible solid wastes in communal areas", "order": 13, "type": "option", + "variable": "no_visible_solid_wastes_communal_areas", "tooltip": { "text": "OBSERVE: visible solid wastes in communal areas
Solid wastes: food wastes, paper, plastic, rags, metal, glass and other solid materials discarded by the household
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -1046,6 +1082,7 @@ "question": "Outcome result - Safe management of solid wastes", "order": 14, "type": "autofield", + "variable": "outcome_safe_management_solid_wastes", "tooltip": null, "required": true, "meta": false, @@ -1065,6 +1102,7 @@ "question": "No standing water in communal areas", "order": 15, "type": "option", + "variable": "no_standing_water_communal_areas", "tooltip": { "text": "OBSERVE: visible standing water in communal areas
Standing water: accumulation of wastewater (or stormwater) in communal area, which does NOT immediately drain away
Communal areas: areas within the community that are not part of household compounds, and which are accessible to all." }, @@ -1097,6 +1135,7 @@ "question": "Treated larval breeding sites in communal areas", "order": 16, "type": "option", + "variable": "treated_larval_breeding_sites_communal_areas", "tooltip": { "text": "INTERVIEW: where standing water provides larval breeding sites in communal areas, are treatment or other vector control activities used to limit mosquito breeding?
Larval breeding sites: mosquitoes lay eggs directly in or near water, soil and at the base of plants in places that may fill with water.
Vector control activities: draining of standing water; covering of water storage containers; filling of depressions that hold water; filling of cracks in water tank and septic tank covers; cover open vents or plumbing pipes (with insect screen).
Treatment activities: use of larvicides to treat bodies of water that will not be used for drinking, and which cannot be covered, emptied or removed; use of fogging or surface applications to control adult mosquitoes" }, @@ -1135,6 +1174,7 @@ "question": "Outcome result - Good vector control in communal areas", "order": 17, "type": "autofield", + "variable": "outcome_good_vector_control_communal_areas", "tooltip": null, "required": true, "meta": false, @@ -1154,6 +1194,7 @@ "question": "Type of institution", "order": 18, "type": "multiple_option", + "variable": "institution_type", "tooltip": { "text": "
OBSERVE: type of institution (located within community)

Institution: any public building with open access to the communal toilets and handwashing facilities" }, @@ -1228,6 +1269,7 @@ "question": "Number of Schools", "order": 19, "type": "number", + "variable": "num_schools", "dependency": [ { "id": 1699960591715, @@ -1247,6 +1289,7 @@ "question": "Number of Healthcare facilities", "order": 20, "type": "number", + "variable": "num_healthcare_facilities", "dependency": [ { "id": 1699960591715, @@ -1266,6 +1309,7 @@ "question": "Number of Transport stations", "order": 21, "type": "number", + "variable": "num_transport_stations", "dependency": [ { "id": 1699960591715, @@ -1287,6 +1331,7 @@ "question": "Number of Markets", "order": 22, "type": "number", + "variable": "num_markets", "dependency": [ { "id": 1699960591715, @@ -1306,6 +1351,7 @@ "question": "Number of Public toilet buildings", "order": 23, "type": "number", + "variable": "num_public_toilet_buildings", "dependency": [ { "id": 1699960591715, @@ -1325,6 +1371,7 @@ "question": "Number of Government office/buildings", "order": 24, "type": "number", + "variable": "num_government_office_buildings", "dependency": [ { "id": 1699960591715, @@ -1344,6 +1391,7 @@ "question": "Number of Camps (fishing, mining, farming)", "order": 25, "type": "number", + "variable": "num_camps", "dependency": [ { "id": 1699960591715, @@ -1363,6 +1411,7 @@ "question": "Number of Worship centres", "order": 26, "type": "number", + "variable": "num_worship_centres", "dependency": [ { "id": 1699960591715, @@ -1384,6 +1433,7 @@ "question": "Number of Burial places", "order": 27, "type": "number", + "variable": "num_burial_places", "dependency": [ { "id": 1699960591715, @@ -1402,6 +1452,7 @@ "id": 169995172789120, "question": "Number of Prisons", "order": 28, + "variable": "num_prisons", "type": "number", "dependency": [ { @@ -1422,6 +1473,7 @@ "question": "Number of Private institutions", "order": 29, "type": "number", + "variable": "num_private_institutions", "dependency": [ { "id": 1699960591715, @@ -1441,6 +1493,7 @@ "question": "Number of Other Institutions", "order": 30, "type": "number", + "variable": "num_other_institutions", "dependency": [ { "id": 1699960591715, @@ -1460,6 +1513,7 @@ "question": "Total number of institutions", "order": 31, "type": "autofield", + "variable": "total_num_institutions", "displayOnly": true, "required": false, "meta": false, diff --git a/backend/source/forms/1701172125596.prod.json b/backend/source/forms/1701172125596.prod.json index 2b6f41730..29f93d2c6 100644 --- a/backend/source/forms/1701172125596.prod.json +++ b/backend/source/forms/1701172125596.prod.json @@ -20,6 +20,7 @@ "id": 1701172125598, "question": "New institution or monitoring update?", "order": 1, + "variable": "new_institution_monitoring_update", "type": "option", "tooltip": { "text": "Entry of institution data in RTMIS (first time) or update of monitoring data (existing institution)" @@ -121,6 +122,7 @@ "question": "What is the village of the institution?", "order": 2, "type": "administration", + "variable": "institution_village", "tooltip": { "text": "This question contains a list of possible household locations, starting with government area or district, down to the village." }, @@ -138,6 +140,7 @@ "question": "Geo-location of the institution", "order": 3, "type": "geo", + "variable": "institution_geolocation", "tooltip": { "text": "Record GPS coordinates of a central place in the institution (e.g. in front of entrance)" }, @@ -156,6 +159,7 @@ "question": "Type of institution", "order": 4, "type": "option", + "variable": "institution_type", "required": true, "meta": true, "tooltip": { @@ -224,6 +228,7 @@ "question": "Institution ID", "order": 5, "type": "text", + "variable": "institution_ID", "tooltip": null, "required": true, "meta": true, @@ -236,6 +241,7 @@ "question": "Institution respondent: role in institution", "order": 6, "type": "text", + "variable": "institution_respondent_role", "required": true, "meta": false, "tooltip": null, @@ -256,6 +262,7 @@ "question": "Functional institutional toilet", "order": 4, "type": "option", + "variable": "functional_institutional_toilet", "required": true, "meta": false, "tooltip": { @@ -287,6 +294,7 @@ "question": "Number of functional toilets", "order": 5, "type": "number", + "variable": "num_functional_toilets", "tooltip": null, "required": true, "meta": false, @@ -302,6 +310,7 @@ "question": "Number of non-functional toilets", "order": 6, "type": "number", + "variable": "num_non_functional_toilets", "tooltip": null, "required": true, "meta": false, @@ -317,6 +326,7 @@ "question": "Flyproof institutional toilet", "order": 7, "type": "option", + "variable": "flyproof_institutional_toilet", "required": true, "meta": false, "tooltip": { @@ -349,6 +359,7 @@ "order": 8, "type": "option", "required": true, + "variable": "clean_institutional_toilet", "meta": false, "tooltip": { "text": "OBSERVE: clean toilets observed in institution?" @@ -379,6 +390,7 @@ "question": "Durable institutional toilet slab", "order": 9, "type": "option", + "variable": "durable_toilet_slab", "required": true, "meta": false, "tooltip": { @@ -410,6 +422,7 @@ "question": "Durable institutional toilet pits", "order": 10, "type": "option", + "variable": "durable_toilet_pits", "required": true, "meta": false, "tooltip": { @@ -441,6 +454,7 @@ "question": "Safely managed containment: wastewater contained", "order": 11, "type": "option", + "variable": "safely_managed_wastewater_containment", "required": true, "meta": false, "tooltip": { @@ -472,6 +486,7 @@ "question": "Safely managed containment: faecal sludge contained", "order": 12, "type": "option", + "variable": "safely_managed_faecal_sludge_containment", "required": true, "meta": false, "tooltip": { @@ -522,6 +537,7 @@ "order": 13, "type": "option", "required": true, + "variable": "safely_managed_sanitation_services", "meta": false, "tooltip": { "text": "INTERVIEW: the last time it was emptied, where were the contents of the toilet containment emptied to?,\n INTERVIEW: the last time it was emptied, who emptied the toilet containment?,\n INTERVIEW (if the containment system is a lined pit or tank, which has never been emptied): what will happen when the toilet containment is full?,
\n Licensed service provider: paid emptier that is approved and regulated by local authority to empty and transport toilet wastes,
\n Unlicensed service provider: paid or unpaid emptier who is NOT approved by local authority to empty and transport toilet wastes (for example, family members, neighbours, friends, informal local emptiers) \nOff-site location: site for the treatment, disposal or use of toilet wastes that is away from the household/community, whose location may or may not be known to the household.\nSewer connection to licensed and functional treatment site: the Public Health Office should check whether the sewer network flows to a licensed and functional treatment or disposal site." @@ -614,6 +630,7 @@ "type": "option", "tooltip": null, "required": true, + "variable": "community_low_groundwater_contamination_risk", "meta": false, "options": [ { @@ -636,6 +653,7 @@ "question": "Outcome result - Safely managed and usable institutional toilets", "order": 15, "type": "autofield", + "variable": "outcome_safely_managed_usable_institutional_toilets", "tooltip": null, "required": true, "meta": false, @@ -655,6 +673,7 @@ "question": "Handwashing facility observed in institution", "order": 16, "type": "option", + "variable": "handwashing_facility_institution", "required": true, "meta": false, "tooltip": { @@ -705,6 +724,7 @@ "order": 17, "type": "option", "required": true, + "variable": "water_available_institutional_HWF", "meta": false, "tooltip": { "text": "OBSERVE: is water available at the handwashing facility?\nOBSERVE: where an empty water container is observed at the handwashing facility, visible wet ground (or wet materials) under the handwashing facility can be accepted as proof of the recent presence of water." @@ -735,6 +755,7 @@ "question": "Soap available at institutional HWF", "order": 18, "type": "option", + "variable": "soap_available_institutional_HWF", "required": true, "meta": false, "tooltip": { @@ -773,6 +794,7 @@ "order": 19, "type": "option", "required": true, + "variable": "institutional_HWF_type", "meta": false, "tooltip": { "text": "OBSERVE: is a permanent handwashing station available?\nPermanent handwashing station: facility made from durable materials, with a piped water connection or adequate water storage, and located in a fixed place that is appropriate for handwashing at critical times\nMarket handwashing station: manufactured handwashing station from durable materails (bought from market or market trader)\nPortable basin: open container that can be easily picked up and moved" @@ -828,6 +850,7 @@ "order": 20, "type": "option", "required": true, + "variable": "hands_free_operation_institutional_HWF", "meta": false, "tooltip": { "text": "OBSERVE: mechanism to collect water or trigger water flow \nHands-free operation: the handwashing station is operated by tap, or other hands-free mechanism that minimises contact with the water collection device and the water container" @@ -871,6 +894,7 @@ "order": 21, "type": "option", "required": true, + "variable": "adequate_drainage_washing_water", "meta": false, "tooltip": { "text": "OBSERVE: facility to collect washing water, and facility to drain and dispose of the washing water\nCollection of washing water: container to collect dirty washing water (for example, a basin or other container)\nDrainage and disposal of washing water: drainage pipe or other facility to direct the washing water to an appropriate disposal point (for example, a soakpit or drain)" @@ -901,6 +925,7 @@ "question": "Outcome result - Permanent handwashing stations in institution", "order": 22, "type": "autofield", + "variable": "outcome_permanent_handwashing_stations_in_institution", "tooltip": null, "required": true, "meta": false, diff --git a/backend/source/forms/1701757876668.prod.json b/backend/source/forms/1701757876668.prod.json index 8439766cf..f83bab5d5 100644 --- a/backend/source/forms/1701757876668.prod.json +++ b/backend/source/forms/1701757876668.prod.json @@ -20,6 +20,7 @@ "question": "New school registration or monitoring update?", "order": 1, "type": "option", + "variable": "new_school_registration_monitoring_update", "tooltip": { "text": "Entry of school data in RTMIS (first time) or update of monitoring data (existing school)" }, @@ -36,6 +37,7 @@ "question": "Geolocation of school", "order": 2, "type": "geo", + "variable": "school_geolocation", "tooltip": null, "required": false, "meta": false, @@ -46,6 +48,7 @@ "id": 1706105097574, "question": "School respondent: role/position", "order": 3, + "variable": "school_respondent_role", "type": "option", "tooltip": { "text": "List of school positions/roles" }, "required": false, @@ -67,6 +70,7 @@ "question": "Total number of students enrolled in school", "order": 4, "type": "number", + "variable": "total_students_enrolled", "tooltip": { "text": "INTERVIEW: what is the total number of students currently enrolled in this school?" }, @@ -80,6 +84,7 @@ "question": "Number of boys (male students) enrolled in school", "order": 5, "type": "number", + "variable": "num_boys_enrolled", "tooltip": { "text": "INTERVIEW: what is the total number of boys currently enrolled in this school?\n" }, @@ -93,6 +98,7 @@ "question": "Number of girls (female students) enrolled in school", "order": 6, "type": "number", + "variable": "num_girls_enrolled", "tooltip": { "text": "INTERVIEW: what is the total number of girls currently enrolled in this school?" }, @@ -106,6 +112,7 @@ "question": "Number of students with disability enrolled in school", "order": 7, "type": "number", + "variable": "num_students_disability", "tooltip": { "text": "INTERVIEW: what is the total number of students with disability currently enrolled in this school?\n" }, @@ -129,6 +136,7 @@ "question": "What is the location of the school?", "order": 1, "type": "option", + "variable": "school_location", "tooltip": { "text": "This question contains a list of possible school locations, starting with the government area or district, down to the community." }, @@ -146,6 +154,7 @@ "question": "Geolocation of the school", "order": 2, "type": "geo", + "variable": "school_geolocation", "tooltip": { "text": "Record GPS coordinates of a central place in the school (e.g. outside main classroom block)" }, @@ -168,6 +177,7 @@ "question": "Main source of drinking water", "order": 1, "type": "option", + "variable": "main_drinking_water_source", "tooltip": { "text": "OBSERVE & INTERVIEW: what is the main source of drinking water for the school?
\nMain source: if there is more than one water source, select the one used most frequently for drinking water" }, @@ -242,6 +252,7 @@ "question": "Number of water points", "order": 2, "type": "number", + "variable": "num_water_points", "tooltip": { "text": "OBSERVE: how many drinking water points (e.g. taps) are available to students at the school?
\nNumber of water points: count the total number of drinking water points available to students at the school " }, @@ -255,6 +266,7 @@ "question": "Drinking water availability: current", "order": 3, "type": "option", + "variable": "drinking_water_availability_current", "tooltip": { "text": "OBSERVE & INTERVIEW: is drinking water from the main water source currently available at the school?
\nCurrently available: drinking water is available at the time of the interview, either from the main source directly or stored water originally from the main source" }, @@ -281,6 +293,7 @@ "question": "Drinking water availability: throughout school year", "order": 4, "type": "option", + "variable": "drinking_water_availability_school_year", "tooltip": { "text": "OBSERVE & INTERVIEW: is drinking water typically available throughout the school year?
\nThroughout the school year: drinking water is available throughout the school year, when the students are at school" }, @@ -313,6 +326,7 @@ "question": "Drinking water treatment", "order": 5, "type": "option", + "variable": "drinking_water_treatment", "tooltip": { "text": "OBSERVE & INTERVIEW: what treatment method is used ot make the water from the main source safe to drink?
\nSODIS: solar disinfection (plastic bottles placed in sun for a number of hours)" }, @@ -369,6 +383,7 @@ "question": "Drinking water accessibility: students with limited mobility or vision", "order": 6, "type": "option", + "variable": "water_accessibility_students_lim_mobility_vision", "tooltip": { "text": "OBSERVE: is drinking water accessible to those with limited mobility or vision?
\nAccessible: drinking water can be accessed (directly from the source or from a storage container) via a clear path without stairs or steps that is free of obstruction and has age-appropriate handrails; the tap can be reached from a seated position; and the water source/dispsenser can be opened and closed with minimal effort with one closed fist or foot" }, @@ -395,6 +410,7 @@ "question": "Drinking water accessibility: smallest students", "order": 7, "type": "option", + "variable": "water_accessibility_smallest_students", "tooltip": { "text": "OBSERVE: is drinking water accessible to the smallest children at the school?
\nAccessible: drinking water can be reached (directly from the source or from a storage container) and the water source/dispenser can be easily opened and closed by the smallest children\n" }, @@ -431,6 +447,7 @@ "question": "School toilet interface type", "order": 1, "type": "option", + "variable": "school_toilet_interface_type", "tooltip": { "text": "OBSERVE: main type of toilet interface
\nToilet interface: part of the toilet through which the excreta pass into the containment system
\nExamples: 1. Drophole, 2. Pour-flush pan, 3. SATO pan." }, @@ -495,6 +512,7 @@ "question": "School toilet containment or collection system", "order": 2, "type": "option", + "variable": "school_toilet_containment_collection_system", "tooltip": { "text": "OBSERVE: main type of excreta containment or collection system
\nMain type: the most common type of student toilet should be selected
\nContainment system: pit or tank (or other) that contains and stores excreta
\nCollection system: connection through which excreta and wastewater are collected
\nExamples: 1. Latrine pit; 2. Septic tank; 3. Sewer connection.
\nFlush to don't know: household does not know where the toilet flushes to, but no surface outlets or open discharges are visible (in this case, likely to be a buried pit or tank)" }, @@ -589,6 +607,7 @@ "question": "Durable school toilet slabs", "order": 3, "type": "option", + "variable": "durable_toilet_slabs", "tooltip": { "text": "OBSERVE: durable toilet slabs observed in school toilets?
\nDurable toilet slab: toilet slab or floor is made from durable materials.
\nExamples of durable toilet slabs: 1. Concrete toilet slab; 2. Concrete toilet slab covered with ceramic tiles; 3. Structural plastic slab." }, @@ -623,6 +642,7 @@ "question": "Durable school toilet pits", "order": 4, "type": "option", + "variable": "durable_toilet_pits", "tooltip": { "text": "OBSERVE: durable toilet pits observed in school toilets?
\nOBSERVE: are there any signs of collapse or damage to the school toilet containment or collection system?
\nINTERVIEW (where containment not visible): were any materials used to support the sides of the containment system?
\nINTERVIEW (where containment not visible): does the soil collapse without support?
\nINTERVIEW (where containment not visible): has the toilet pit collapsed in the last 12 months?
\nDurable toilet containment (in stable soils): unlined pits may be assessed as durable in areas where other unlined pits are known to be stable and long-lasting.
\nDurable toilet containment (in UNSTABLE soils): the pit or tank should either be lined with durable materials (e.g. concrete, brickwork, blockwork), or lined with resilient local materials approved by the county public health office for pit linings.
" }, @@ -657,6 +677,7 @@ "question": "Status of girls only school toilet", "order": 5, "type": "option", + "variable": "status_girls_only_toilet", "tooltip": { "text": "OBSERVE: count the number of girls-only school toilets
\nOBSERVE: assess whether the girls-only school toilets are functional
\nFunctional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required)\n" }, @@ -693,6 +714,7 @@ "type": "number", "tooltip": null, "required": false, + "variable": "num_girls_only_non_functional_toilet", "meta": false, "options": null, "dependency": [ @@ -712,6 +734,7 @@ "question": "Number of girls only functional toilet", "order": 7, "type": "number", + "variable": "num_girls_only_functional_toilet", "tooltip": null, "required": false, "meta": false, @@ -733,6 +756,7 @@ "question": "Status of boys only school toilets", "order": 8, "type": "option", + "variable": "status_boys_only_toilets", "tooltip": { "text": "OBSERVE: count the number of boys-only school toilets
\nOBSERVE: assess whether the boys-only school toilets are functional
\nFunctional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required)" }, @@ -768,6 +792,7 @@ "order": 9, "type": "number", "tooltip": null, + "variable": "num_boys_only_non_functional_toilet", "required": false, "meta": false, "options": null, @@ -788,6 +813,7 @@ "question": "Number of boys only functional toilets", "order": 10, "type": "number", + "variable": "num_boys_only_functional_toilets", "tooltip": null, "required": false, "meta": false, @@ -809,6 +835,7 @@ "question": "Status of shared only school toilets", "order": 11, "type": "option", + "variable": "status_shared_toilets", "tooltip": { "text": "OBSERVE: count the number of shared school toilets
\nOBSERVE: assess whether the shared school toilets are functional
\nFunctional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required)
" }, @@ -852,6 +879,7 @@ "question": "Number of functional shared toilet", "order": 12, "type": "number", + "variable": "num_functional_shared_toilet", "tooltip": null, "required": false, "meta": false, @@ -873,6 +901,7 @@ "question": "Number of non functional shared toilet", "order": 13, "type": "number", + "variable": "num_non_functional_shared_toilet", "tooltip": null, "required": false, "meta": false, @@ -894,6 +923,7 @@ "question": "Girl student-toilet ratio", "order": 14, "type": "autofield", + "variable": "girl_student_toilet_ratio", "tooltip": { "text": "total number of girls (female students) enrolled in school divided by total number of functional girls-only toilets (segregated)
\nFunctional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required)" }, @@ -916,6 +946,7 @@ "question": "Boy student-toilet ratio", "order": 15, "type": "autofield", + "variable": "boy_student_toilet_ratio", "tooltip": { "text": "total number of boys (male students) enrolled in school divided by total number of functional toilets (available to boys-only plus shared toilets available to all students)
\nFunctional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required)\n" }, @@ -938,6 +969,7 @@ "question": "Flyproof school toilets", "order": 16, "type": "option", + "variable": "flyproof_school_toilets", "tooltip": { "text": "OBSERVE: are the school toilets flyproof?
\nFlyproof: toilet design prevents flies from reaching the excreta in the pit (or other containment system).
\nExamples of flyproof toilets: 1. Pour-flush pit latrine with a functional water-seal pan; 2. VIP latrine with a screened vent pipe; 3. Dry pit latrine with a tight-fitting drophole cover.
\nExamples of NON-flyproof toilets: 1. Pour-flush latrine with dry water seal (no water); VIP latrine with NO insect screen on vent pipe; 3. Pit latrine with inadequate or missing drophole cover.
\n Inadequate drophole cover: a cover that is not tight-fitting enough to prevent fly or insect entry into the pit
" }, @@ -972,6 +1004,7 @@ "question": "School toilet privacy", "order": 17, "type": "option", + "variable": "school_toilet_privacy", "tooltip": { "text": "OBSERVE: do toilet superstructures provide privacy?
\nPrivacy: toilet superstructure has walls and a door that allow use of the toilet without observation by people outside the toilet, with closable doors that lock from the inside and no large openings in the toilet structure.\n" }, @@ -1006,6 +1039,7 @@ "question": "School toilet availability", "order": 18, "type": "option", + "variable": "school_toilet_availability", "tooltip": { "text": "OBSERVE: are school toilets available for use by students?
\nAvailable to students: toilet doors are unlocked, or a key is available to students at all times." }, @@ -1040,6 +1074,7 @@ "question": "Clean school toilets", "order": 19, "type": "option", + "variable": "clean_school_toilets", "tooltip": { "text": "OBSERVE: are the school toilets clean?
\nClean: toilets do not have a strong smell; there are not significant numbers of flies or mosquitoes in the toilets; and there are no visible faeces or soiled cleaning materials on the toilet floors, walls, seats (or pans).
\nSomewhat clean: toilets have some smell and/or some trace of faecal matter or soiled cleansing materials in some of the toilets
\nNOT clean: there is a strong smell and/or presence of faecal matter or soiled cleansing materials in most toilets" }, @@ -1073,6 +1108,7 @@ "id": 1706098964064, "question": "No exposed human excreta around school toilets", "order": 20, + "variable": "no_exposed_excreta_around_school_toilets", "type": "option", "tooltip": { "text": "OBSERVE: visible human faeces around the school toilets or in the school buildings or compound.
" @@ -1102,6 +1138,7 @@ "question": "Safely managed toilet containment: wastewater contained", "order": 21, "type": "option", + "variable": "safely_managed_toilet_containment_wastewater", "tooltip": { "text": "OBSERVE: any evidence of surface outflows from containment systems (for example, visible outflows or leaks; increased vegetation growth around the pit; visible deposits from previous outflows)
\nSurface outflows from containment: EITHER continuous outflows of faecal sludge or wastewater from overflow pipes, holes or leaks; OR evidence of previous surface outflows (for example, increased vegetation growth around the containment system, or visible sludge deposits from overflows or leaks).\n\n" }, @@ -1130,6 +1167,7 @@ "question": "Safely managed toilet containment: faecal sludge contained", "order": 22, "type": "option", + "variable": "safely_managed_toilet_containment_faecal_sludge", "tooltip": { "text": "INTERVIEW: has the school toilet containment (pit, tank or other) ever been emptied?
\nINTERVIEW: has the school toilet containment (pit, tank or other) ever filled up?
\nINTERVIEW: what happened when the school toilet containment (pit, tank or other) last filled up?
\nINTERVIEW (if the containment system is a lined pit or tank, which has never been emptied): what will happen when the toilet containment is full?
\nExamples: 1. Never emptied: covered a full toilet pit and dug a new pit; 2. Emptied: emptied the full pit and continued to use it; 3. Connected a second pit and disconnected the full pit. 4. Emptied faecal sludge from septic tank then continued to use." }, @@ -1194,6 +1232,7 @@ "question": "School toilet accessibility: students with limited mobility or vision", "order": 23, "type": "option", + "variable": "school_toilet_accessibility_students_lim_mobility_vision", "tooltip": { "text": "OBSERVE: is there at least one functional toilet accessible to those with limited mobility or vision?
\nAccessible: the toilet can be accessed via a clear path without stairs or steps that is free of obstructions and has age-appropriate handrails; there is enough space inside for a wheelchair user to enter, turn, close the door and park by the toilet; the door is wide enough for a wheelchair (at least 80cm) and opens outward with minimal or no difference in floor height between outside and inside; and the door handle and seat are within reach of students using wheelchairs, crutches or sticks, including a fixed raised pan or movable raised toilet seat to accommodate students who may have difficulty squatting\n" }, @@ -1222,6 +1261,7 @@ "question": "School toilet accessibility: smallest students", "order": 24, "type": "option", + "variable": "school_toilet_accessibility_smallest_students", "tooltip": { "text": "OBSERVE: is there at least one functional toilet accessible to the smallest children at the school?
\nAccessible: the toilet can be used by the smallest children, including (where necessary) a smaller toilet drophole, a lower seat, and a lower door handle.\n" }, @@ -1259,6 +1299,7 @@ "id": 1706087908008, "question": "Main location of school handwashing facilities", "order": 1, + "variable": "main_location_school_handwashing_facilities", "type": "option", "tooltip": { "text": "OBSERVE: where are school handwashing facilities located?
\nLocation: main location for functional handwashing facilities" @@ -1322,6 +1363,7 @@ "question": "Number of school handwashing facilities", "order": 2, "type": "number", + "variable": "num_school_handwashing_facilities", "tooltip": { "text": "OBSERVE: how many school handwashing facilities are available?
\nAvailable: handwashing facility that enables students to wash their hands using running water, such as a basin with tap, water tank with tap, bucket with tap, tippy tap, or other similar device. NB a shared bucket or basin used for dipping hands is NOT considered an effective handwashing facility.\n" }, @@ -1335,6 +1377,7 @@ "question": "Water availability at school handwashing facilities", "order": 3, "type": "option", + "variable": "water_availability_school_handwashing_facilities", "tooltip": { "text": "OBSERVE: is water available at school handwashing facilities?
\nWater: where soapy water is used for handwashing, non-soapy water must also be available for rinsing hands after washing" }, @@ -1367,6 +1410,7 @@ "question": "Soap availability at school handwashing facilities", "order": 4, "type": "option", + "variable": "soap_availability_school_handwashing_facilities", "tooltip": { "text": "OBSERVE: is soap available at school handwashing facilities?
\nSoap: solid, liquid or powder soap or detergent " }, @@ -1405,6 +1449,7 @@ "question": "School handwashing facility type", "order": 5, "type": "option", + "variable": "school_handwashing_facility_type", "tooltip": { "text": "OBSERVE: what is the main type of school handwashing station available?
\nPermanent handwashing station: facility made from durable materials, with a piped water connection or adequate water storage, and located in a fixed place that is appropriate for handwashing at critical times
\nMarket handwashing station: manufactured handwashing station from durable materials (bought from market or market trader)
\nPortable basin: open container that can be easily picked up and moved" }, @@ -1461,6 +1506,7 @@ "question": "Hands-free operation of school handwashing facility", "order": 6, "type": "option", + "variable": "hands_free_operation_school_handwashing_facility", "tooltip": { "text": "OBSERVE: mechanisms to collect water or trigger water flow
\nHands-free operation: handwashing stations are operated by tap, or other hands-free mechanism that minimises contact with the water collection device and the water container" }, @@ -1505,6 +1551,7 @@ "question": "Adequate drainage of washing water", "order": 7, "type": "option", + "variable": "adequate_drainage_washing_water", "tooltip": { "text": "OBSERVE: facilities to collect washing water, and facilities to drain and dispose of the washing water
\nCollection of washing water: containers to collect dirty washing water (for example, a basin or other container)
\nDrainage and disposal of washing water: drainage pipes or other facilities to direct the washing water to appropriate disposal points (for example, soakpits or drains)
\n" }, @@ -1537,6 +1584,7 @@ "question": "Handwashing accessibility: students with limited mobility or vision", "order": 8, "type": "option", + "variable": "handwashing_accessibility_students_lim_mobility_vision", "tooltip": { "text": "OBSERVE: is there at least one handwashing facility accessible to those with limited mobility or vision?
\nAccessible: the handwashing facility can be accessed via a clear path without stairs or steps that is free of obstructions and has age-appropriate handrails; the tap and soap are reachable from a seated position, and the tap can be operated by feet and/or one closed fist with minimal effort" }, @@ -1563,6 +1611,7 @@ "question": "Handwashing accessibility: smallest students", "order": 9, "type": "option", + "variable": "handwashing_accessibility_smallest_students", "tooltip": { "text": "OBSERVE: is there at least one handwashing facility accessible to the smallest children at the school?
\nAccessible: the smallest children are able to reach the tap and soap, and able to operate the tap on their own with minimal effort\n" }, @@ -1599,6 +1648,7 @@ "question": "Private bathing areas for menstrual hygiene", "order": 1, "type": "option", + "variable": "private_bathing_areas_menstrual_hygiene", "tooltip": { "text": "OBSERVE: bathing areas adequate for menstrual hygiene
\nAdequate bathing area: private and girls-only place for washing and menstrual hygiene, with closable doors that lock from the inside, without the possibility of observation by people outside the bathing area" }, @@ -1630,6 +1680,7 @@ "question": "Water and soap available in bathing areas for menstrual hygiene", "order": 2, "type": "option", + "variable": "water_soap_available_menstrual_hygiene_bathing_areas", "tooltip": { "text": "OBSERVE: water and soap available in bathing areas" }, @@ -1661,6 +1712,7 @@ "question": "Clean bathing areas for menstrual hygiene", "order": 3, "type": "option", + "variable": "clean_bathing_areas_menstrual_hygiene", "tooltip": { "text": "OBSERVE: clean bathing areas available for menstrual hygiene
\nClean bathing areas: the places available for washing and menstrual hygiene are clean\n\n" }, @@ -1692,6 +1744,7 @@ "question": "Availability of menstrual hygiene materials at the school", "order": 4, "type": "option", + "variable": "availability_menstrual_hygiene_materials_school", "tooltip": { "text": "INTERVIEW: are menstrual hygiene materials available at the school?
\nMenstrual hygiene materials and products: disposable and reusable sanitary pads, tampons, and resuable menstrual cups, clean piece of cotton cloth or cotton wool, that are safe and hygienic, and absorb or collect blood during menstrual periods.
\nAvailable: menstrual hygiene materials are currently available at the school (via free distribution or for purchase).\n" }, @@ -1723,6 +1776,7 @@ "question": "Disposal facilities for menstrual hygiene wastes", "order": 5, "type": "option", + "variable": "disposal_facilities_menstrual_hygiene_wastes", "tooltip": { "text": "OBSERVE: are covered bins available for disposal of menstrual hygiene wastes?" }, @@ -1754,6 +1808,7 @@ "question": "Disposal system for menstrual hygiene wastes", "order": 6, "type": "option", + "variable": "disposal_system_menstrual_hygiene_wastes", "tooltip": { "text": "OBSERVE: how are menstrual hygiene wastes (in covered bins) collected and disposed?" }, @@ -1797,6 +1852,7 @@ "question": "Menstrual hygiene education", "order": 7, "type": "option", + "variable": "menstrual_hygiene_education", "tooltip": { "text": "INTERVIEW: is menstrual hygiene management education available at the school?
\n" }, diff --git a/backend/source/forms/1701762893741.prod.json b/backend/source/forms/1701762893741.prod.json index 599c0f3c6..76f153402 100644 --- a/backend/source/forms/1701762893741.prod.json +++ b/backend/source/forms/1701762893741.prod.json @@ -20,6 +20,7 @@ "question": "New HCF or Monitoring upate?", "order": 1, "type": "option", + "variable": "new_HCF_monitoring_update", "required": false, "meta": false, "options": [ @@ -50,6 +51,7 @@ "question": "What is the location of the hcf?", "order": 1, "type": "option", + "variable": "HCF_location", "tooltip": { "text": "This question contains a list of possible school locations, starting with government area or district, down to the community." }, @@ -88,6 +90,7 @@ "question": "Geolocation of the household", "order": 2, "type": "geo", + "variable": "HCF_geolocation", "tooltip": { "text": "Record GPS coordinates of a central place in the HCF (e.g. outside main entrance)" }, @@ -110,6 +113,7 @@ "question": "HCF respondent: role/position", "order": 1, "type": "option", + "variable": "HCF_respondent_role", "tooltip": { "text": "List of HCF positions/roles" }, @@ -163,6 +167,7 @@ "question": "Total number of beds/inpatients in HCF", "order": 2, "type": "number", + "variable": "total_beds_inpatients_HCF", "tooltip": { "text": "INTERVIEW: what is the total number of beds/inpatients in this healthcare facility?" }, @@ -175,6 +180,7 @@ "question": "Maximum number of outpatients in HCF", "order": 3, "type": "number", + "variable": "max_outpatients_HCF", "tooltip": { "text": "INTERVIEW: what is the maximum number of outpatients in this healthcare facility?" }, @@ -197,6 +203,7 @@ "question": "Change in number of patients attending the HCF?", "order": 1, "type": "option", + "variable": "change_in_patients_attending_HCF", "required": false, "meta": false, "options": [ @@ -218,6 +225,7 @@ "question": "Update: total number of beds/inpatients in HCF", "order": 2, "type": "number", + "variable": "update_total_beds_inpatients_HCF", "required": false, "meta": false, "options": null, @@ -230,6 +238,7 @@ "question": "Update: maximum number of outpatients in HCF", "order": 3, "type": "number", + "variable": "update_max_outpatients_HCF", "required": false, "meta": false, "options": null, @@ -252,6 +261,7 @@ "question": "Main source of water supply for facility", "order": 1, "type": "option", + "variable": "main_water_supply_facility", "tooltip": { "text": "OBSERVE & INTERVIEW: what is the main source of water supply for the facility?\nMain source: if there is more than one water source, select the one used most frequently for drinking water" }, @@ -331,6 +341,7 @@ "question": "Water supply availability", "order": 2, "type": "option", + "variable": "water_supply_availability", "tooltip": { "text": "OBSERVE & INTERVIEW: is water from the main water source currently available at the facility?\nCurrently available: drinking water is available at the time of the interview, either from the main source directly or stored water originally from the main source" }, @@ -356,6 +367,7 @@ "question": "Water supply quantity", "order": 3, "type": "option", + "variable": "water_supply_quantity", "tooltip": { "text": "OBSERVE & INTERVIEW: is water available in sufficient quantity for all facility uses?\nSufficient quantity: water is available for handwashing, drinking, personal hygiene, medical activities, sterilization, decontamination, cleaning and laundry" }, @@ -387,6 +399,7 @@ "question": "Number of toilets for inpatients", "order": 4, "type": "option", + "variable": "num_toilets_inpatients", "tooltip": { "text": "OBSERVE: count the number of toilets for inpatients\nOBSERVE: assess whether the inpatient toilets are usable (available, functional, and private). \nAvailable: toilet doors are unlocked or a key is available at all times; Functional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required); Private: there are closable doors that lock from the inside and no large gaps in the toilet enclosure. If any of the three criteria are not met, the toilet is not counted as usable" }, @@ -418,6 +431,7 @@ "question": "Total number of usable inpatient toilets", "order": 5, "type": "number", + "variable": "total_usable_inpatient_toilets", "dependency": [ { "id": 1701774110056, @@ -440,6 +454,7 @@ "question": "Total number of not usable toilets inpatient toilets", "order": 6, "type": "number", + "variable": "total_not_usable_inpatient_toilets", "dependency": [ { "id": 1701774110056, @@ -462,6 +477,7 @@ "question": "Number of toilets for outpatients", "order": 7, "type": "option", + "variable": "num_toilets_outpatients", "tooltip": { "text": "OBSERVE: count the number of toilets for outpatients\nOBSERVE: assess whether the outpatient toilets are usable (available, functional, and private)\nAvailable: toilet doors are unlocked or a key is available at all times; Functional: toilet is not broken, toilet hole is not blocked, and water is available for flushing (where required); Private: there are closable doors that lock from the inside and no large gaps in the toilet enclosure" }, @@ -493,6 +509,7 @@ "question": "Total number of usable outpatient toilets", "order": 8, "type": "number", + "variable": "total_usable_outpatient_toilets", "dependency": [ { "id": 1701774221650, @@ -515,6 +532,7 @@ "question": "Total number of not usable outpatient toilets", "order": 9, "type": "number", + "variable": "total_not_usable_outpatient_toilets", "dependency": [ { "id": 1701774221650, @@ -537,6 +555,7 @@ "question": "Inpatient-toilet ratio", "order": 10, "type": "autofield", + "variable": "inpatient_toilet_ratio", "tooltip": null, "required": true, "meta": false, @@ -555,6 +574,7 @@ "question": "Number of usable outpatient toilets", "order": 11, "type": "autofield", + "variable": "usable_outpatient_toilets", "tooltip": null, "required": true, "meta": false, @@ -573,6 +593,7 @@ "question": "Type of facility toilet", "order": 12, "type": "option", + "variable": "facility_toilet_type", "tooltip": { "text": "OBSERVE: What type of toilets are used by patients at the facility?\nToilet type: select the main type of toilet used\nPit latrine without slab: a dry toilet that does not have a squatting slab, platform or seat; or an open pit (or pit with large openings) where excreta are collected.\nPit latrine with slab: a dry toilet that collects excreta in a pit in the ground covered with a squatting slab or platform that is constructed from materials that are durable and easy to clean (e.g. concrete, bricks, stone, fibreglass, ceramic, metal, wooden planks or durable plastic)" }, @@ -652,6 +673,7 @@ "question": "Dedicated toilets for facility staff", "order": 13, "type": "option", + "variable": "dedicated_toilets_facility_staff", "tooltip": { "text": "OBSERVE: are separate toilets provided for use by facility staff?" }, @@ -683,6 +705,7 @@ "question": "Toilets in sex-separated rooms", "order": 14, "type": "option", + "variable": "sex_separated_room_toilets", "tooltip": { "text": "OBSERVE: are sex-separated or gender-neutral toilets available?\nSex-separated toilets: rooms with multiple toilet stalls, or a private room with a single toilet, that are dedicated for use by either women or men\nGender-neutral toilet: a private room with a single toilet that allows women and men to use the toilet separately." }, @@ -714,6 +737,7 @@ "question": "Toilets with menstrual hygiene facilities", "order": 15, "type": "option", + "variable": "toilets_menstrual_hygiene_facilities", "tooltip": { "text": "OBSERVE: is a toilet available with menstrual hygiene facilities?\nMenstrual hygiene facilities: including water and soap available in a private space for washing, and a disposal bin for disposal of used menstrual hygiene products" }, @@ -745,6 +769,7 @@ "question": "Toilets accessible for people with reduced mobility", "order": 16, "type": "option", + "variable": "toilets_accessible_reduced_mobility", "tooltip": { "text": "OBSERVE: is a toilet accessible for people with reduced mobility?\nAccessible for people with reduced mobility: can be accessed without stairs or steps; handrails provided for support; door is at least 80cm wide; and door handle and toilet seat are within reach of people using wheelchairs, crutches or walking sticks" }, @@ -776,6 +801,7 @@ "question": "Availability of handwashing facilities at points of care", "order": 17, "type": "option", + "variable": "handwashing_facilities_points_of_care", "tooltip": { "text": "OBSERVE: is there a functional hand hygiene facility at all points of care?\nFunctional hand hygiene facility: any device that enables staff, patients and visitors to clean their hands effectively, including a basin/pan with soap and water, or alcohol-based hand rub (ABHR).\nPoints of care: any location in the health care facility where care or treatment is delivered (e.g. consultation or exam room)." }, @@ -807,6 +833,7 @@ "question": "Availability of handwashing facilities at facility toilets", "order": 18, "type": "option", + "variable": "handwashing_facilities_facility_toilets", "tooltip": { "text": "OBSERVE: do all facility toilets have a functional hand hygiene facility within 5m?\nFunctional hand hygiene facility for toilets: must be working, must include soap and water (NOT ABHR, as ABHR does not remove faecal matter), and must be within 5m of the toilet" }, @@ -838,6 +865,7 @@ "question": "Regular audit of availability of hand hygiene materials", "order": 19, "type": "option", + "variable": "audit_hand_hygiene_materials", "tooltip": { "text": "OBSERVE: are audit records (of hand hygiene materials) available dated less than three months ago?\nRegular audit: audits are undertaken every three months\nAvailability of hand hygiene materials: all hand hygiene facilities in the ward have hand rub, soap, single-use towels and other hand hygiene resources available" }, @@ -869,6 +897,7 @@ "question": "Segregation of waste", "order": 20, "type": "option", + "variable": "waste_segregation", "tooltip": { "text": "OBSERVE: are separate, functional waste collection containers available in close proximity to waste generation points for non-infectious (general) waste, infectious waste and sharps waste?\nSeparate functional waste collection containers: \"3-bin\" system with at least three containers that are leak-proof, covered with a lid, and clearly labelled (by colour/label or symbol). Bins should not be more than three-quarters full." }, @@ -900,6 +929,7 @@ "question": "Management of non-infectious/general waste", "order": 21, "type": "option", + "variable": "non_infectious_waste_management", "tooltip": { "text": "INTERVIEW: is there a functional disposal site for non-infectious waste?\nFunctional disposal site: operational burial pit, fenced waste dump or municipal pickup point\nInadequate disposal site: Open dumping, open burning, no waste collection or segregation" }, @@ -931,6 +961,7 @@ "question": "Management of infectious waste and sharps", "order": 22, "type": "option", + "variable": "infectious_waste_management", "tooltip": { "text": "INTERVIEW: is there a functional disposal site for infectious waste and sharps waste?\nFunctional disposal site: operational incinerator or autoclave on-site, or licensed waste management service for off-site disposal\nInadequate disposal site: Open dumping, open burning, added to general waste (without treatment)" }, @@ -962,6 +993,7 @@ "question": "Materials for cleaning", "order": 23, "type": "option", + "variable": "cleaning_materials", "tooltip": { "text": "OBSERVE: are appropriate materials available for cleaning?\nAppropriate cleaning materials: detergent, mops, buckets etc" }, @@ -993,6 +1025,7 @@ "question": "Cleaning records", "order": 24, "type": "option", + "variable": "cleaning_records", "tooltip": { "text": "OBSERVE: is a record of cleaning activities (by day) available in the facility?\nDaily cleaning record: details of cleaning activities undertaken on each day, signed by cleaners and counter-signed by supervisors" }, @@ -1024,6 +1057,7 @@ "question": "Toilet cleaning frequency", "order": 25, "type": "option", + "variable": "toilet_cleaning_frequency", "tooltip": { "text": "OBSERVE: do the cleaning roster and cleaning records confirm that toilets are cleaned twice a day?\nCleaning roster: schedule specifying responsibility for cleaning tasks, frequency of cleaning, and step-by-step protocol for specific cleaning tasks\nDaily cleaning record: details of cleaning activities undertaken on each day, signed by cleaners and counter-signed by supervisors" },