forked from chyyuu/os_course_exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
30 lines (30 loc) · 895 Bytes
/
book.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
{
"introduction": {
"path": "README.md",
"title": "介绍" },
"plugins": [
"quiz","mcqx","fbqx","duoshuo", "spoiler","-lunr", "-search", "search-pro"
],
"pluginsConfig": {
"duoshuo": {
"short_name": "mytest",
"theme": "default"
},
"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
}
}
}
}