[LON-CAPA-cvs] cvs: modules /jerf/tests/data essay.problem formula.problem matching.problem testhtml.html

bowersj2 lon-capa-cvs@mail.lon-capa.org
Wed, 09 Jul 2003 16:13:26 -0000


bowersj2		Wed Jul  9 12:13:26 2003 EDT

  Added files:                 
    /modules/jerf/tests/data	essay.problem formula.problem 
                            	matching.problem 

  Modified files:              
    /modules/jerf/tests/data	testhtml.html 
  Log:
  Basic problems for testing purposes.
  
  
Index: modules/jerf/tests/data/testhtml.html
diff -u modules/jerf/tests/data/testhtml.html:1.1 modules/jerf/tests/data/testhtml.html:1.2
--- modules/jerf/tests/data/testhtml.html:1.1	Mon Jul  7 16:38:12 2003
+++ modules/jerf/tests/data/testhtml.html	Wed Jul  9 12:13:26 2003
@@ -1,3 +1,3 @@
 <html><head><title>Braindead simple HTML</title></head>
 <body>Braindead simple HTML example</body>
-</html>
+</html>

Index: modules/jerf/tests/data/essay.problem
+++ modules/jerf/tests/data/essay.problem
<problem>
<startouttext />Why?<endouttext />
<essayresponse>
<textfield></textfield>
</essayresponse>
</problem>

Index: modules/jerf/tests/data/formula.problem
+++ modules/jerf/tests/data/formula.problem
<problem>
<startouttext />3?<endouttext />
<formularesponse answer="3" id="11" samples="">
    <responseparam name="tol" type="tolerance" description="Numerical Tolerance" default=".0001" />
    <textline size="50" />
</formularesponse>
</problem>

Index: modules/jerf/tests/data/matching.problem
+++ modules/jerf/tests/data/matching.problem
<problem>
<startouttext />Match.<endouttext />
<matchresponse max="10" randomize="yes">
    <foilgroup>
        <itemgroup>

<item name="A">
<startouttext />A<endouttext />
</item>
<item name="B">
<startouttext />B<endouttext />
</item>
        </itemgroup>
<foil location="random" value="A" name="C">
<startouttext />A<endouttext />
</foil>
<foil location="random" value="B" name="D">
<startouttext />B<endouttext />
</foil>
    </foilgroup>
</matchresponse>
</problem>