-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampleoutput.json
125 lines (125 loc) · 2.97 KB
/
sampleoutput.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
{
response_code: 0,
results: [
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "Which English guitarist has the nickname "Slowhand"?",
correct_answer: "Eric Clapton",
incorrect_answers: [
"Mark Knopfler",
"Jeff Beck",
"Jimmy Page"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "Which rap group released the album "Straight Outta Compton"?",
correct_answer: "N.W.A",
"incorrect_answers": [
"Wu-Tang Clan",
"Run-D.M.C.",
"Beastie Boys"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "Ringo Starr of The Beatles mainly played what instrument?",
correct_answer: "Drums",
incorrect_answers: [
"Bass",
"Guitar",
"Piano"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "What is the best selling album of all time from 1976 to 2018?",
correct_answer: "Thriller",
incorrect_answers: [
"Back in Black",
"Abbey Road",
"The Dark Side of the Moon"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "What is the stage name of English female rapper Mathangi Arulpragasam, who is known for the song "Paper Planes"?",
correct_answer: "M.I.A.",
incorrect_answers: [
"K.I.A.",
"C.I.A.",
"A.I.A."
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "What was the subject of the 2014 song "CoCo" by American rapper O. T. Genasis?",
correct_answer: "Cocaine",
incorrect_answers: [
"Conan O'Brien",
"Cobalt(II) carbonate",
"Coconut cream pie"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "In an orchestra, what is the lowest member of the brass family?",
correct_answer: "Tuba",
incorrect_answers: [
"Trombone",
"Contrabass",
"Bassoon"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "Kanye West's "Gold Digger" featured which Oscar-winning actor?",
correct_answer: "Jamie Foxx",
incorrect_answers: [
"Alec Baldwin",
"Dwayne Johnson",
" Bruce Willis"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "Who was featured in the song "Words" by Feint? ",
correct_answer: "Laura Brehm",
incorrect_answers: [
"Anna Yvette ",
"Danyka Nadeau",
"Veela"
]
},
{
category: "Entertainment: Music",
type: "multiple",
difficulty: "easy",
question: "How many strings are there on a cello?",
correct_answer: "4",
incorrect_answers: [
"5",
"6",
"8"
]
}
]
}