Menu
Coddy logo textTech

The Project

Lesson 2 of 11 in Coddy's Quiz Generator - Python OOP Project course.

Before we start let's discuss what you are going to create.

In this course you will create a Quiz Generator application:

  • You will use OOP concepts to create different Question objects - Open question, Multi options question and Yes/No question.
  • You will create main class Quiz which will coordinate the quiz
  • The user which takes the quiz will be able to answer the questions and in the end, results will be shown

Sounds exciting? Let's gooo!

Try it yourself

This lesson doesn't include a code challenge.

All lessons in Quiz Generator - Python OOP Project