We have created an online assessment on our site, in some ways similar to 
the BrainBench online tests. It is a dynamic page and it submits back to 
itself. We use a JavaScript function to work as a timer - the countdown is 
shown in the bottom status bar.
window.status="Time left = " + counter  + " seconds";

The problem is that if somebody refreshes the page while taking the test, 
the timer is reset back to the initial value. It is thus possible for a 
person to take much longer than the stipulated time to complete the 
assessment.

Can anyone suggest a solution around this ?

Thanks,

Vishal.

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to