--- id: 9afe5e8141b13e9f1d59d46e title: Building a Multiple Choice Quiz challengeType: 11 videoId: GJMmSaB8RN0 dashedName: building-a-multiple-choice-quiz --- # --description-- In this video, you will practice what you have learned about classes and objects by building a multiple choice quiz. # --questions-- ## --text-- Which of the following is the correct way to import the `Question` class from the `Question` module? ## --answers-- `Question import` --- `from Question` --- `from Question import Question` --- `import Question.py` ## --video-solution-- 3