pixel.gif (43 bytes)
pixel.gif (43 bytes)
header_logo1.jpg (5499 bytes) Shopping Cart
Customer Login
Register
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Providing affordable, ready-made and custom calculators for websites since 1997
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home    Browse Calculators    Calculator License Prices    Help & Support    About Web Winder
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home > Free Site Traffic Magnets > Free Calculators > Self-Grading Quiz Installation
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home

Free Traffic Magnets
  • STM Calculators
  • Free Quiz Maker

    Calculators

    Pricing

    Help & Support

    About Us

    Site Map

    Privacy Policy

  • pixel.gif (43 bytes)
    Installation Instructions: Self-Grading Quiz

    Terms of Use: You may install this Self-Grading Quiz on your site for free, so long as my copyright info remains embedded in the code and the link back to my website is visible on the page you install the calculator on. You will find a link to the installation page located just beneath the calculator on this page.

    If you would like to purchase a license for the latest commercial grade (professional) version of this calculator, please visit our Commercial Calculator Center.

    If you would simply like to use an upgraded version of this calculator for your own personal use, I invite you to try our ever-growing collection of consumer-oriented calculators on our free online calculator use website for consumer decision making, discovery, and learning.

    Below are the instructions for installing the Self-Grading Quiz on your website:

    Step #1: Select and copy the script from the following text box, then paste between the <HEAD> and </HEAD> tags of the page you are installing the calculator on.
    Step #2: Select and copy the following HTML form code, then paste in the desired location between the <BODY> and </BODY> tags of the page you are installing the calculator on.
    <form method="post">
    <table BORDER="1" CELLSPACING="0" CELLPADDING="4">

    <tr>
    <td align="center" COLSPAN="3">
    <font face='arial'><big><strong>Self-Grading Quiz</strong></big></font>
    </td>
    </tr>

    <tr>
    <td COLSPAN="3">
    <font face='arial'><small>This self-grading JavaScript Quiz -- complete with a pop-up report card -- 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 using our amazing <A HREF="/ww_stm_quiz.php">Self-Grading Quiz Creator</A>. 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.
    </small></font>
    <p><font face='tahoma,arial'><small><strong> Instructions: </strong></small><font> <font face='arial'><small>This self-grading quiz requires JavaScript enabled Netscape Navigator 3.0 or higher or Internet Explorer 4.0 or higher. Click on "Next Question" to start quiz. If you get a JavaScript error you may need to reload (refresh) the page to initialize the question list. </small></font>
    </td>
    </tr>

    <TR>
    <TD ROWSPAN="8" VALIGN="TOP" >
    <CENTER>
    <INPUT TYPE=HIDDEN NAME="yourChoice" SIZE=4>
    <font face='tahoma,arial'><small><strong>Instructions</strong></small><font><BR>
    <textarea COLS=18 ROWS=3 name="instruct" wrap=virtual></textarea> <BR>
    <font face='tahoma,arial'><small><strong>Results</strong></small><font><BR>
    <textarea COLS=18 ROWS=6 name="results" wrap=virtual></textarea> <BR>
    <INPUT TYPE="button" VALUE="Next Question >>" onClick="nextQuestion(this.form)">
    <TABLE>
    <TR>
    <TD COLSPAN="2" ALIGN="CENTER"><font face='tahoma,arial'><small><strong>Current Score</strong></small><font></TD>
    </TR>
    <TR>
    <TD ALIGN="RIGHT"><font face='tahoma,arial'><small><strong>Points:</strong></small><font></TD><TD><INPUT TYPE=TEXT NAME=myScore SIZE=6></TD>
    </TR>
    <TR>
    <TD ALIGN="RIGHT"><font face='tahoma,arial'><small><strong>Percentage:</strong></small><font></TD><TD><INPUT TYPE=TEXT NAME=percent SIZE=6></TD>
    </TR>
    <TR>
    <TD ALIGN="RIGHT"><font face='tahoma,arial'><small><strong>Letter Grade:</strong></small><font></TD><TD><INPUT TYPE=TEXT NAME=grade SIZE=6></TD>
    </TR>
    </TABLE>

    </CENTER>


    </TD>
    <TD colspan="2">
    <font face='tahoma,arial'><small><strong>Question #:</strong></small><font><INPUT TYPE=TEXT NAME=questNo SIZE=4> <font face='tahoma,arial'><small><strong>of 15</strong></small><font>

    </TD>
    </TR>

    <TR>
    <TD COLSPAN="2"><CENTER><textarea COLS="54" ROWS="3" name="question" wrap=virtual></textarea></CENTER></TD>
    </TR>

    <TR>
    <TD NOWRAP ALIGN="RIGHT"> <font face='tahoma,arial'><small><strong>A</strong></small><font><input type=radio name="choiceList" value="a" onClick="enterAnswer(this.form)"></TD>

    <TD ><CENTER><textarea COLS="48" ROWS="3" NAME=choiceA wrap=virtual></textarea></CENTER></TD>
    </TR>

    <TR>
    <TD NOWRAP ALIGN="RIGHT"> <font face='tahoma,arial'><small><strong>B</strong></small><font><input type=radio name="choiceList" value="b" onClick="enterAnswer(this.form)"></TD>

    <TD ><CENTER><textarea COLS="48" ROWS="3" NAME=choiceB wrap=virtual></textarea></CENTER></TD>
    </TR>

    <TR>
    <TD NOWRAP ALIGN="RIGHT"> <font face='tahoma,arial'><small><strong>C</strong></small><font><input type=radio name="choiceList" value="c" onClick="enterAnswer(this.form)"></TD>

    <TD ><CENTER><textarea COLS="48" ROWS="3" NAME=choiceC wrap=virtual></textarea></CENTER></TD>
    </TR>

    <TR>
    <TD NOWRAP ALIGN="RIGHT"> <font face='tahoma,arial'><small><strong>D</strong></small><font><input type=radio name="choiceList" value="d" onClick="enterAnswer(this.form)"></TD>

    <TD ><CENTER><textarea COLS="48" ROWS="3" NAME=choiceD wrap=virtual></textarea></CENTER></TD>
    </TR>

    <TR>
    <TD NOWRAP ALIGN="RIGHT"> <font face='tahoma,arial'><small><strong>Ref.</strong></small><font></TD>

    <TD ><CENTER><textarea COLS="48" ROWS="3" NAME=reference wrap=virtual>A reference or explanation will be given here if you choose the incorrect answer.</textarea></CENTER></TD>
    </TR>


    <TR>
    <TD COLSPAN="2" >
    <CENTER><INPUT TYPE="Button" VALUE="Report Card" onClick=reportCard(this.form)> <INPUT TYPE="reset" VALUE="Start Over" onClick=clearForm(this.form)> <INPUT TYPE="HIDDEN" NAME="HwrongAns"></CENTER>
    </TD>
    </TR>

    <tr>
    <td align="center" COLSPAN="3"><font face='tahoma,arial'><small><small>Copyright © 1997-2024<i> <a href='http://www.webwinder.com'>Web Winder Site Traffic Magnets</a></i>. All rights reserved.</small></small></font></td>
    </tr>

    </TABLE>
    </FORM>
    Step #3: Edit the form HTML to match the look and feel of your site, then save and upload the page to your server and you're done!

    **Please note that we do not provide support or installation help for the free versions of our calculators. We do provide support and installation help for our professional versions.




    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Home > Free Site Traffic Magnets > Free Calculators > Self-Grading Quiz Installation
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Home    Browse Calculators    Calculator License Prices    Help & Support    About Web Winder
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Copyright © 1997 - 2024 Web Winder Website Services, All Rights Reserved

    Contact: Dan Peterson
    P.O. Box 11
    Bemidji, MN 56619
    (218) 243-2263

    pixel.gif (43 bytes)
    pixel.gif (43 bytes)