Engineeringserver.com

A community for computer science students & developers about software development, game development, game design, games, anime preview & reviews and more!


Java online quiz applet

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3.5 out of 5)
Loading ... Loading ...
1,312 views

I got a request from someone that asked me to create an applet that can be used as a quiz, well since I had a bit of time today I went ahead and coded it for him. The questions will be randomized every time you run the applet but as of now I’ve only made 5 questions so the application picks the first 5 questions available. I’ll see if I can upload a demo somewhere to show you how it works but the applet needs a java.policy file that doesn’t run in a browser so i’ll see if i can manage to create a self signed java applet.

/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/
/* DO NOT EDIT */

grant {
permission java.security.AllPermission;
};

Screenshot(s):


What do you think about it? Comments/suggestions are welcome!
(more…)


Your Ad Here