-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdialog.js
12 lines (11 loc) · 1.79 KB
/
dialog.js
1
2
3
4
5
6
7
8
9
10
11
12
var dialogStruct=[{"Area":"WASH infrastructure", "Icon":"red.png/yellow.png/blue.png/green.png/blank.png","Legend":"No facility/School Handpump/Tap inside the school/Pond/All","Indicator":"Primary source of drinking water facility"},
{"Area":"WASH infrastructure", "Icon":"red.png/green.png/blank.png","Legend":"No/Yes/All", "Indicator":"Drinking water facility available and functional"},
{"Area":"WASH infrastructure", "Icon":"yellow.png/red.png/green.png/blank.png","Legend":"No/Unsafe/Safe/All", "Indicator":"Drinking water tested"},
{"Area":"WASH infrastructure", "Icon":"red.png/yellow.png/green.png/blank.png","Legend":"Not Available/Non-functional/Functional/All", "Indicator":"Toilet availability"},
{"Area":"WASH infrastructure", "Icon":"green.png/red.png/blank.png","Legend":"No/Yes/All", "Indicator":"Toilets locked and inaccessible to students"},
{"Area":"WASH infrastructure", "Icon":"red.png/green.png/yellow.png/blank.png","Legend":"No/Yes/No Toilet/All", "Indicator":"Handwashing facility available near the toilet"},
{"Area":"WASH infrastructure", "Icon":"red.png/blue.png/green.png/yellow.png/blank.png","Legend":"No doors/Doors present but broken/Doors (enough to provide privacy)/No Toilet/All", "Indicator":"Doors available in toilets"},
{"Area":"WASH infrastructure", "Icon":"red.png/green.png/blue.png/yellow.png/blank.png","Legend":"Yes/No/Could not observe toilets/No Toilet/All", "Indicator":"Is there urine/feaces on the floor/seat/walls/etc. of the toilet"},
{"Area":"School Management", "Icon":"red.png/green.png/blank.png","Legend":"No/Yes/All","Indicator":"School Management Committee constituted"},
{"Area":"School Management", "Icon":"red.png/green.png/blank.png","Legend":"No/Yes/All","Indicator":"School development Plan submitted"}
];