Quiz Script
Moderator: General Moderators
- SilverMist
- Forum Commoner
- Posts: 65
- Joined: Tue Mar 02, 2004 2:06 pm
- Location: Canada
- Contact:
Quiz Script
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!
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.
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.