Page 1 of 1
Quiz Script
Posted: Thu Apr 15, 2004 2:37 pm
by SilverMist
Yes yes, I would like to put my visitors through a gruelling, tough, hard-to-answer test.

One problem: I can't code it. I've gone to HotScripts, and the best code I found was Dodo's Quiz. But I tried that and it hates me

So I was wondering if anyone had an old code from who knows where they could give? Thank ya!
Posted: Thu Apr 15, 2004 4:36 pm
by Steveo31
What kinda stuff you lookin for? Radio buttons? Database?
Posted: Thu Apr 15, 2004 4:38 pm
by Slippy
I built my quiz software in flash and then posted to/from php with the results... worked pretty good. Sorry, it's owned by someone else now so I can't post it here.
Testing engines can be tricky, especially if they are timed tests -- mostly because it is possible to cheat... which is one of the reasons I used flash.
Try making a form with all of your questions in it and then posting the answers to a PHP script so that they can be checked... should be fairly trivial in PHP.