forked from danielstorey/adapt-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
37 lines (37 loc) · 828 Bytes
/
example.json
File metadata and controls
37 lines (37 loc) · 828 Bytes
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
{
"_type": "component",
"_component": "sortable",
"_classes": "",
"_layout": "full",
"_attempts": 2,
"_questionWeight": 20,
"_canShowModelAnswer": true,
"_canShowFeedback": false,
"title": "Sortable",
"displayTitle": "Sortable",
"body": "",
"_isRandom": true,
"instruction": "Rank in order the following numbers",
"_items": [
{
"text": "One",
"_startPosition": 3
},
{
"text": "Two",
"_startPosition": 4
},
{
"text": "Three",
"_startPosition": 1
},
{
"text": "Four",
"_startPosition": 5
},
{
"text": "Five",
"_startPosition": 2
}
]
}