Create a "trivia: quiz" using the included starter code.
Choose your own theme for trivia questions. Keep it clean. Funny/informative is good. Have a minimum of 5 possible questions that are selected randomly Create lists to manage the questions and the answers Create an interface to collect the user response Check the response when given for correctness Increase a “score” when it is correct; have the student try again if not Include a “quit” or “end” button/sprite Have the game stop after a certain score. Bonus: create algorithm such that a question is never repeated in the course of one game.