Essential Question: How can I create a quiz game that I can import data from and pull random questions in python?
Mastery Objectives:
SWBAT import data from a text file.
SWBAT select random questions.
SWBAT detect if an answer is correct.
SWBAT think about user experience and modify their program to be better.
Do Now: Look at the code below. Discuss with a classmate how you would make it better.
Directions: Use the code below as inspiration. Create a quiz that pulls random questions from a text file and quizzes the user. It should prompt the user if they want another question and remove a question from a list if the user was previously asked that question.