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 > Child Math Tutor 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: Child Math Tutor

    Terms of Use: You may install this Child Math Tutor 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 Child Math Tutor 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 NAME="mathTutor" METHOD="POST">
    <table BORDER="1" CELLSPACING="0" CELLPADDING="4">

    <tr>
    <td align="center" COLSPAN="3">
    <font face='arial'><big><strong>Child Math Tutor</strong></big></font>
    </td>
    </tr>

    <tr>
    <td COLSPAN="3">
    <font face='arial'><small>Since addition, subtraction, multiplication and division are skills children need to know in order to become successful money managers, this interactive tool was created to give children an interesting way to hone those all-important math skills. If you have children and any of them haven't yet memorized the math factors for their age group, simply make using this tool part of their required daily homework.</small></font>
    <p><font face='tahoma,arial'><small><strong> Instructions: </strong></small><font> <font face='arial'><small>Enter the student's first name and then select the operation and the number sets (or random numbers) the child will be working with. Then click on "New Game" to start the timer and the automatic Report Card creator. Next, click on "New Equation," enter the answer by either typing it or by clicking on the appropriate keypad buttons, click on "Check Answer" and repeat until child is ready to view his/her report card. Your child can pause the timer, change operations, change number sets and check their report card at any time during each game. To start over, simply click on "New Game."</small></font>
    </td>
    </tr>

    <TR>
    <TD>
    <INPUT TYPE=HIDDEN NAME=botCount VALUE="">
    <INPUT TYPE=HIDDEN NAME=botArray VALUE="">

    <font face='arial'><small>Enter student's first name:</small></font><INPUT TYPE="text" NAME="firstname" SIZE="25">
    <P>
    <font face='arial'><small>
    <INPUT TYPE="RADIO" NAME="operation" VALUE="add" checked onClick="resetOperation(this.form)">Addition
    <INPUT TYPE="RADIO" NAME="operation" VALUE="subtract" onClick="resetOperation(this.form)">Subtraction
    <INPUT TYPE="RADIO" NAME="operation" VALUE="multiply" onClick="resetOperation(this.form)">Multiplication
    <INPUT TYPE="RADIO" NAME="operation" VALUE="divide" onClick="resetOperation(this.form)">Division
    </small></font>
    <P>
    <font face='arial'><small>Select Number Set</small></font> <SELECT NAME="numSets" SIZE="1" onChange="resetOperation(this.form)">
    <OPTION VALUE="0">0's
    <OPTION VALUE="1">1's
    <OPTION VALUE="2">2's
    <OPTION VALUE="3">3's
    <OPTION VALUE="4">4's
    <OPTION VALUE="5">5's
    <OPTION VALUE="6">6's
    <OPTION VALUE="7">7's
    <OPTION VALUE="8">8's
    <OPTION VALUE="9">9's
    <OPTION VALUE="10">Random
    </SELECT>

    <INPUT TYPE="hidden" NAME="questionNumber" VALUE="0" size="2">

    <TABLE>
    <TR>
    <TD ROWSPAN="2"><INPUT TYPE="button" VALUE="New Equation" onClick="getNumbers(this.form)"></TD>
    <TD></TD><TD><INPUT TYPE="text" NAME="test" SIZE="15"></TD>
    </TR>
    <TR>
    <TD><INPUT TYPE="text" NAME="sign" SIZE="2"></TD><TD><INPUT TYPE="text" NAME="test2" SIZE="15"></TD>
    </TR>
    <TR>
    <TD COLSPAN="3">
    <HR SIZE="1">
    </TD>
    </TR>
    <TR>
    <TD COLSPAN="2"><font face='arial'><small>Enter your answer:</small></font></TD><TD><INPUT TYPE="text" NAME="answer" SIZE="15"></TD>
    </TR>

    <TR>
    <TD COLSPAN="3">
    <INPUT TYPE="button" VALUE="1" onClick="enter1(this.form)">
    <INPUT TYPE="button" VALUE="2" onClick="enter2(this.form)">
    <INPUT TYPE="button" VALUE="3" onClick="enter3(this.form)">
    <INPUT TYPE="button" VALUE="4" onClick="enter4(this.form)">
    <INPUT TYPE="button" VALUE="5" onClick="enter5(this.form)">
    <INPUT TYPE="button" VALUE="6" onClick="enter6(this.form)">
    <INPUT TYPE="button" VALUE="7" onClick="enter7(this.form)">
    <INPUT TYPE="button" VALUE="8" onClick="enter8(this.form)">
    <INPUT TYPE="button" VALUE="9" onClick="enter9(this.form)">
    <INPUT TYPE="button" VALUE="0" onClick="enter0(this.form)">
    <INPUT TYPE="button" VALUE="C" onClick="clearAnswer(this.form)">
    </TD>
    </TR>

    <TR>
    <TD COLSPAN="2">
    <INPUT TYPE="button" VALUE="Check Answer" onClick="checkAnswer(this.form)">
    </TD><TD><INPUT TYPE="text" NAME="check" SIZE="25">
    </TD>
    </TR>
    </TABLE>

    <P>
    <INPUT TYPE = "BUTTON" VALUE = "Report Card" onClick ="reportCard(this.form)"><INPUT TYPE="button" VALUE="New Game" onClick="restart(this.form)"><INPUT TYPE="button" VALUE="Pause/Resume" onClick="stopPause(this.form)">
    <INPUT TYPE="hidden" NAME="HaddWrong" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HaddRight" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HsubWrong" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HsubRight" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HmultWrong" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HmultRight" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HdivWrong" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="HdivRight" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="startTime" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="onOffTime" VALUE="0" SIZE="15">
    <INPUT TYPE="hidden" NAME="pauseTime" VALUE="0" SIZE="15">
    <font face='arial'><small>Timer</small></font><INPUT TYPE="text" NAME="currentTime" VALUE="00:00:00" SIZE="8">
    </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 > Child Math Tutor 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)