diff options
| author | 2019-03-31 17:57:33 +0100 | |
|---|---|---|
| committer | 2019-03-31 17:57:33 +0100 | |
| commit | 63bb8ef804451af0c9475e19ad53b2d52a78c50d (patch) | |
| tree | ac9536b447de5e1738adb0b45226bd167eaf40ea /bot/resources | |
| parent | Merge pull request #146 from python-discord/flake8-docstring (diff) | |
Egghead Quiz
Easter quiz including the Cog Python file and the Questions JSON file
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/easter/egghead_questions.json | 181 | 
1 files changed, 181 insertions, 0 deletions
| diff --git a/bot/resources/easter/egghead_questions.json b/bot/resources/easter/egghead_questions.json new file mode 100644 index 00000000..141a39d5 --- /dev/null +++ b/bot/resources/easter/egghead_questions.json @@ -0,0 +1,181 @@ +[ +    { +        "question": "Where did the idea of the Easter Bunny originate?", +        "answers": [ +            "Russia", +            "The United States", +            "The UK", +            "Germany" +        ], +        "correct_answer": 4 +    }, +    { +        "question": "The Easter Bunny was originally going to be a...", +        "answers": [ +            "hare", +            "possum", +            "cat", +            "dove" +        ], +        "correct_answer": 1 +    }, +    { +        "question": "Which of the following is NOT a movie about Easter?", +        "answers": [ +            "Winnie the Pooh - Springtime with Roo", +            "It's a Wonderful Life", +            "The Passion of the Christ", +            "Here Comes Peter Cottontail" +        ], +        "correct_answer": 2 +    }, +    { +        "question": "In Australia, what animal is used instead of the Easter Bunny?", +        "answers": [ +            "kangaroo", +            "wombat", +            "koala", +            "bilby" +        ], +        "correct_answer": 4 +    }, +    { +        "question": "When was the first Earth Day?", +        "answers": [ +            "1982", +            "2003", +            "1999", +            "1970" +        ], +        "correct_answer": 3 +    }, +    { +        "question": "Who is considered to be the founder of Earth Day?", +        "answers": [ +            "President Jimmy Carter", +            "President John F. Kennedy", +            "Vice President Al Gore", +            "Sentator Gaylord Nelson" +        ], +        "correct_answer": 4 +    }, +    { +        "question": "Approximately how many countries participated in Earth Day 2000?", +        "answers": [ +            "60", +            "140", +            "180", +            "240" +        ], +        "correct_answer": 3 +    }, +    { +        "question": "As Earth Day is this month, how old is the Earth?", +        "answers": [ +            "4.5 billion years old", +            "5 million years old", +            "10 billion years old", +            "6.7 billion years old" +        ], +        "correct_answer": 1 +    }, +    { +        "question": "As a celebration of Earth Day, what is the percentage of Oxygen in the Earth's atmosphere?", +        "answers": [ +            "18%", +            "21%", +            "25%", +            "31%" +        ], +        "correct_answer": 2 +    }, +    { +        "question": "In what year did Google begin its tradition of April Fools Jokes?", +        "answers": [ +            "1997", +            "2000", +            "2003", +            "2007" +        ], +        "correct_answer": 2 +    }, +    { +        "question": "Which type of chocolate is the most healthy?", +        "answers": [ +            "Dark", +            "White", +            "Milk" +        ], +        "correct_answer": 1 +    }, +    { +        "question": "How many bars of milk chocolate would you have to eat to get the same amount of caffeine as in one cup of coffee?", +        "answers": [ +            "3", +            "9", +            "14", +            "20" +        ], +        "correct_answer": 3 +    }, +    { +        "question": "Aztecs used to use one of the ingedients of chocolate, cocoa beans, as...", +        "answers": [ +            "currency", +            "medicine", +            "dye", +            "fertilizer" +        ], +        "correct_answer": 1 +    }, +    { +        "question": "Which European country was the first to enjoy chocolate?", +        "answers": [ +            "France", +            "Spain", +            "England", +            "Switxherland" +        ], +        "correct_answer": 2 +    }, +    { +        "question": "The first European Chocolate Shop opened in what city in 1657?", +        "answers": [ +            "Paris, France", +            "Madrid, Spain", +            "Zürich, Switzerland", +            "London, England" +        ], +        "correct_answer": 4 +    }, +    { +        "question": "On average, how many eggs does a hen lay in a year?", +        "answers": [ +            "Between 200-230", +            "Between 250-270", +            "Between 300-330", +            "Between 370-400" +        ], +        "correct_answer": 2 +    }, +    { +        "question": "What determines the colour of an egg yolk?", +        "answers": [ +            "The size of the hen", +            "The age of a hen", +            "The diet of a hen", +            "The colour of a hen's feathers" +        ], +        "correct_answer": 3 +    }, +    { +        "question": "What country produces the most eggs in a year?", +        "answers": [ +            "China", +            "India", +            "The United States", +            "Japan" +        ], +        "correct_answer": 1 +    } +]
\ No newline at end of file | 
