-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.5.json
126 lines (126 loc) · 4.18 KB
/
2.5.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "Example Quiz for Jay",
"thumbnail": "https://i.ytimg.com/vi/F_OCgbYNs_w/hqdefault.jpg",
"questions": [
{
"question": {
"id": "1",
"title": "Example question 1: what year did Jay Chou born?",
"media": "https://previews.123rf.com/images/fordzolo/fordzolo1506/fordzolo150600296/41026708-example-white-stamp-text-on-red-backgroud.jpg",
"type": "multi",
"timeLimit": 30,
"point": 200,
"answers": [
{
"answer": {
"id": "1",
"content": "1977",
"isCorrect": false
}
},
{
"answer": {
"id": "2",
"content": "1978",
"isCorrect": true
}
},
{
"answer": {
"id": "3",
"content": "1979",
"isCorrect": false
}
},
{
"answer": {
"id": "4",
"content": "Year 1978",
"isCorrect": true
}
}
]
}
},
{
"question": {
"id": "2",
"title": "Example question 2: did Hebe Tien born in March?",
"media": "https://i.ytimg.com/vi/F_OCgbYNs_w/hqdefault.jpg",
"type": "single",
"timeLimit": 40,
"point": 100,
"answers": [
{
"answer": {
"id": "5",
"content": "Yes",
"isCorrect": true
}
},
{
"answer": {
"id": "6",
"content": "No",
"isCorrect": false
}
}
]
}
},
{
"question": {
"id": "3",
"title": "Example question 3: Which year they meet each other in the UK",
"media": "https://www.youtube.com/watch?v=F_OCgbYNs_w&ab_channel=happywah",
"type": "single",
"timeLimit": 40,
"point": 100,
"answers": [
{
"answer": {
"id": "7",
"content": "2001",
"isCorrect": false
}
},
{
"answer": {
"id": "8",
"content": "2002",
"isCorrect": false
}
},
{
"answer": {
"id": "9",
"content": "2003",
"isCorrect": false
}
},
{
"answer": {
"id": "10",
"content": "2004",
"isCorrect": false
}
},
{
"answer": {
"id": "11",
"content": "2005",
"isCorrect": false
}
},
{
"answer": {
"id": "12",
"content": "2006",
"isCorrect": true
}
}
]
}
}
]
}