i need a java program
Budget: $10 – $30 USD
Create a program in java with a GUI. Which gives a quiz.
There should be a class called Question. This class should maintain the question, 4 possible answers, which answer is the correct choice.
There should be a class called Quiz which has a list of 25 Question Objects. An there should be a Add method which adds a Question Object to the Quiz. The Quiz can be populated by main. A method called GiveQuiz which presents the question to the user in a text area component. The answer choices should be radio buttons. The Quiz will keep track of the number of question the user gets correct. Quiz should provide 10 random question from the list of 25. After the 10 questions it should display the user grade. There will need to be a button to start the quiz, and a button to submit the answer the user selects. The submit button should not be available until the quiz starts. The final grade can be displayed in a label on the form, should not just be a number on the screen the user should know what that number is. (The gui has to be in the main method )
Looking for a good clean interface using layout managers.
There should be a class called Question. This class should maintain the question, 4 possible answers, which answer is the correct choice.
There should be a class called Quiz which has a list of 25 Question Objects. An there should be a Add method which adds a Question Object to the Quiz. The Quiz can be populated by main. A method called GiveQuiz which presents the question to the user in a text area component. The answer choices should be radio buttons. The Quiz will keep track of the number of question the user gets correct. Quiz should provide 10 random question from the list of 25. After the 10 questions it should display the user grade. There will need to be a button to start the quiz, and a button to submit the answer the user selects. The submit button should not be available until the quiz starts. The final grade can be displayed in a label on the form, should not just be a number on the screen the user should know what that number is. (The gui has to be in the main method )
Looking for a good clean interface using layout managers.