Personality Quiz Activity
Personality Quiz Activity
UNIT 5 ACTIVITY
OBJECTIVES
By completing this activity, learners will:
+ Become familiar with the answer block
START HERE 4
q 1. Create a sprite to ask the questions.
q 2. Create variables to store the number of A
answers, B answers, and C answers.
2 3
6
q 3. Have the sprite ask a question and get an
answer from the user.
q 4. Based on the users answer, increment either
a_count, b_count, or c_count by 1.
q 5. Repeat steps 3-4 for each question!
q 6. Calculate which of a_count, b_count, or
c_count is highest, and give the user their result.
q Is your quiz giving you weird results? Make sure youre using change + Make a different background page for every result.
instead of set when you change the value of a_count, b_count, and + Provide an explanation for each result.
c_count. + Add background music or sound effects.
q Still buggy? Check the boxes next to all your variables in the Scripts tag + Help a neighbor!
so you can see their values as you test out your quiz. + Add your project to the Personality Quizzes studio:
q Stuck? Compare your code to the sample quiz project, or take a look to see https://scratch.mit.edu/studios/4111834/
how it works: https://scratch.mit.edu/projects/166106749/ + Remix another quiz in the quiz studio.