File size: 595 Bytes
5878234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "id": "101",
    "image": "101.png",
    "question_file": "101.md",
    "answer_file": "101.txt",
    "question_text": "这个角色在京剧中通常扮演什么类型的角色?",
    "options": {
        "A": "正面角色",
        "B": "反面角色",
        "C": "喜剧角色",
        "D": "悲剧角色"
    },
    "answer": "A",
    "question_en": "What type of role does this character usually play in Peking Opera?",
    "options_en": {
        "A": "Protagonist",
        "B": "Antagonist",
        "C": "Comedic role",
        "D": "Tragic role"
    }
}