Click to See Complete Forum and Search --> : online test module


sentinel
01-17-2006, 10:28 AM
Hi guys ,


My project is as follows.I have to design an online test module for my school. The students would login into the website and then take the test. What are the various ways in which this can be done? what tools can i use and what are their pros and cons.? Tell me if there is any other forum or thread where i should be posting this ?


Thanks,
Sentinel

Cytael
01-17-2006, 12:13 PM
the form itself with the questions and answer blanks and whatnot can be built in HTML

You're gonna need some form of server-side scripting plus a database to really handle the login and be able to do anything meaningful with the data collected from the test. (PHP + MySQL is a popular combo)