-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.txt
49 lines (49 loc) · 1.11 KB
/
test.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"survey_name": "Weather (Test Alex1)",
"survey_id": "weather_short",
"survey": [{
"question": "How is the weather",
"question_id": "q_weather",
"response_options": [{
"text": "Sunny (plus some additional text to test linebreaks)",
"icon": "sun.max.fill",
"use_sf_symbols": true,
"sf_symbols_color": "#FFFF00",
"next_question_id": ""
},
{
"text": "Cloudy",
"icon": "cloud.sun.fill",
"use_sf_symbols": true,
"sf_symbols_color": "#cacaca",
"next_question_id": ""
},
{
"text": "Rainy",
"icon": "cloud.sun.rain.fill",
"use_sf_symbols": true,
"sf_symbols_color": "#6279C0",
"next_question_id": "q_stormy"
}
]
},
{
"question": "Is it stormy?",
"question_id": "q_stormy",
"response_options": [{
"text": "Yes",
"icon": "cloud.sun.bolt.fill",
"use_sf_symbols": true,
"sf_symbols_color": "#FFFFFF",
"next_question_id": ""
},{
"text": "No",
"icon": "cloud.sun.bolt.fill",
"use_sf_symbols": true,
"sf_symbols_color": "#cacaca",
"next_question_id": ""
}
]
}
]
}