-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.json
36 lines (36 loc) · 1.04 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name":"Ebola Response",
"short_name":"ebola",
"category":"Ebola response",
"description":"Is protective equipment being used in Ebola disaster responses?",
"why":"This project helps assess the use of personel protective equipment in ebola response efforts.",
"questionnaire":[
{
"question":"Do you see any people in this photo?",
"key":"ebolapeople",
"type":"binary",
"branch":{
"no":"end"
}
},
{
"question":"Are the people in the photo wearing any protective equipment?",
"key":"ebolaanyprotective",
"type":"binary",
"branch":{
"no":"ebolacleaning"
}
},
{
"question":"Are the people in the photo wearing all recommended protective equipment?",
"key":"ebolaallprotective",
"type":"binary",
"hint":"Recommended equipment includes gloves, gown, boots/closed shoes with overshoes, mask, and eye protection."
},
{
"question":"Does this image show people cleaning, decontaminating or disinfecting an environment in response to Ebola?",
"key":"ebolacleaning",
"type":"binary"
}
]
}