diff options
| author | 2019-10-07 21:29:34 +0530 | |
|---|---|---|
| committer | 2019-10-07 21:29:34 +0530 | |
| commit | 5e73471999330b4bfd12437c90ee33c9b0c02656 (patch) | |
| tree | d9a37a5899846d384799ed6ecbdb57d57078676b /bot/resources/evergreen | |
| parent | Merge pull request #275 from RohanJnr/trivia_quiz (diff) | |
Corrected a few typos in the json file and also the following refinements for the quiz game:
New scoreboard for every game.
Store overall score board which refreshs when bot restarts.
Diffstat (limited to 'bot/resources/evergreen')
| -rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 1ad2a1e1..66df3df7 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -71,6 +71,7 @@ { "id": 106, "question": "Which country is known as the \"Land of Thunderbolt\"?", + "answer": "Bhutan", "info": "Bhutan is known as the \"Land of Thunder Dragon\" or \"Land of Thunderbolt\" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon." }, { @@ -129,7 +130,7 @@ }, { "id": 116, - "question": "The Vally Of The Kings is located in which country?", + "question": "The Valley Of The Kings is located in which country?", "answer": "Egypt", "info": "The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom (the Eighteenth to the Twentieth Dynasties of Ancient Egypt)." }, |