<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="RtI Monitoring Graphs" height="280"
    title_url="http://www.davidmschulz.com/~staple"
    width="200"
    author="David M. Schulz"
    author_email="staple@davidmschulz.com"
    description="A teacher's tool for creating Progress Monitoring Graphs."
    scrolling="true"
    author_link="http://www.davidmschulz.com"
    author_quote="...and the blue sky my fretted dome shall be..."
    author_location="Modoc County, California, USA"
    screenshot="http://www.greenhipcats.com/RtI_Gadget_Screenshot.png"
    thumbnail="http://www.greenhipcats.com/RtI_Gadget_Thumbnail.png">
    
    <Require feature="dynamic-height"/>
    <Require feature="minimessage"/>
    <Require feature="analytics"/>
</ModulePrefs>
<Content type="html"><![CDATA[
<script>
    var msg = new _IG_MiniMessage(__MODULE_ID__);
    
    var one = msg.createDismissibleMessage("Subscribe to STAPLE - The Student Assessment Profile");
    one.style.backgroundColor = "33CCFF";

    var two = msg.createDismissibleMessage("Try SpellVoQuiz, the test practice and alternative assessment solution for students and teachers.");
    two.style.backgroundColor = "33CCFF";
//    two.style.color = "white";
  
    // Track this gadget using Google Analytics
    _IG_Analytics("UA-3296412-1", "/rtiGoogleModule3");

</script>

<center>
<img src="http://www.davidmschulz.com/~staple/stapleLettersColor16x16.png"><br>
<font size=1>
Enter CBM data points in the text box.
<br>
Use the following format:<br>
<b>date-comma-items correct-semicolon</b><br>
<b>Example</b><br>
10/15/07, 158; 10/30/07, 163;
</font>
<br>
<form action="http://www.davidmschulz.com/~staple/progressMonitor/freeProgMonReport.php" target="new" method="GET">
<label></label><textarea name="dataPoints" cols="17" rows="3">9/15/06, 88; 9/28/06, 92; 10/14/06, 95
</textarea>
<br>
<img src="http://www.davidmschulz.com/~staple/stapleLettersColor16x16.png">

<input type="submit" value="Go to graph">
<img src="http://www.davidmschulz.com/~staple/stapleLettersColor16x16.png">

</input>
</form>
</center>



]]></Content>
</Module>