1
+ {
2
+ "questions" : [
3
+ {
4
+ "text" :" What is the capital of India?" ,
5
+ "options" :[" New Delhi" , " Mumbai" , " Kolkata" , " Ahmedabad" ],
6
+ "correct" :" New Delhi"
7
+ },
8
+ {
9
+ "text" :" What is the capital of Italy?" ,
10
+ "options" :[" Rome" , " Venice" , " Ravenna" , " Brundisium" ],
11
+ "correct" :" Rome"
12
+ },
13
+ {
14
+ "text" :" What is the capital of the US?" ,
15
+ "options" :[" Washington D.C." , " New York" , " Florida" , " Detroit" ],
16
+ "correct" :" Washington D.C."
17
+ },
18
+ {
19
+ "text" :" What is the answer to life, the universe and everything?" ,
20
+ "options" :[" 42" , " Love" , " The Void" , " Skyrim" ],
21
+ "correct" :" 42"
22
+ },
23
+ {
24
+ "text" :" Whick of the following is NOT a programming language?" ,
25
+ "options" :[" Pen" , " D" , " Rust" , " C--" ],
26
+ "correct" :" Pen"
27
+ },
28
+ {
29
+ "text" :" Who was the inventor of dynamite?" ,
30
+ "options" :[" Alfred Nobel" , " Sir Hiram Maxim" , " Josiah Willard Gibbs" , " John Dalton" ],
31
+ "correct" :" Alfred Nobel"
32
+ },
33
+ {
34
+ "text" :" What title did Julius Caesar NEVER officialy hold?" ,
35
+ "options" :[" Consul" , " Emperor" , " Dictator" , " Greatest Priest" ],
36
+ "correct" :" Emperor"
37
+ }
38
+
39
+ ]
40
+ }
0 commit comments