File size: 502 Bytes
5878234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "id": "100",
    "image": "100.png",
    "question_file": "100.md",
    "answer_file": "100.txt",
    "question_text": "What is the character's typical attire color?",
    "options": {
        "A": "Red",
        "B": "Blue",
        "C": "Yellow",
        "D": "White"
    },
    "answer": "B",
    "question_en": "What is the character's typical attire color?",
    "options_en": {
        "A": "Red",
        "B": "Blue",
        "C": "Yellow",
        "D": "White"
    }
}