Home / Free JavaScripts / Other / Here
Cut & Paste JavaScript Quiz Machine
|
Description: "This self-grading JavaScript Quiz will allow your visitors to test their knowledge of a subject related to your site. And not only does this script automatically calculate a letter grade, but it also lists references for wrong answers and only allows one attempt for each question. This particular JavaScript Self-Grading Quiz happens to be about the bible, but you can change it to whatever subject you desire simply by editing the code. You can also increase or decrease the number of questions as needed. Note that this script includes the use of arrays and may only work with netscape 3.0 or higher."- the author
Example:
Directions
Step 1: Insert the below into the <head> section of your page. You will need to edit this code to change the questions/possible choices/answers to your own. See documentation inside for detailed information.
Step 2: Insert the below into the <body> section of your page:
Step 3: Insert the below into the <body> itself, like this:
<body onLoad="init()">