aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-01-25 03:01:00 +0530
committerGravatar GitHub <[email protected]>2021-01-25 03:01:00 +0530
commit93b7d8edb572db06ffbcc4e9558510862d7840bc (patch)
treee20678425737ac6e534f1ada2e86d1c0ce192fff /bot/resources
parentAdd ability to automatically send issues if matching <repo>#<issue> (diff)
parentMerge pull request #397 from ks129/tic-tac-toe (diff)
Merge branch 'master' into feature/link_issues
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/evergreen/trivia_quiz.json12
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..faa3bc3b 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"
}
]
}