Create a guessing game or quiz.
Use your imagination! Try to do something not already done by a classmate.
You should include at least 5 questions.
Count how many questions the user gets right. Show the score at the end.
Note: Do not ask the user how many they got correct! This is a value you calculated.
Tell the user if they passed (60% or more) or failed.
Save the Alice3 program as LastName_FirstName_game.a3p. For example Smith_Mary_quiz.a3p
- Create an mp4 and a screen shot of the code to post in the discussion.
- Submit the LastName_FirstName_quiz.a3p file.
- Create an mp4 for the discussion.
- Save the program as LastName_FirstName_quiz.a3p to submit.
Checklist
- You ask the user at least 5 questions. (Required: grade is 0 if this is not done.)
- There is a comment with your name and a description of the program. 1 point
- You have a counter that correctly counts the number of correct answers. 2 points
- The questions use at least 3 different types. 2 points
- For each question tell the user if their answer is right or wrong. 2 points
- The score is displayed at the end. 1 point
- At the end tell the user they passed if they get a score of at least 60%, otherwise tell them they failed. 2 points
Assignment Index