Intro to Prog 18

Multiple Choice

  • Fun and engaging assignments with automatic grading and feedback.
  • Code directly in CodeGrade's online IDE from a starter template.
  • A curriculum designed by the best high school in California.
Developed in collaboration with
The University of Edinburgh logo

Pre-requisites:

Learning goals:

  • Get creative with what you’ve learned about the `while`-loop so far!

Task:

It’s time for a quiz, and you will be the online quizmaster! Get creative and come up with a multiple-choice trivia question for today’s task.

Write a program called `multiplechoice.py` that uses a `while` loop to repeatedly ask the user for their answer to your trivia question until they answer correctly. Just like you can see in the example output below, your program should follow the following criteria:

Your program should:

  1. Take an answer between 1 and 4 (options: `1`, `2`, `3` and `4`);
  2. Keep asking the user for their answer until they are correct;
  3. Print “Incorrect!” if the user was incorrect and “Correct!” if the user was correct;
  4. Only one of the four answers should be correct.
Get access to an autograder and online IDE for this assignment now!

Example output:

-!- CODE language-text -!-Who was the first US President?
       1) Abe Lincoln
       2) Teddy Roosevelt
       3) George Washington
       4) John Adams
Answer? 2
       Incorrect!
Who was the first US President? 3
Correct!

Learn more:

Start teaching Python now

CodeGrade is your virtual teaching assistant in your Python classroom. You teach, CodeGrade takes care of the rest.

Our 35 built-in fully automatically graded Introduction to Programming assignments are designed especially for middle school and high school coding education, in close collaboration with Harvard-Westlake School (Los Angeles, CA). You can start teaching Python at your school with confidence now. Or, easily scale your classroom with CodeGrade's tools.

Book a personal 30-minute demo now and we'll show you how to get started with CodeGrade in less than 1 hour!

Book a demo now!

Happy teachers

  • Teachers who use CodeGrade have less stress.
  • Teachers who use CodeGrade have happier and more successful students.
  • Teachers who use CodeGrade have a simpler teaching workflow.

Schedule a personalized tour of CodeGrade today.