Hello, When I began this project I wanted an exam applet that would
administer a multiple choice exam much like the SUN exams. I originally
wanted 4 kinds of question scoring, and wanted the code base to be
abstracted so that any kind of test or test question might be build up from
it. I have had to cut back to sometime much simpler. Right now I simply
want a 4 answer multiple choice test. The first test can even be hard coded.
But for version 1.0 we need the applet reading the test from a web resource
somewhere somehow. I mean from a url, not from a database connection.
If we get that done, that is version 1.0, we can then dream of more
elaborate stuff.
|