Click to See Complete Forum and Search --> : how to make exam online


ksamri
08-05-2003, 12:42 PM
I am trying to make exam that can be accessed online by anyone who wants to. it should be 50 q, timed that will end in 60 minutes and stops after times is up.
is this possible , does it need database for checking performence of exam takers.

I don't know where to start. Anyone has any idea. if you do please post a sample.
any site I can check to get some info.

thanks in advance.

AdamGundry
08-05-2003, 01:26 PM
A quick Google search threw this up: http://www.javascriptkit.com/script/cut180.shtml

You don't need a database, but if possible use a server-side script because that allows for users with Javascript disabled.

Adam

ksamri
08-05-2003, 06:39 PM
thanks adam that was great help.