Click to See Complete Forum and Search --> : Quiz Help plz


harmzz
03-31-2003, 03:34 PM
Ello ppl

well the problem is i got a quiz which has 10 questions and its submits after 2 mins and grades it the problem now is i need a login in page which looks at a username and password in a file and lets the studen login

i cant have cgi so it has to be java script as it will be demostrated of a cd so how do i go about this there has to be 100 student names and passwords which obioulsy need to be protected.

Also i need the answers of the student saved in a file i have chceck boxes

Any help on above two will be appericaited

Thanks

havik
03-31-2003, 03:56 PM
Javascript is a poor choice for password protection since users can simply disable javascript to gain access to your info. There are also a few other ways to work around javascript. But if you trust your users then the following should be useful:

http://www.jsmadeeasy.com/javascripts/Password%20Protection/list.htm

http://javascript.internet.com/passwords/

Havik