-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathSRIS-SFvalueConstraints
55 lines (55 loc) · 1.14 KB
/
SRIS-SFvalueConstraints
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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "SRIS-SFvalueConstraints",
"category": "ResponseOption",
"maxValue": 7,
"minValue": 1,
"choices": [
{
"name": {
"en": "1 = Strongly disagree"
},
"value": 1
},
{
"name": {
"en": "2 = Disagree"
},
"value": 2
},
{
"name": {
"en": "3 = Slightly disagree"
},
"value": 3
},
{
"name": {
"en": "4 = Neutral"
},
"value": 4
},
{
"name": {
"en": "5 = Slightly agree"
},
"value": 5
},
{
"name": {
"en": "6 = Agree"
},
"value": 6
},
{
"name": {
"en": "7 = Strongly agree"
},
"value": 7
}
],
"multipleChoice": false,
"valueType": [
"xsd:integer"
]
}