Question: Create a simple quiz game using MISP Assembly language. Choose a theme for the quiz game. E.g. Geography. a) Player must enter their name b)
Create a simple quiz game using MISP Assembly language. Choose a theme for the quiz game. E.g. Geography.
a) Player must enter their name
b) Minimum number of questions is 10.
c) Type of questions in the quiz: multiple choice or short answer.
d) Final score should be shown on the screen once the quiz is finished. E.g.
Player name: John Doe
Total Marks: XX
e) If the score is greater than 80% display some congratulatory message on the screen. E.g. Well done!
f) If the score is between 40% and 80% display some nice message on the screen. E.g. Good try!
g) If the score is less than 40% display some motivational message on the screen. E.g. Never give up!
h) User is allowed to reattempt the quiz. In this case the score is reset to 0. Maximum reattempt is 3 times only. In addition to final score, show highest and lowest score if user is reattempting the quiz.
Create a simple quiz game using MISP Assembly language. Choose a theme for the quiz game. E.g. Geography. a) Player must enter their name b) Minimum number of questions is 10 . c) Type of questions in the quiz: multiple choice or short answer. d) Final score should be shown on the screen once the quiz is finished. E.g. Player name: John Doe Total Marks: XX e) If the score is greater than 80% display some congratulatory message on the screen. E.g. Well done! f) If the score is between 40% and 80% display some nice message on the screen. E.g. Good try! g) If the score is less than 40% display some motivational message on the screen. E.g. Never give up! h) User is allowed to reattempt the quiz. In this case the score is reset to 0 . Maximum reattempt is 3 times only. In addition to final score, show highest and lowest score if user is reattempting the quiz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
