I am a Computer Science student interested in building desktop applications and solving programming problems using Java and C++.
Quiz Whiz is a desktop app made with Java Swing to make studying fun and interactive. Lots of quiz apps are out there, but they’re usually boring with the same old questions. This app fixes that by letting users add their own questions to a shared pool, so everyone can learn from each other. It’s perfect for students who want to test their skills in subjects like math or science and for teachers who want to create quizzes for their classes.
The goal of Quiz Whiz is to give students and teachers a simple way to practice and share knowledge. Students can take quizzes to see how much they know, and teachers can add questions to help their students learn better. What makes this app cool is that users can add, change, or delete questions that others can use all over the world. It’s like a big study group online! The app uses Java Swing for the buttons and screens, SQLite to save all the data, and NetBeans to help with the design. It has features like choosing quiz topics, picking how many questions to answer, checking results, and adding your own questions. Using OOP stuff like classes and inheritance, the app is easy to use and does what it’s supposed to without crashing.