In this beginner Java programming tutorial, learn how to make this multiple choice quiz/test GUI in Java using Swing and MySQL. You can check out the full tutorial here , where I carefully go over the logic flow so that you can understand how this project is coded the way it was.
- JDK 18+ - Java Version
- MySQL Workbench
- ๐ Choose the Category of the Quiz
- ๐ข Input the number of questions that you want to do
- โ๏ธ Create your own Question
- ๐ Display the Score
- โ Display the wrong answers
- โ Display the right answers
- ๐พ Store Question into MySQL Database
- โ๏ธ Validate input
