forked from ucfopen/Obojobo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestionbank.json
More file actions
92 lines (92 loc) · 1.83 KB
/
Copy pathquestionbank.json
File metadata and controls
92 lines (92 loc) · 1.83 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"id": "292faef6-debd-4b7e-b532-7f617551d04e",
"type": "ObojoboDraft.Chunks.QuestionBank",
"content": {
"choose": "2",
"select": "random",
"triggers": [
{
"type": "onClick",
"actions": [
{
"type": "nav:goto",
"value": {
"id": "example-id"
}
}
]
}
]
},
"children": [
{
"id": "0175d297-fc23-4084-97b8-e65dacf535e9",
"type": "ObojoboDraft.Chunks.Question",
"content": {},
"children": [
{
"id": "a2073f03-6b1a-41b7-836e-fb401b3042a9",
"type": "ObojoboDraft.Chunks.Text",
"content": {
"textGroup": [
{
"data": {
"indent": 0
},
"text": {
"value": "A sample question",
"styleList": []
}
}
]
},
"children": []
},
{
"id": "c5f8fba3-3725-4c0d-ad02-fb85000a39b5",
"type": "ObojoboDraft.Chunks.MCAssessment",
"content": {
"shuffle": true,
"responseType": "Pick One"
},
"children": [
{
"id": "181f3f66-9ce0-4cc1-bc21-fcf4cf6e9121",
"type": "ObojoboDraft.Chunks.MCAssessment.MCChoice",
"content": {
"score": 100
},
"children": [
{
"id": "7bd7191b-c804-4394-8883-4c08cd80afab",
"type": "ObojoboDraft.Chunks.MCAssessment.MCAnswer",
"content": {},
"children": [
{
"id": "cf4720a8-875d-4756-97e2-8fc7632b5f5e",
"type": "ObojoboDraft.Chunks.Text",
"content": {
"textGroup": [
{
"data": {
"indent": 0
},
"text": {
"value": "",
"styleList": []
}
}
]
},
"children": []
}
]
}
]
}
]
}
]
}
]
}