<?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 Games</name>
    <entry><item>
        <name>Coordinates Game</name>
        <display>
            Click on the <font color='green'>green button to start game</font>.
            Click start button and then click on as many of the specified points as
            you can.<br />
            <appletHolder 
                Codebase='classes' 
                CODE = "precalc.IntegerPointGame" 
                NAME = "CoordGame" 
                WIDTH = '500' HEIGHT = '500' 
                HSPACE = '0' VSPACE = '0' ALIGN = 'middle' 
                Archive  = "everything.jar"
                Max='10'
            >
                <param name='Max' value='10' ></param>
            </appletHolder>
       </display>
    </item></entry>
    <entry><item height='600' width='500'>
        <name>Slope Game</name>
        <display>
            Click on the <font color='green'>green button to start game</font>.
            Click on the <i>slope</i> between the two displayed points and hit enter.
            If you get it right the first time you will get 8 points, second try is
            worth 5, 3rd try is worth 3, all others are worth 2. oxo is the symbol
            for infinity.<br />
            <appletHolder 
                Codebase='classes'  CODE="precalc.SlopeGameII"
                WIDTH = '500' HEIGHT = '400' 
                HSPACE = '0' VSPACE = '0' ALIGN = 'middle' 
                Archive  = "everything.jar"
                name='SlopeGame'
                Max='10'
            >
                <param NAME="Max" VALUE="10" ></param>
            </appletHolder>
        </display>
    </item></entry>
    <entry><item  height='500' width='500'>
        <name>Intercept Game</name>
        <display>
            Click on the <font color='green'>green button to start game</font>.
            Click on where the line through the two displayed points would hit the
            <i>Y axis. If you get it right the first time you will get 8 points,
            second try is worth 5, 3rd try is worth 3, all others are worth 2.</i><br />
            <appletHolder 
              Codebase='classes' code='precalc.InterceptGame'
              Archive  = "everything.jar"
              height='400'
              name='Intercept Game'
              width='400'
              Max='10'
            >
            
                <param name="Max" value="10" ></param>
            
            </appletHolder>
        </display>
    </item></entry>
    <entry><item >
        <name>Exponential Game</name>
        <display>
            Click on the <font color='green'>green button to start game</font>.
            Click on the <i>base</i> of the exponential function through the two displayed
            points. If you get it right the first time you will get 3 points,
            second try is worth 2, 3rd try is worth 1, and so on.
            <appletHolder  
                Codebase='classes' code='precalc.ExponentGame' height='600' name="Exponential Game" width="600"
                    Archive  = "everything.jar" Max='10'
            >
                <param NAME="Max" VALUE="10" ></param>
            </appletHolder>
        </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>

