Full playable demo

Play Creature Quiz

Try the complete three-question quiz and restart it.

Playable result only — the source code stays hidden.

Mission 00 5 min

Mission 0: See What You’re Building

Play the finished Creature Quiz. Try correct and wrong answers, move through all three questions, watch the score, reach the result screen and restart. Then build the same app in six missions.

Build roadmap

What you’ll build, mission by mission

  1. 1
    Build the quiz screen

    Create question, answers, feedback, score and navigation controls.

  2. 2
    Style the quiz

    Turn the plain structure into a polished quiz panel.

  3. 3
    Make one question work

    Wire the answer buttons and feedback.

  4. 4
    Store and render questions

    Use an array of objects as quiz data.

  5. 5
    Move through the quiz

    Add scoring and the NEXT button.

  6. 6
    Finish and restart

    Add a result screen and replay behaviour.

Mission demoBuild the Quiz Screen

Finished result only — the answer code stays hidden.