← All projects
Tech & Code project
Build a quiz program
Design and code a quiz that keeps score, using a list of questions and a loop.
120 min totalComputingMaths
Steps
- 1Write the algorithm as numbered steps before coding anything
- 2Store the questions and answers in a list or array
- 3Use a loop to ask each question and selection to check the answer
- 4Add a score and a final message
- 5Test with deliberately wrong inputs and fix what breaks
Skills and objectives demonstrated
- Use a variety of data structures, including lists, tables or arrays
- Design and develop modular programs that use procedures or functions
