1.22 - Quiz Creator

1... Your assignment is to create a Quiz program that will ask the user trivia questions and will then evaluate the answers. Your program should tally up the total number of questions answered, the number of correct answers, as well as the number of incorrect answers. Your form should be similar to the following:

2... You should try to make it so that the user can't answer the same question twice, so the second time they click on the button you would display a label saying "Sorry, you already tried to answer that question!".