Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
34 additions
and 25 deletions.
- +3 −2 arduino/{ → matrix}/matrix.ino
- +1 −1 python/api.py
- +1 −1 python/data.json
- +13 −9 python/lighting.py
- +16 −12 python/scoring.py
@@ -1 +1 @@ | ||
{"response_code": 0, "results": [{"category": "Entertainment: Video Games", "type": "boolean", "question": "Nintendo started out as a playing card manufacturer.", "difficulty": "medium", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "Entertainment: Cartoon & Animations", "type": "boolean", "question": "In the "Shrek" film franchise, Donkey is played by Eddie Murphy.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "History", "type": "boolean", "question": "The first televised presidential debate was between Jimmy Carter and Gerald Ford.", "difficulty": "medium", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "Entertainment: Film", "type": "boolean", "question": "The colour of the pills in the Matrix were Blue and Yellow.", "difficulty": "medium", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "General Knowledge", "type": "boolean", "question": ""Ananas" is mostly used as the word for Pineapple in other languages.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "Entertainment: Video Games", "type": "boolean", "question": "The 2005 video game "Call of Duty 2: Big Red One" is not available on PC.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "Animals", "type": "boolean", "question": "The Platypus is a mammal.", "difficulty": "medium", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "Entertainment: Film", "type": "boolean", "question": ""Cube", "Cube 2: Hypercube" and "Cube Zero" were directed by the same person.", "difficulty": "hard", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "Animals", "type": "boolean", "question": "A caterpillar has more muscles than humans do.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "History", "type": "boolean", "question": "In World War ll, Great Britian used inflatable tanks on the ports of Great Britain to divert Hitler away from Normandy/D-day landing.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}]} | ||
{"response_code": 0, "results": [{"category": "Science: Mathematics", "type": "boolean", "question": "The Pythagorean theorem states that the square of the hypotenuse is equal to the product of the squares of the other two sides.", "difficulty": "medium", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "General Knowledge", "type": "boolean", "question": "French is an official language in Canada.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "History", "type": "boolean", "question": "The Spitfire originated from a racing plane.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "History", "type": "boolean", "question": "If you grab the bladed end of a longsword in a specific way, you will not cut yourself.", "difficulty": "medium", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "Entertainment: Video Games", "type": "boolean", "question": "In Pokémon, Arbok evolves into Seviper.", "difficulty": "easy", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "Geography", "type": "boolean", "question": "Norway has a larger land area than Sweden.", "difficulty": "medium", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "Entertainment: Music", "type": "boolean", "question": "Scatman John's real name was John Paul Larkin.", "difficulty": "easy", "correct_answer": "True", "incorrect_answers": ["False"]}, {"category": "Science: Computers", "type": "boolean", "question": "Linus Sebastian is the creator of the Linux kernel, which went on to be used in Linux, Android, and Chrome OS.", "difficulty": "medium", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "General Knowledge", "type": "boolean", "question": "Dihydrogen Monoxide was banned due to health risks after being discovered in 1983 inside swimming pools and drinking water.", "difficulty": "easy", "correct_answer": "False", "incorrect_answers": ["True"]}, {"category": "Entertainment: Video Games", "type": "boolean", "question": "Activision created Battlefield 1.", "difficulty": "easy", "correct_answer": "False", "incorrect_answers": ["True"]}]} |