Disney Quiz Application is a Java program to simulate a Disney Quiz Application which can handle a mixture of MCQ and fill in the blank questions. The user is to take the quiz and it will display the correct answer at the end of every question and the number of correct answers in total. There is also validation put in place to ensure that the user input the available answers only.
-
Clone this repository into the C: drive's root directory.
-
Enter the "dist" directory by typing
cd "disney-quiz-application/dist"
. -
Run the project by typing
java -jar "disney-quiz-application.jar"
.
- Darren Chua | @chydarren
This program was developed as an assignment for the Singapore Polytechnic, ST1012 Programming Fundamentals module. I have uploaded the source files publicly for reference and personal usage only. Please refrain from plagiarising or passing it off as your own work.
Chua Han Yong Darren © 2016. Code released under the GNU Affero General Public License v3.0.