-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpqb_Xa_valueConstraints
48 lines (48 loc) · 1.07 KB
/
pqb_Xa_valueConstraints
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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "pqb_Xa_valueConstraints",
"category": "ResponseOption",
"maxValue": 5,
"minValue": 1,
"choices": [
{
"name": {
"en": "Strongly disagree",
"es": "Strongly disagree_es"
},
"value": 1
},
{
"name": {
"en": "disagree",
"es": "disagree_es"
},
"value": 2
},
{
"name": {
"en": "neutral",
"es": "neutral_es"
},
"value": 3
},
{
"name": {
"en": "agree",
"es": "agree_es"
},
"value": 4
},
{
"name": {
"en": "strongly agree",
"es": "strongly agree_es"
},
"value": 5
}
],
"multipleChoice": false,
"valueType": [
"xsd:integer"
]
}