Know It All!
Quiz Game
Create a 10-question quiz on any topic your child loves. Add a countdown timer, right/wrong feedback sounds and a final score screen all in Scratch!
Create a 10-question quiz on any topic your child loves. Add a countdown timer, right/wrong feedback sounds and a final score screen all in Scratch!
Have 10 questions with answers ready before you start building. This makes the coding part much smoother!
Add a backdrop that matches your quiz topic, and a quiz host sprite who will ask the questions.
Create all the variables the quiz needs before writing any scripts.
Build the full question-and-answer flow for question 1, then you'll copy it for questions 2โ10.
Add all 10 questions by repeating the same ask / if-else / change QuestionNumber pattern.
Run a timer alongside each question. If it reaches 0, mark the question as wrong and move on.
Add satisfying sounds when players get answers right or wrong.
At the end of all 10 questions, show the player their score and a personalised message.
Play your quiz all the way through, fix any issues, and share it so friends can test themselves!