Click to See Complete Forum and Search --> : quiz with scoreboard


Xerces
08-06-2003, 02:43 AM
Is it possible to create a quiz that keeps a scoreboard with JavaScript? I know how to make a quiz but i'd like it to keep the 10 best scores. Anyone an idea?

AdamGundry
08-06-2003, 04:09 AM
You'd need some kind of server-side script to record the values and store them in a file/database. It'd also be best to run the quiz on your server, so it couldn't be easily hacked.

Find out what server-side languages you have available, then post in the appropriate forum.

Adam