Link to home
Start Free TrialLog in
Avatar of -Matthew-
-Matthew-

asked on

Suggestions

I have a test generator that students take test with. It puts the questions in a list format and they answer each. The problem is if they get disconnected from the network and hit submit they lose all their work.

Maybe, save each question as its answered through an asynchronous call somehow? store them locally somehow? Suggestions on a good approach?

Thanks,
Matthew
Avatar of MuffyBunny
MuffyBunny
Flag of United States of America image

The asynchronous call idea is a great one if you can work it out. Here's an article that may come in handy for that.

http://australiansearchengine.wordpress.com/2008/02/01/coldfusion-asynchronous-calls-event-gateway/

Otherwise there's always the old page refresh every time they answer a question. You could handle the ugly aesthetics of that concept by doing 1 question per page with a next button.

I used to work at a company that wrote LMS's (learning management systems) for large companies and if I remember correctly, we wrote all of our tests one question per page.
ASKER CERTIFIED SOLUTION
Avatar of SidFishes
SidFishes
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial