-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.json
82 lines (82 loc) · 2.26 KB
/
questions.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
[
{
"body": "What is the rarest M&M color?",
"answer": "Brown"
},
{
"body": "In a website browser address bar, what does “www” stand for?",
"answer": "World Wide Web"
},
{
"body": "In what year were the first Air Jordan sneakers released?",
"answer": "1984"
},
{
"body": "In a bingo game, which number is represented by the phrase “two little ducks”?",
"answer": "22"
},
{
"body": "According to Greek mythology, who was the first woman on earth?",
"answer": "Pandora"
},
{
"body": "Which African country was formerly known as Abyssinia?",
"answer": "Ethiopia "
},
{
"body": "Tennis star Serena Williams won which major tournament while pregnant with her first child?",
"answer": "The Australian Open"
},
{
"body": "In which European city would you find Orly airport?",
"answer": "Paris"
},
{
"body": "Which singer’s real name is Stefani Joanne Angelina Germanotta?",
"answer": "Lady Gaga"
},
{
"body": "The only known monotremes in the animal kingdom are the echidna and which other creature?",
"answer": "The platypus"
},
{
"body": "Kingston, Zuma, and Apollo are the sons of which American female pop star?",
"answer": "Gwen Stefani"
},
{
"body": "Fissures, vents, and plugs are all associated with which geological feature?",
"answer": "Volcanos"
},
{
"body": "Which author wrote the ‘Winnie-the-Pooh’ books?",
"answer": "A. A. Milne"
},
{
"body": "Which Dutch artist painted “Girl with a Pearl Earring”?",
"answer": "Vermeer"
},
{
"body": "Where were the Declaration of Independence, the Constitution, and the Bill of Rights stored during World War II?",
"answer": "Fort Knox"
},
{
"body": "Which country consumes the most chocolate per capita?",
"answer": "Switzerland"
},
{
"body": "Which two U.S. states don’t observe Daylight Saving Time?",
"answer": "Arizona and Hawaii"
},
{
"body": "What is the loudest animal on Earth?",
"answer": "The sperm whale"
},
{
"body": "What was the first toy to be advertised on television?",
"answer": "Mr. Potato Head"
},
{
"body": "What is the tiny piece at the end of a shoelace called?",
"answer": "An aglet"
}
]