Skip to content

Commit

Permalink
Kitui HH form update #1023 Changing prefills
Browse files Browse the repository at this point in the history
  • Loading branch information
joycarpediem committed Jan 20, 2024
1 parent 3e7aded commit 596acbd
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions backend/source/forms/1699353915355.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"id": 1699420160003,
"answer": ["Yes, more than one person"]
"answer": ["No"]
},
{
"id": 1699420491508,
Expand Down Expand Up @@ -114,7 +114,7 @@

{
"id": 1699427405024,
"answer": ["G1 Not-durable slab, cement covered"]
"answer": ["G0 No toilet"]
},
{
"id": 1699427574765,
Expand Down Expand Up @@ -156,6 +156,10 @@
"id": 1699428661689,
"answer": ["G0 No toilet, or no containment/collection system"]
},
{
"id": 1702285668136,
"answer": ["G0 Sanitation services UNSAFELY managed"]
},
{
"id": 1699428820338,
"answer": ["G0 No toilet, or no containment/collection system"]
Expand Down Expand Up @@ -980,6 +984,12 @@
"order": 1,
"color": "#ffc7ce"
},
{
"id": 16994237147199,
"name": "G0 No interface: open pit",
"order": 1,
"color": "#ffc7ce"
},
{
"id": 1699423714720,
"name": "G1 Dry latrine with drophole",
Expand Down Expand Up @@ -1646,7 +1656,7 @@
"id": 1699427964024,
"name": "G2 Never",
"order": 4,
"color": "#ffc7ce"
"color": "#c6efce"
}
],
"fn": null
Expand Down Expand Up @@ -1888,6 +1898,17 @@
"tooltip": {
"text": "<b>INTERVIEW: has the toilet containment (pit, tank or other) ever been emptied?</b><br/><b>INTERVIEW:</b> has the toilet containment (pit, tank or other) ever filled up?<br/><b>INTERVIEW:</b> what happened when the toilet containment (pit, tank or other) last filled up?<br/><b>Examples:</b> 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."
},
"pre":{
"answer":["G3 Yes, containment emptied",
"G3 Yes, closed container removed",
"G3 Piped sewer connection",
"G3 Other removal of faecal sludge or wastewater"],
"fill":[
{"id":1699428820338,
"answer": "G0 No toilet, or no containment/collection system"
}
]
},
"required": true,
"meta": false,
"options": [
Expand Down Expand Up @@ -2069,7 +2090,7 @@
"order": 9,
"type": "autofield",
"tooltip": null,
"required": true,
"required": false,
"meta": false,
"options": null,
"fn": {
Expand Down Expand Up @@ -2761,8 +2782,8 @@
"dependency": null,
"fn": {
"fnColor": {
"G1 Safely managed child excreta and diapers": "#FD3F31",
"G0 Child excreta and diapers UNSAFELY managed": "#FDC74B"
"G1 Safely managed child excreta and diapers": "#FDC74B",
"G0 Child excreta and diapers UNSAFELY managed": "#FD3F31"
},
"fnString": "function() { return (#1699432130951.includes(\"G1\") && #1699432802923.includes(\"G1\")) ? \"G1 Safely managed child excreta and diapers\" : \"G0 Child excreta and diapers UNSAFELY managed\"}",
"multiline": false
Expand Down Expand Up @@ -5316,8 +5337,8 @@
"displayOnly": true,
"fn": {
"fnColor": {
"G1 Safely managed child excreta and diapers": "#FD3F31",
"G0 Child excreta and diapers UNSAFELY managed": "#FDC74B"
"G1 Safely managed child excreta and diapers": "#FDC74B",
"G0 Child excreta and diapers UNSAFELY managed": "#FD3F31"
},
"fnString": "function(){return #1702289725502}",
"multiline": false
Expand Down

0 comments on commit 596acbd

Please sign in to comment.