-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample.json
More file actions
43 lines (43 loc) · 1.26 KB
/
Example.json
File metadata and controls
43 lines (43 loc) · 1.26 KB
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
{
"urlEscape" : "http://www.google.com",
"MissategErrorObligatories" : "Falten obligatòries per contestar",
"Document": {
"Questionari": {
"Titol": "El qüestionari del cavall blanc",
"Instruccions": "Les instruccions del qüestionari per anar omplint i tal",
"TitolInstruccions": "Instruccions",
"Estimuls": [
{
"Enunciat": "Enunciat, només tenim un enunciat ja que només tenim un estímul",
"Contingut": "Contingut del primer estimul. <br/> Segona línia de l'enunciat",
"Preguntes": [
{
"Enunciat": "Enunciat a preguntar |Color|Color1|Color2|Color3",
"Id": "1",
"Obligatoria": "true",
"tipus": 5,
"Respostes": [
"roig",
"blanc",
"verd",
"negre"
]
},
{
"Enunciat": "De quin color era el cavall blanc de Santiago? (Radiobutton)",
"Id": "2",
"Obligatoria": "false",
"tipus": 7,
"Respostes": [
"roig",
"blanc",
"verd",
"negre"
]
}
]
}
]
}
}
}