Define a Question class, which stores a multiple-choice question having one correct answer.
Each question has a complexity (difficulty) level.
Use the Question class to define a Quiz class. A quiz can be composed of up to 10 questions.
Define the add method of the Quiz class to add a question to a quiz.