-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.json
454 lines (454 loc) · 9.34 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
{
"en": [{
"type": "singleChoiceQuestion",
"question": "1. What is your nationality?",
"choices": [
"Syrian",
"Afghan",
"Iraqi",
"Pakistani",
"Iranian",
"Other"
],
"required": false,
"name": "nationality"
}, {
"type": "singleChoiceQuestion",
"question": "2. What is your gender?",
"choices": [
"Male",
"Female"
],
"required": false,
"name": "gender"
}, {
"type": "mulltipleChoiceQuestion",
"question": "3. What laguages do you speak?",
"choices": [
"Arabic",
"Farsi/Dari/Pashto",
"Kurdish (Kurmanji/Sorani)",
"Urdu",
"English",
"Other"
],
"required": false,
"name": "languages"
}, {
"type": "singleChoiceQuestion",
"question": "4. How long have you been at this camp?",
"choices": [
"0 - 1 months",
"1 - 3 months",
"3 - 6 months",
"6 - 12 months",
"12+ months"
],
"required": false,
"name": "howLong"
}, {
"type": "singleChoiceQuestion",
"question": "5. Has the Elpis service facilitated your life in the camp?",
"choices": [
"Very much",
"Slightly",
"Not really",
"Not at all"
],
"required": false,
"name": "impact"
}, {
"type": "singleChoiceQuestion",
"question": "6. How often do you use the service?",
"choices": [
"Very much",
"Slightly",
"Not really",
"Not at all"
],
"required": false,
"name": "impact"
}, {
"type": "multipleChoiceQuestion",
"question": "7. What barriers do you face in using our service?",
"choices": [
"Availability",
"Limited Content",
"Language Barrier",
"Location in the camp"
],
"name": "barriers",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "8. How often do you have access to the internet?",
"choices": [
"Every day",
"Few times a week",
"Few times a month",
"Never"
],
"name": "accessToInternet",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "9. How much do you currently pay for internet access?",
"choices": [
"1 - 5 €",
"6 - 10 €",
"+10 €",
"Free"
],
"name": "internetAccessPrice",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "10. What mobile network provider do you use?",
"choices": [
"Cosmote",
"Vodafone",
"Wind",
"Other"
],
"name": "networkProvider",
"required": false
}, {
"type": "multipleChoiceQuestion",
"question": "11. Which services on our digital platform did you use the most apart from charging your phone?",
"choices": [
"Educational books",
"Legal information",
"Translation",
"Wikipedia"
],
"name": "services",
"required": false
}, {
"type": "multipleChoiceQuestion",
"question": "12. What time of day do you access this service?",
"choices": [
"Morning",
"Afternoon",
"Midday",
"Evening"
],
"name": "timeOfTheDay",
"required": false
}, {
"type": "textBoxQuestion",
"question": "13. What could we do to improve this service? (Let us know what kind of services you would like to see on here).",
"maxLength": 4000,
"name": "improvements",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "14. Quality of Service (Overall User Experience)*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "overallExp"
}, {
"type": "singleChoiceQuestion",
"question": "15. User interface*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "userInterface"
}, {
"type": "singleChoiceQuestion",
"question": "16. Signal range*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "signalRange"
}, {
"type": "singleChoiceQuestion",
"question": "17. Quality of Arabic translation*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "translationQuality"
}, {
"type": "singleChoiceQuestion",
"question": "18. Location of Solar Hub*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "hubLocation"
}, {
"type": "singleChoiceQuestion",
"question": "19. Quality of content*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "contentQuality"
}, {
"type": "singleChoiceQuestion",
"question": "20. Depth of content*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "contentDepth"
}],
"ar": [{
"type": "singleChoiceQuestion",
"question": "الجنسية",
"choices": [
"سوري",
"أفغاني",
"عراقي",
"باكستاني",
"إراني",
"جنسية أخرى"
],
"required": false,
"name": "nationality"
}, {
"type": "singleChoiceQuestion",
"question": "الجنس",
"choices": [
"إناثا",
"ذكرا"
],
"required": false,
"name": "gender"
}, {
"type": "mulltipleChoiceQuestion",
"question": "لغات",
"choices": [
"عربي",
"(كوردي (الكرمانجية، السورانية",
"الإنجليزية",
"الفارسي، الداري، الباشتو",
"اردو",
"لغة أخرى"
],
"required": false,
"name": "languages"
},{
"type": "singleChoiceQuestion",
"question": "منذ متى بقيت في المخيم؟",
"choices": [
"بين ٦أشهر وسنة",
"بين شهر و٣ أشهر",
"أقل من شهر",
"أكثر من سنة",
"بين٣ و٦ أشهر"
],
"required": false,
"name": "howLong"
}, {
"type": "singleChoiceQuestion",
"question": "هل سهّلت أو ساعدت خدمتنا حياتك؟",
"choices": [
"كثيرا",
"احيانا",
"قليلا",
"لم تساعدني"
],
"required": false,
"name": "impact"
}, {
"type": "singleChoiceQuestion",
"question": "كم مرة تستخدم خدماتنا في العادة؟",
"choices": [
"عدة مرات في يوم واحد",
"-بضع مرات في شهر",
"بضع مرات في الاسبوع",
"كل بضعة أشهر"
],
"required": false,
"name": "howOften"
}, {
"type": "singleChoiceQuestion",
"question": "ما أكبر العقبات التي تواجهها في استخدام خدمتنا؟",
"choices": [
"المتاحية",
"الحاجز اللغوي",
"المحتويات المحدودة",
"مكانها في المخيم"
],
"name": "barriers",
"required": false
},{
"type": "multipleChoiceQuestion",
"question": "كم مرة يمكنك استخدام الأنترنت في العادة؟",
"choices": [
"كل يوم",
"عدة مرات في الأسبوع",
"بضع مرات شهريا",
"أبدا"
],
"name": "accessToInternet",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "كم تدفع شهريا من أجل خدمة الأنترنت؟",
"choices": [
"1 - 5 €",
"6 - 10 €",
"+10 €",
"حر"
],
"name": "internetAccessPrice",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "تستخدم مزود ما لخدمة الأنترنت؟",
"choices": [
"Cosmote",
"فودافون",
"Wind",
"مزود أخر"
],
"name": "networkProvider",
"required": false
}, {
"type": "multipleChoiceQuestion",
"question": "ما الخدمة التي تستخدمها في أغلب الأحيان باستثناء شحن هاتفك؟",
"choices": [
"موارد تعليمية",
"الترجمة",
"معلومات قانونية",
"ويكيبيديا"
],
"name": "services",
"required": false
}, {
"type": "multipleChoiceQuestion",
"question": "تستخدم الخدمة في أي وقت من اليوم؟",
"choices": [
"صباحا",
"بالليل",
"في منتصف النهار",
"بعد الظهر"
],
"name": "timeOfTheDay",
"required": false
}, {
"type": "textBoxQuestion",
"question": " (ماذا يمكننا القيام به لكي تحسين التطبيق؟ (ما هي الخدمات والموارد التي تريد منا الإضافة إلى التطبيق",
"maxLength": 40000,
"name": "improvements",
"required": false
}, {
"type": "singleChoiceQuestion",
"question": "جودة كل الخدمات بشكل عام*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "overallExp"
}, {
"type": "singleChoiceQuestion",
"question": "تصميم واجهة المستخدم*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "userInterface"
}, {
"type": "singleChoiceQuestion",
"question": "قوة ونطاق الإشارة*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "signalRange"
}, {
"type": "singleChoiceQuestion",
"question": "جودة الترجمة العربية*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "translationQuality"
}, {
"type": "singleChoiceQuestion",
"question": "مكان جهاز تخزين الطاقة الشمسية في المخيم*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "hubLocation"
}, {
"type": "singleChoiceQuestion",
"question": "جودة موارد*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "contentQuality"
}, {
"type": "singleChoiceQuestion",
"question": "عمق الموارد*",
"choices": [
"1",
"2",
"3",
"4",
"5"
],
"required": true,
"name": "contentDepth"
}]
}