In this assignment, you will again modify your Quiz program from the previous assignment. You will replace the text based dialog boxes with button-based dialog boxes specialized for multiplechoice and true-false questions. This assignment uses many classes and methods described in Chapter 6 of Eck (2019), and the instructions below include references to the relevant sections of Chapter 6. First, modify your main program for easier testing. • Open your "CS1102" project in Eclipse. • Bring up "Quiz.java" in the editor pane. • Use "/*" and "*/" to comment out all your questions except one true/false question. •
public class Quiz {
/*
*/
}
Comments
Leave a comment