-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz.json
More file actions
68 lines (68 loc) · 1.42 KB
/
quiz.json
File metadata and controls
68 lines (68 loc) · 1.42 KB
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
[
{
"id": "q1",
"text": "1. Choose the correct negative form:",
"options": {
"A": "She don't like coffee.",
"B": "She doesn't likes coffee.",
"C": "She doesn't like coffee.",
"D": "She not like coffee."
},
"answer": "C"
},
{
"id": "q2",
"text": "2. Which sentence is in the past tense?",
"options": {
"A": "He eats lunch.",
"B": "He is eating lunch.",
"C": "He ate lunch.",
"D": "He will eat lunch."
},
"answer": "C"
},
{
"id": "q3",
"text": "3. Choose the correct word: I’m looking forward ___ the weekend.",
"options": {
"A": "for",
"B": "to",
"C": "at",
"D": "on"
},
"answer": "B"
},
{
"id": "q4",
"text": "4. What does 'frequently' mean?",
"options": {
"A": "Never",
"B": "Sometimes",
"C": "Often",
"D": "Rarely"
},
"answer": "C"
},
{
"id": "q5",
"text": "5. Which is a correct conditional sentence?",
"options": {
"A": "If it rains, we will stay home.",
"B": "If it will rain, we stay home.",
"C": "If it rained, we will stay home.",
"D": "If it raining, we stayed home."
},
"answer": "A"
},
{
"id": "q6",
"text": "6. Choose the correct comparative form:",
"options": {
"A": "more fast",
"B": "fastly",
"C": "faster",
"D": "fastest"
},
"answer": "C"
}
]