<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="academic/academic.xml"?>

<!--
    Document   : david.xml
    Created on : February 27, 2005, 1:24 AM
    Author     : David Sher
    Description:
        Demonstrate simple academic XML 
-->

<page 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="academic/academic.xsd"
    backgroundColor="White" font="Comic Sans Serif, Arial"
    background="http://www.matcmp.ncc.edu/~sherd/Applets/Calclet/precalculus_games_files/darts.gif"
>
    <name>Precalculus Drills</name>
    <entry><item>
        <name>Coordinates Drill</name>
        <display>
            Click on <font color='green'> green button</font> and then click on specified coordinates in graph.
            When you get it right you will get a new problem. Make sure to click
            on <font color='green'> green button</font> again before you start new problem.             <h2>
            <appletHolder 
                Codebase='classes' code="precalc.FindPoint"
                    Archive  = "everything.jar"
                NAME     = "FindPoint"
                WIDTH    = '500'
                HEIGHT   = '400'
                codeBase = "classes"
            ><blink>Coordinates
            Drill Applet Goes Here</blink></appletHolder></h2>
        </display>
    </item></entry>
    <entry><item>
        <name>Slope Drill</name>
        <display>
            <ul>
            <li>Click on "<i>Select Points</i>" button.</li>
            <li>Click on specified coordinates in
            graph of first point.</li>
            <li>Candidates for second points will be presented on the
            graph.  </li>
            <li>You can hit <i>Select Points</i> again to start over
            if you do not like your first point</li>
            <li>When you select a second point on the graph you must select the slope of line 
            through the two points to continue</li>
            <li>When you get it right you can select new points</li>
            </ul>
            <h2>
            <appletHolder
              code="precalc.FindSlope"
              Archive  = "everything.jar"
              NAME     = "Slope Drill"
              WIDTH    = '500'
              HEIGHT   = '500'
              codeBase = "classes"
            ><blink>Slope Drill
            Applet Goes Here</blink></appletHolder></h2>
        </display>
    </item></entry>
    <entry><item>
        <name>Intercept Drill</name>
        <display>
            <ul>
                <li>Click on "<i>Select Points</i>" button.</li>
                <li>Click on specified coordinates in
                graph of first point.</li>
                <li>Candidates for second points will be presented on the
                graph. </li> 
                <li>You can hit <i>Select Points</i> again to start over
                if you do not like your first point</li>
                <li>When you select a second point on the graph you must select the intercept  on the Y axis line 
                through the two points to continue</li>
                <li>When you get it right you can select new points</li>
            </ul>
            <h2>
            <appletHolder 
                Codebase='classes' code="precalc.FindIntercept"
                    Archive  = "everything.jar"
                NAME     = "Intercept Drill"
                WIDTH    = '400'
                HEIGHT   = '500'
                codeBase = "classes"
            >
            </appletHolder></h2>
        </display>
    </item></entry>
    <entry><item>
        <name>Exponential Drill</name>
        <display>
            <ul>
                <li>Click on "<i>Select Points</i>" button.</li>
                <li>Click on specified coordinates in
                graph of first point.</li>
                <li>You can hit <i>Select Points</i> again to start over
                if you do not like your first point</li>
                <li>When you select a second point on the graph you must select the base of exponential 
                function through the two points to continue</li>
                <li>When you get it right you can select new points</li>
            </ul>
            <h2>
            <appletHolder
              code="precalc.FindExponent"
              Archive  = "everything.jar"
              NAME     = "Exponent Drill"
              WIDTH    = '400'
              HEIGHT   = '500'
              codeBase = "classes"
            ><blink>Slope Drill
            Applet Goes Here</blink></appletHolder></h2>        </display>
    </item></entry>
    <after>      <h2 align="center"> Copyright <appletHolder archive="academic/everything.jar"
         code="talk.Copyright" name="Copyright" width="30" height="30"> </appletHolder> 
         David B. Sher 2004
      </h2></after>
</page>

