For this assignment, you will write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.
Overview of the application
The program randomly generates the quiz question one by one from a set of available questions on general knowledge and corresponding answers including the correct answers. To do the quiz, the user sets the timer off, answers the quiz question one by one. Upon clicking the ‘Stop' button, the program automatically marks the quiz and displays your points and the time taken to complete the quiz.