A simple quiz program in ASP and JavaScript
I haven't had the chance to write a proper tutorial for this page but here's some code to get you started.
Download the database, source code and images
I've tried to comment the code and make it as understandable as possible, if anything doesn't make sense, mail me.
21-nov-03: Re-wrote the quiz from scratch today. The "show answers" fuction didn't work in Opera 5.x or NS4.x and the code was difficult to understand.
Now instead of changing background colours (which Opera 5.x doesn't support and NS4.x usually chokes on) I have hidden graphics that show the user whether they are correct or not. As far as I know it works in all browsers.
If your web site doesn't have ASP and database support, you can now configure the quiz quite easily using just javascript (the random generation doesn't work however) to get the JavaScript-only version view the source of this sample page.
|