PDA

View Full Version : How to make a quiz in Java?



tvain
03-18-2013, 03:23 AM
Hi guys!

I'm new to Java and know a little bit about it. I'm currently an Apprentice Millwright and I've got a cd with 600 questions on it to help study for the millwright exams and I would like to make a quiz in Java for it. I've got Netbeans installed so I'm ready to go.

I would prefer for the quiz to be in different sections, maybe 100 questions a section and when I'm done I would like to see my score in a percentage and which questions I got wrong.

Also it doesn't need to be writen in Java, if possible/easier I would use Simba somehow.

Any help will be greatly appreciated!

Le Jingle
03-18-2013, 03:29 AM
thenewboston on #youtube (http://villavu.com/forum/usertag.php?do=list&action=hash&hash=youtube)

look for JFrame, scanner objects, and err well there's really a lot you could or couldn't do here..
Tutorials are your friend, and don't be afraid to fail a couple times trying to make it how you want it.