-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathexample.json
47 lines (44 loc) · 1.3 KB
/
example.json
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
// course.json
"_assessment": {
"_scoreToPass": 60,
"_correctToPass": 60,
"_isPercentageBased": true
}
// articles.json
"_assessment": {
"_isEnabled": true,
"_id": "Assessment 1",
"_suppressMarking": false,
"_scoreToPass" : 60,
"_correctToPass": 60,
"_isPercentageBased" : true,
"_includeInTotalScore": true,
"_assessmentWeight": 1,
"_isResetOnRevisit": false,
"_attempts": 2,
"_allowResetIfPassed": false,
"_scrollToOnReset": false,
"_banks": {
"_isEnabled": true,
"_split": "2,1",
"_randomisation": false
},
"_randomisation": {
"_isEnabled": true,
"_blockCount": 1
},
"_questions": {
"_resetIncorrectOnly": true,
"_resetType": "hard",
"_comment": "For 'soft', when using trickle, please set the trickle Completion Attribute to `_isInteractionComplete'.",
"_canShowFeedback": false,
"_canShowMarking": false,
"_canShowModelAnswer": false
}
}
// blocks.json
"_assessment": {
"_quizBankID": 1
}
// components
"displayTitle": "Question {{questionNumber}} of {{questionCount}}"