-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
54 lines (54 loc) · 1.54 KB
/
questions.json
File metadata and controls
54 lines (54 loc) · 1.54 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
{
"questions": [
{
"id": "q-2b415b99",
"text": "In which year did World War II end?",
"options": ["1943","1944","1945","1946"],
"correctIndex": 2,
"tags": ["History","WWII"],
"difficulty": "MEDIUM",
"timeLimitSeconds": 30,
"createdAt": 1762874624918
},
{
"id": "q-db46e0a7",
"text": "Who painted the Mona Lisa?",
"options": ["Vincent van Gogh","Pablo Picasso","Leonardo da Vinci","Michelangelo"],
"correctIndex": 2,
"tags": ["Art","History"],
"difficulty": "MEDIUM",
"timeLimitSeconds": 30,
"createdAt": 1762874624917
},
{
"id": "q-37893bbf",
"text": "What is the capital of France?",
"options": ["London","Berlin","Paris","Madrid"],
"correctIndex": 2,
"tags": ["Geography","Europe"],
"difficulty": "EASY",
"timeLimitSeconds": 20,
"createdAt": 1762874624917
},
{
"id": "q-2cb6ca53",
"text": "What is the largest planet in our solar system?",
"options": ["Saturn","Jupiter","Neptune","Earth"],
"correctIndex": 1,
"tags": ["Science","Astronomy"],
"difficulty": "EASY",
"timeLimitSeconds": 25,
"createdAt": 1762874624917
},
{
"id": "q-cf4a0eee",
"text": "What is the tallest mountain in the world?",
"options": ["Mount Kilimanjaro","Mount Everest","K2","Mount Fuji"],
"correctIndex": 1,
"tags": ["Geography","Mountains"],
"difficulty": "EASY",
"timeLimitSeconds": 30,
"createdAt": 1762874624917
}
]
}