Quiz Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
SilverMist
Forum Commoner
Posts: 65
Joined: Tue Mar 02, 2004 2:06 pm
Location: Canada
Contact:

Quiz Script

Post by SilverMist »

Yes yes, I would like to put my visitors through a gruelling, tough, hard-to-answer test. :twisted: 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 :cry: So I was wondering if anyone had an old code from who knows where they could give? Thank ya!
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

Post by Steveo31 »

What kinda stuff you lookin for? Radio buttons? Database?
User avatar
Slippy
Forum Contributor
Posts: 113
Joined: Sat Jul 12, 2003 11:31 pm
Location: Vancouver eh!

Post 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.
Post Reply