3/30/2010 – Fixed timer bug
2/26/2010 – Updated undefined bug at end of quiz
This is a Flash XML Quiz that supports many options and features. Just to list a few:
- Unlimited amount of questions! (and potentially answers too!)
- Upon completion, an email is dispatched to the user as well as the quiz owner reporting their results and who took the test.
- Supports Images for visual type questions! It can load SWFs, JPGs, GIFs or PNGS
- You can use this same quiz with as many different XML sheets as you like to produce different quizes!
- set it up in the HTML using swf object:
<script type="text/javascript"> var so = new SWFObject("quiz.swf", "quiz", "590", "300", "9", "#000000"); so.addVariable("xmlsheet", "questionsONE.xml"); so.write("flashcontent"); </script>
<script type="text/javascript"> var so = new SWFObject("quiz.swf", "quiz", "590", "300", "9", "#000000"); so.addVariable("xmlsheet", "questionsTWO.xml"); so.write("flashcontent"); </script>
- You can choose to use answers defined in the XML or answers defined in the Actionscript (I had many requests to do it this way.)
- You can set the timer on or off
- You can set the amount of time the timer can run
- Displaying the point value for the current question
- What the alert boxes say on their particular event.
- You can set the MAX _POINTS available for each question (it doesnt have to stay the same)
- You can set the PENALTY _POINT for each question (the amount to dock the user for answering incorrectly)
- All total scores are automatically calculated so need to do any math.
- Outputs the users grade at the end of the test.
Easily customize the Email message that gets sent:
To customize the message being sent, simply open submitscore.php and edit the text strings!
ULTIMATE Membership System Version Three Released
Check out my other files:
|
|
|
|
|
|
|
|
|
|
|
|
|

















