1 - Choose a language
2 - Make a list of 10 English words and another list of equivalent 10 foreign words at the same index in the lists
3 - Create a SCORE variable and an INDEX variable, set them both to ZERO when the green flag is pressed
4 - Create a repeat block of 10
SET INDEX TO A RANDOM VALUE between 1 and 10.
5 - Can you use a mixture of these blocks to make a quiz with relevant output messages and variable changes to make it like a translation quiz?
EXTENSIONS:
1 - Add a timer
2 - Add background music, stage background and make the quiz themed
3 - Add sound effects
4 - Add name variable, ask the user's name and build this into the quiz
5 - Add another language list and the user can choose which language and the program will automatically change its function (you can use an if statement to do this).
6 - ADD subroutines