-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathbook.json
More file actions
32 lines (32 loc) · 782 Bytes
/
book.json
File metadata and controls
32 lines (32 loc) · 782 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
{
"gitbook": ">=2.0.0",
"plugins": [
"sectionx",
"mcqx",
"fbqx",
"ace",
"mermaid",
"local-video",
"quiz",
"exercises-quote-fix",
"video"
],
"pluginsConfig": {
"quiz": {
"labels": {
"check": "Check my answers",
"showExplanation": "Explain",
"showCorrect": "Show all",
"explanationHeader": "Explanation"
},
"text": {
"noChosen": "Choose at least one answer",
"incomplete": "Some correct answers are missing"
},
"buttons": {
"showCorrect": true,
"showExplanation": true
}
}
}
}