2023 Python Quiz with Custom Graphics

Your goal is to create a quiz game using Python Turtle. You can work solo or with a partner. If you pair up – that’s great – and you get to add more features!

Start by watching this video descriptor of your assignment.

Video – sample quiz preview

Video – how to write and use a function

Here’s a sample quiz – your’s will be MORE amazing.

Your program will include the following elements:

  1. write at least five questions (ten questions if you are with a partner) and possible answers for your player.
  2. using if/else statements for each question.
  3. use a custom Turtle graphic for a right answer (like a smiley face). Create this graphic as a function so you can easily call it as needed. Don’t use my sample check mark – you get to make your own graphic.
  4. use a custom Turtle graphic for an incorrect answer (like a sad face). Create this graphic as a function so you can easily call it depending on whether the question is right or wrong.
  5. when the game ends then use create a turtle graphic to show that it’s over.

You choose the subject of your quiz. That’s more fun.

Question types – at least five – you can go with multiple choice OR one word short answer. If you are working with a partner then include at least 10 quiz questions.

Help and resources:

Want to draw a smile or frown?

Follow the link to the sample quiz for starter code.