diff options
author | 2020-06-13 14:44:52 +0200 | |
---|---|---|
committer | 2020-06-13 14:44:52 +0200 | |
commit | 217b42985f782a1227371296f313c4ea7402a87a (patch) | |
tree | 94c28295c6f583108646ee45334729ed4885e3f4 | |
parent | Merge pull request #413 from jodth07/encoding_bug_fix (diff) |
6 more questions added.
6 more questions added for the quiz command on the category Evergreen.
-rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 6100ca62..f655e39d 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -217,6 +217,36 @@ "question": "What does the acronym GPRS stand for?", "answer": "General Packet Radio Service", "info": "General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks." + }, + { + "id": 131, + "question": "In what country the Ebro river is located?", + "answer": "Spain", + "info": "The Ebro river is a river located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea." + }, + { + "id": 132, + "question": "What year the IBM PC model 5150 was introduced in the market?", + "answer": "1981", + "info": "The IBM PC was introduced in the market on 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card." + }, + { + "id": 133, + "question": "What's the world's largest urban area?", + "answer": "Tokio", + "info": "Tokio is the most populated city in the world, with 37 million of people. It is located on Japan." + }, + { + "id": 134, + "question": "How many planets there are on the Solar system?", + "answer": "8", + "info": "On the Solar system there are 8 planets: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune. Pluto isn't considered a planet on the Solar System anymore." + }, + { + "id": 135, + "question": "What is the capital of Iraq?", + "answer": "Baghdad", + "info": "Baghdad is the capital of Iraq. It has a population of 7 million people." } ] } |