-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz.json
104 lines (104 loc) · 4.25 KB
/
quiz.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
{
"questions": [
{
"question": "1. What is the main topic of the article?",
"options": {
"a": "The history of the Galapagos Islands",
"b": "The impact of climate change on the Galapagos Islands",
"c": "The god of the sea",
"d": "The BBC's Mark Lowen"
},
"answer": " b The impact of climate change on the Galapagos Islands"
},
{
"question": "2. Where are the Galapagos Islands located?",
"options": {
"a": "Off the coast of Africa",
"b": "Off the coast of Australia",
"c": "Off the coast of South America",
"d": "Off the coast of North America"
},
"answer": " c Off the coast of South America"
},
{
"question": "3. What is the significance of the name \"Galapagos\"?",
"options": {
"a": "It is a Spanish word for \"turtle\"",
"b": "It is named after a famous explorer",
"c": "It is named after the god of the sea",
"d": "It is named after a local indigenous tribe"
},
"answer": " c It is named after the god of the sea"
},
{
"question": "4. The phrase \"I barely see your ship from here today\" is likely a metaphor for",
"options": {
"a": "The author's physical distance from the Galapagos Islands",
"b": "The difficulty in observing the effects of climate change",
"c": "The author's longing for the past",
"d": "The author's fear of the future"
},
"answer": " b The difficulty in observing the effects of climate change"
},
{
"question": "5. What is the author's attitude towards the impact of climate change?",
"options": {
"a": "Optimistic",
"b": "Indifferent",
"c": "Concerned",
"d": "Excited"
},
"answer": " c Concerned"
},
{
"question": "6. The phrase \"I tremble thinking of you\" suggests that the author is",
"options": {
"a": "Afraid of the future",
"b": "Excited about the journey",
"c": "Sad about the loss of something",
"d": "Angry at the situation"
},
"answer": " a Afraid of the future"
},
{
"question": "7. What is the likely purpose of the article?",
"options": {
"a": "To entertain readers with a travel story",
"b": "To inform readers about the Galapagos Islands",
"c": "To raise awareness about climate change",
"d": "To criticize the BBC"
},
"answer": " c To raise awareness about climate change"
},
{
"question": "8. Who is Mark Lowen?",
"options": {
"a": "A local guide in the Galapagos Islands",
"b": "A scientist studying climate change",
"c": "A journalist reporting on climate change",
"d": "A marine biologist"
},
"answer": " c A journalist reporting on climate change"
},
{
"question": "9. What is the intended audience of this article?",
"options": {
"a": "Tourists planning to visit the Galapagos Islands",
"b": "Scientists studying climate change",
"c": "The general public",
"d": "The BBC's viewers"
},
"answer": " c The general public"
},
{
"question": "10. Based on the excerpt, what is the most likely focus of the article?",
"options": {
"a": "The biodiversity of the Galapagos Islands",
"b": "The economic impact of climate change on the Islands",
"c": "The role of the BBC in environmental protection",
"d": "The challenges of navigating the Galapagos Islands"
},
"answer": " a The biodiversity of the Galapagos Islands"
}
]
}