Quick Links

Quick Links Open/Close

Stoneyholme Community Primary School

  • Facebook
  • ParentPay

Friday

EYFS

Shape, Space & Measures

Draw a shape on Seesaw

 Tap +

→ Drawing

 

 

Draw a circle / square / triangle

 

 

Choose a colour

 

 

 

Year 6

Create a quiz

You are going to design and build an interactive quiz game using Pyonkee.

Your game should:

Ask questions

 

Let the player choose answers

 

Keep score

 

Tell the player if they are right or wrong

🟢 Step 1: Open Pyonkee

  1. Open Pyonkee

  2. Click Create New Project

  3. Click the green flag to check nothing is running


🎭 Step 2: Choose your sprites

  1. Choose a quiz host sprite

  2. Add 3 button sprites

  3. Rename them:

    • Answer A

    • Answer B

    • Answer C

  4. Add a Play button sprite


🎨 Step 3: Create your backgrounds

  1. Add a Start screen backdrop

  2. Add a backdrop for each question

  3. Add an End screen backdrop


🔢 Step 4: Make your variables

  1. Click Variables

  2. Click Make a variable

  3. Create:

    • score

    • question number


🚦 Step 5: Code the Play button

On the Play button sprite:

  1. when this sprite clicked

  2. Set score to 0

  3. Set question number to 1

  4. Switch to the Question 1 background

  5. Broadcast question 1


❓ Step 6: Ask the question

On the quiz host sprite:

  1. when I receive question 1

  2. Make the sprite say the question

  3. Show the answer buttons


🅰️ Step 7: Code the answer buttons

On each answer button sprite:

  1. when this sprite clicked

  2. Use if / else

    • If correct → change score by 1

    • Else → say “Incorrect”

  3. Broadcast next question


🔁 Step 8: Next questions

  1. Increase question number

  2. Switch to the next backdrop

  3. Broadcast question 2, then question 3


🏁 Step 9: End screen

  1. Switch to the End screen

  2. Hide answer buttons

  3. Say:
    “Your final score is…”


🐞 Step 10: Test and debug

  1. Click the green flag

  2. Play your game

  3. Fix anything that doesn’t work


✅ Success checklist

☐ Game starts with Play button
☐ Score works properly
☐ Uses if / else
☐ Game ends with a final score

  • Awards