top of page

Year 10 Computer science

Fergus is creating a quiz that tests students’ knowledge on different topics*, such as:
• History
• Music
• Computer Science.
Students must register before they can take the quiz, choosing a unique username and a password for
the account. The username and password are saved into an external text file. They must then enter the
following details about themselves:
• Name
• Age
• Year Group.
A student can choose which topic they want to answer a series of questions on. The student can
then choose a difficulty rating of ‘Easy’, ‘Medium’ or ‘Hard’. Each question will have a set of possible
answers that the user can choose from. The number of answers the student chooses from changes
based on the difficulty of the quiz. The user must select an answer to a question before the next
question is displayed.
At the end of the quiz, the game will output the number of questions they got correct and a grade
depending on the percentage of questions the user has got correct. You must create a suitable grade
system, and the percentages needed to achieve each grade. There must be at least four possible
grades.

bottom of page