Question
Create a java application that grades a multiple choice quiz. This is the instructions given by my professor: The application will do the following: Should
Create a java application that grades a multiple choice quiz.
This is the instructions given by my professor: The application will do the following: Should use a Label with Jbuttons for multiple choice questions should show A, B,C,D,E as options, should also allow for True or False questions. You should have at Minimum 3 Multiple choice and 2 true or False question with the ability to add more. Should have a submit button on each question with a response of correct answer or wrong answer. You may use an array.
At the end of test, should display a report of test grade and identify missed questions.
You may need to use some of the following imports, which other do you need.
import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.control.RadioButton; import javafx.scene.control.ToggleGroup;
Output should look similar to below
Test Question 1 What is 5 5 10 15 25 30 Submit Correct answer Test Question 1 Red is a primary color True False Submit Wrong answer Test Question 1 What is 5 5 10 15 25 30 Submit Correct answer Test Question 1 Red is a primary color True False Submit WrongStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started