As a teacher, when I press the "add" button in the TeacherView window, a new window should pop out so that I can add a question and submit it to the database.
Task(s):
When a teacher presses the "add" button, a new window will pop out. The window will have five text fields. They will all have "JRadioButtons" next to them.
one text field for the question
four text fields for the answers ... one of the four is the correct answer
add a 'submit' or 'add' button to complete adding the question
As a teacher, when I press the "add" button in the TeacherView window, a new window should pop out so that I can add a question and submit it to the database.
Task(s):