diff options
author | 2021-01-24 01:11:24 -0800 | |
---|---|---|
committer | 2021-01-24 01:11:24 -0800 | |
commit | 3684e6ec66470abf036cdca7f73b6f4b63b40e7e (patch) | |
tree | 372cd34efdfa1eb630ad6ed641005b4d040ffb93 /bot/resources | |
parent | Update the README badges (diff) | |
parent | Update trivia_quiz.json (diff) |
Merge pull request #562 from AnkithAbhayan/patch-1
some new questions
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 8f0a4114..a5e3a3e4 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -247,6 +247,18 @@ "question": "What is the capital of Iraq?", "answer": "Baghdad", "info": "Baghdad is the capital of Iraq. It has a population of 7 million people." + }, + { + "id": 136, + "question":"The United Nations headquarters is located at which city?", + "answer":"New York", + "info":"The United Nations is headquartered in New York City in a complex designed by a board of architects led by Wallace Harrison and built by the architectural firm Harrison & Abramovitz. The complex has served as the official headquarters of the United Nations since its completion in 1951." + }, + { + "id": 137, + "question":"At what year did Christopher Columbus discover America?", + "answer":"1492", + "info":"The explorer Christopher Columbus made four trips across the Atlantic Ocean from Spain: in 1492, 1493, 1498 and 1502. He was determined to find a direct water route west from Europe to Asia, but he never did. Instead, he stumbled upon the Americas" } ] } |