-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.json
152 lines (152 loc) · 3.78 KB
/
questions.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"id": 1,
"parentID": null,
"order": 1,
"group": "morningQuestions",
"type": "boolean",
"text": "Var det vanskelig å sovne i går kveld?",
"subQuestions": [
{
"id": 2,
"parentID": 1,
"order": null,
"group": "morningQuestions",
"type": "clock",
"text": "Når la du deg for å sove?",
"subQuestions": null
},
{
"id": 3,
"parentID": 1,
"order": null,
"group": "morningQuestions",
"type": "minutes",
"text": "Hvor lang tid tok det før du sovnet?",
"subQuestions": null
}
]
},
{
"id": 4,
"parentID": null,
"order": 2,
"group": "morningQuestions",
"type": "boolean",
"text": "Sov du urolig i natt?",
"subQuestions": [
{
"id": 5,
"parentID": 5,
"order": null,
"group": "morningQuestions",
"type": "boolean",
"text": "Var det vanskelig å sovne igjen?",
"subQuestions": null
}
]
},
{
"id": 6,
"parentID": null,
"order": 3,
"group": "morningQuestions",
"type": "boolean",
"text": "Våknet du tidligere enn du ønsket i dag?",
"subQuestions": [
{
"id": 7,
"parentID": 7,
"order": null,
"group": "morningQuestions",
"type": "clock",
"text": "Når våknet du?",
"subQuestions": null
}
]
},
{
"id": 8,
"parentID": null,
"order": 5,
"group": "morningQuestions",
"type": "boolean",
"text": "Tok du sovemedisin i går?",
"subQuestions": null
},
{
"id": 9,
"parentID": null,
"order": 4,
"group": "morningQuestions",
"type": "slider",
"answerOptions": [
{ "answer": "Veldig Godt", "image": "Eir_veryGood" },
{ "answer": "Godt", "image": "Eir_good" },
{ "answer": "Dårlig", "image": "Eir_bad" },
{ "answer": "Veldig Dårlig", "image": "Eir_veryBad" }
],
"text": "Hvor godt eller dårlig sov du i natt??",
"subQuestions": null
},
{
"id": 10,
"parentID": null,
"order": 1,
"group": "afternoonQuestions",
"type": "slider",
"answerOptions": [
{ "answer": "Nei", "image": "Eir_veryGood" },
{ "answer": "Litt", "image": "Eir_tired1" },
{ "answer": "Ganske", "image": "Eir_tired2" },
{ "answer": "Veldig", "image": "Eir_tired3" }
],
"text": "Har du vært trøtt i dag?",
"subQuestions": null
},
{
"id": 12,
"parentID": null,
"order": 2,
"group": "afternoonQuestions",
"type": "slider",
"answerOptions": [
{ "answer": "Nei", "image": "Eir_veryGood" },
{ "answer": "Litt", "image": "Eir_clearThinking1" },
{ "answer": "Ganske", "image": "Eir_clearThinking2" },
{ "answer": "Veldig", "image": "Eir_clearThinking3" }
],
"text": "Har det vært vanskelig å tenke klart i dag?",
"subQuestions": null
},
{
"id": 13,
"parentID": null,
"order": 3,
"group": "afternoonQuestions",
"type": "slider",
"answerOptions": [
{ "answer": "Nei", "image": "Eir_veryGood" },
{ "answer": "Litt", "image": "Eir_discomfort1" },
{ "answer": "Ganske", "image": "Eir_discomfort2" },
{ "answer": "Veldig", "image": "Eir_discomfort3" }
],
"text": "Har du hatt generelt ubehag i dag?",
"subQuestions": null
},
{
"id": 14,
"parentID": null,
"order": 4,
"group": "afternoonQuestions",
"type": "slider",
"answerOptions": [
{ "answer": "Nei", "image": "Eir_veryGood" },
{ "answer": "Stresset", "image": "Eir_bad" },
{ "answer": "Irritert", "image": "Eir_irritated" },
{ "answer": "Deprimert", "image": "Eir_depressed" }
],
"text": "Har du hatt dårlig humør i dag?",
"subQuestions": null
}
]