-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom_topics.json
More file actions
36 lines (36 loc) · 841 Bytes
/
custom_topics.json
File metadata and controls
36 lines (36 loc) · 841 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
33
34
35
36
[
{
"id": "test_minimal",
"title": "Test Topic",
"description": "A test topic for verification",
"checkpoints": [
{
"id": "test_minimal_main",
"title": "Test Topic",
"description": "A test topic for verification",
"requirements": [
"Understand the fundamentals of Test Topic",
"Apply key concepts from Test Topic",
"Demonstrate knowledge of Test Topic"
]
}
]
},
{
"id": "quick_test",
"title": "Quick Test",
"description": "Test description",
"checkpoints": [
{
"id": "quick_test_main",
"title": "Quick Test",
"description": "Test description",
"requirements": [
"Learn basics",
"Apply concepts",
"Demonstrate knowledge"
]
}
]
}
]