Description
When doing a quiz, blank answers are allowed. It is possible that a user accidentally hits enter on their keyboard, which might cause them to skip a question.
Steps to Reproduce
- Run the app
- Have at least 1 question in the question bank
- Run
start /all /random
- You will be prompted to enter your answer for the question, hit
enter on your keyboard
Expected Output
Should inform the user that the answer is blank and let the user try again
Actual Output
start /all /random
____________________________________________________________
Starting the quiz...
____________________________________________________________
Question 1 / 2:
represent the fraction 5.3 as a mixed number
Your Answer:
Wrong!
Questions left: 1
____________________________________________________________
Question 2 / 2:
aaa
Your Answer:
Wrong!
Quiz completed!
Your score: 0/2
____________________________________________________________
Screenshot

Description
When doing a quiz, blank answers are allowed. It is possible that a user accidentally hits
enteron their keyboard, which might cause them to skip a question.Steps to Reproduce
start /all /randomenteron your keyboardExpected Output
Should inform the user that the answer is blank and let the user try again
Actual Output
Screenshot