forked from ucfopen/Obojobo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcassessment.json
More file actions
57 lines (57 loc) · 1.03 KB
/
Copy pathmcassessment.json
File metadata and controls
57 lines (57 loc) · 1.03 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "802ec69f-2ba2-4dad-9ba4-06372a550ddb",
"type": "ObojoboDraft.Chunks.MCAssessment",
"content": {
"shuffle": true,
"responseType": "pick-one",
"triggers": [
{
"type": "onClick",
"actions": [
{
"type": "nav:goto",
"value": {
"id": "example-id"
}
}
]
}
]
},
"children": [
{
"id": "98f100ac-97d5-4c62-8e4b-5346e1ae0d2d",
"type": "ObojoboDraft.Chunks.MCAssessment.MCChoice",
"content": {
"score": 100
},
"children": [
{
"id": "40aacda7-f6a7-4a7c-aabc-6b4e5bed8c31",
"type": "ObojoboDraft.Chunks.MCAssessment.MCAnswer",
"content": {},
"children": [
{
"id": "fedc62b5-31f5-4b89-abfd-f6604208837c",
"type": "ObojoboDraft.Chunks.Text",
"content": {
"textGroup": [
{
"data": {
"indent": 0
},
"text": {
"value": "An answer",
"styleList": []
}
}
]
},
"children": []
}
]
}
]
}
]
}