-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsurvey-template.json
46 lines (46 loc) · 1.12 KB
/
survey-template.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
{
"id": "usersurvey",
"version": 1,
"fields": [
{
"label": {
"en": "What is the intended use of the information?",
"es": "¿Cuál es el uso previsto de la información?"
},
"fieldname": "Pregunta-1",
"type": "select",
"options": {
"en": [
"Research",
"Academic",
"Business",
"Communication",
"Other"
],
"es": [
"Investigación",
"Académico",
"Empresarial",
"Comunicación",
"Otro"
]
}
},
{
"label": {
"en": "Do you have any suggestions to improve the Geoportal's content and/or its functionality?",
"es": "¿Tienes sugerencias para mejorar los contenidos y/o la funcionalidad del Geoportal?"
},
"fieldname": "Pregunta-2",
"type": "text"
},
{
"label": {
"en": "What layers of information would you like to see in the future?",
"es": "¿Cuáles capas de información te gustaría ver en el futuro?"
},
"fieldname": "Pregunta-3",
"type": "text"
}
]
}