[LON-CAPA-cvs] cvs: loncom /homework/templates RandomLabelExample.problem SimpleFormula.problem

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 10 Jun 2004 22:18:00 -0000


albertel		Thu Jun 10 18:18:00 2004 EDT

  Modified files:              
    /loncom/homework/templates	RandomLabelExample.problem 
                              	SimpleFormula.problem 
  Log:
  - removing the id="11" (BUG#3074)
  
  
Index: loncom/homework/templates/RandomLabelExample.problem
diff -u loncom/homework/templates/RandomLabelExample.problem:1.3 loncom/homework/templates/RandomLabelExample.problem:1.4
--- loncom/homework/templates/RandomLabelExample.problem:1.3	Wed Apr 21 16:37:41 2004
+++ loncom/homework/templates/RandomLabelExample.problem	Thu Jun 10 18:17:59 2004
@@ -16,7 +16,7 @@
 <label>D</label>
 </labelgroup>
 </randomlabel><startouttext />Match the following:<endouttext />
-<optionresponse id="11" max="10">
+<optionresponse max="10">
     <foilgroup options="('A', 'B', 'C', 'D')">
 <foil name="eyebrow" value="$face{1}">
 <startouttext />eyebrow<endouttext />
Index: loncom/homework/templates/SimpleFormula.problem
diff -u loncom/homework/templates/SimpleFormula.problem:1.2 loncom/homework/templates/SimpleFormula.problem:1.3
--- loncom/homework/templates/SimpleFormula.problem:1.2	Mon Jul 28 20:51:17 2003
+++ loncom/homework/templates/SimpleFormula.problem	Thu Jun 10 18:17:59 2004
@@ -11,7 +11,7 @@
 <startouttext />If z=$z and y=x+z-$constant, what does x equal?  
 <endouttext />
 
-<formularesponse id="11" samples="y@-5:5#10" answer="$x">
+<formularesponse samples="y@-5:5#10" answer="$x">
     <responseparam decription="Numerical Tolerance" type="tolerance" default="0.00001" name="tol" />
     <textline size="25" />    
 </formularesponse>