-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
release.json
53 lines (53 loc) · 1.8 KB
/
release.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
48
49
50
51
52
53
{
"mcq": {
"id": {
"en": 1725616643031,
"zh": 1730012858034
},
"deck": 1551516477,
"notes": [
{
"fields": {
"question": "This is the stem of the question. It supports various content formats in Anki, including bold, formulas, etc.",
"optionA": "This is the content of the question options.",
"optionB": "Options that are not filled in will not be displayed.",
"optionC": "And various formats are also supported.",
"answer": "AC",
"note": "Above is the answer to the question. For multiple-choice questions, please write the uppercase letter of the correct answer, for example, A. For multiple-choice questions, write all the correct answer letters, such as ABC."
}
}
]
},
"basic": {
"id": {
"zh": 1382768988,
"en": 1971232741
},
"deck": 1962326180,
"notes": [
{
"fields": {
"question": "This is the stem of the question. It supports various content formats in Anki, including bold, formulas, etc.",
"answer": "This is answer",
"note": "Above is the answer to the question."
}
}
]
},
"tf": {
"id": {
"zh": 1356462000,
"en": 1693362483
},
"deck": 1598429921,
"notes": [
{
"fields": {
"question": "This is the stem of the question. It supports various content formats in Anki, including bold, formulas, etc.",
"items": "T===<br>All sub-questions should meet the format constriant<br><br>T===<br>Each sub-question must begin with a line \"T===\" or \"F===\", indicating whether the sub-question is true or false<br><br>T===<br>Pay special attention to ensuring \"T/F\" is followed by three or more equal signs",
"note": "note"
}
}
]
}
}