-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
52 lines (52 loc) · 1.85 KB
/
Copy pathexample.json
File metadata and controls
52 lines (52 loc) · 1.85 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
{
"id": "uuidv4",
"title": "计算机原理通识",
"description": "计算机原理通识课程,适合初学者学习",
"chapters": [
{
"id": "uuidv4",
"title": "计算机组成硬件",
"order": 0,
"sections": [
{
"id": "uuidv4",
"title": "家用计算机硬件组成",
"order": 0,
"estimated_time": 0,
"video_url": "",
"leading_questions": [
{
"id": "uuidv4",
"question": "家用计算机硬件组成有哪些?"
}
],
"exercises": [
{
"id": "uuidv4",
"question": "以下哪个硬件是专门负责图形显示的?",
"score": 5,
"type": "单选",
"options": [
{
"id": "uuidv4",
"text": "显卡",
"is_correct": true
},
{
"id": "uuidv4",
"text": "主板",
"is_correct": false
},
{
"id": "uuidv4",
"text": "内存",
"is_correct": false
}
]
}
]
}
]
}
]
}