Introduction video
Scratch Quiz Activity Pack What will you need?
The Scratch website and some questions and answers to make a quiz. The answers to the questions need to have only one possible answer, such as ‘What is the capital city of France?’
What will you learn?
Program a quiz using inputs, outputs, selection, operators and variables.
1. Add questions to your quiz to create a text input (so that the user can type in their answer).
2. Add answers and use conditions and operators so that the program works out if the answer is right or wrong.
3. Add a scoring element to your quiz using variables. Variables are elements that change during a program, such as a score or timer.
Extension Activity
How could you make a spelling quiz? There are 3 things to think about;
The player cannot see the question so could you use a sound recording?
You will still need to use the ask block so that the player can type their answer but will it go before or after the sound recording?
What will be in your ask block? Could it be instructions instead of a question?