Skip to content

Instantly share code, notes, and snippets.

@dpy-manager-bot
Last active January 24, 2021 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpy-manager-bot/6e335a3123605c4d46efc935609cf05e to your computer and use it in GitHub Desktop.
Save dpy-manager-bot/6e335a3123605c4d46efc935609cf05e to your computer and use it in GitHub Desktop.
A file by STron#8688 in the discord.py guild
{
"response_code": 0,
"results": [
{
"category": "General Knowledge",
"type": "multiple",
"difficulty": "easy",
"question": "What is the first book of the Old Testament?",
"correct_answer": "Genesis",
"incorrect_answers": [
"Exodus",
"Leviticus",
"Numbers"
]
},
{
"category": "General Knowledge",
"type": "multiple",
"difficulty": "easy",
"question": "What does a funambulist walk on?",
"correct_answer": "A Tight Rope",
"incorrect_answers": [
"Broken Glass",
"Balls",
"The Moon"
]
},
{
"category": "General Knowledge",
"type": "multiple",
"difficulty": "easy",
"question": "What does the 'S' stand for in the abbreviation SIM, as in SIM card? ",
"correct_answer": "Subscriber",
"incorrect_answers": [
"Single",
"Secure",
"Solid"
]
},
{
"category": "General Knowledge",
"type": "boolean",
"difficulty": "easy",
"question": "A scientific study on peanuts in bars found traces of over 100 unique specimens of urine.",
"correct_answer": "False",
"incorrect_answers": [
"True"
]
},
{
"category": "General Knowledge",
"type": "multiple",
"difficulty": "easy",
"question": "Five dollars is worth how many nickles?",
"correct_answer": "100",
"incorrect_answers": [
"50",
"25",
"69"
]
},
{
"category": "General Knowledge",
"type": "boolean",
"difficulty": "easy",
"question": "The Lego Group was founded in 1932.",
"correct_answer": "True",
"incorrect_answers": [
"False"
]
},
{
"category": "General Knowledge",
"type": "multiple",
"difficulty": "easy",
"question": "According to Sherlock Holmes, "If you eliminate the impossible, whatever remains, however improbable, must be the..."",
"correct_answer": "Truth",
"incorrect_answers": [
"Answer",
"Cause",
"Source"
]
},
{
"category": "General Knowledge",
"type": "boolean",
"difficulty": "easy",
"question": "Dihydrogen Monoxide was banned due to health risks after being discovered in 1983 inside swimming pools and drinking water.",
"correct_answer": "False",
"incorrect_answers": [
"True"
]
},
{
"category": "General Knowledge",
"type": "boolean",
"difficulty": "easy",
"question": "The National Animal of Scotland is the Unicorn.",
"correct_answer": "True",
"incorrect_answers": [
"False"
]
},
{
"category": "General Knowledge",
"type": "multiple",
"difficulty": "easy",
"question": "The Canadian $1 coin is colloquially known as a what?",
"correct_answer": "Loonie",
"incorrect_answers": [
"Boolie",
"Foolie",
"Moodie"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment