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

bowersj2 lon-capa-cvs@mail.lon-capa.org
Mon, 07 Jul 2003 16:55:12 -0000


bowersj2		Mon Jul  7 12:55:12 2003 EDT

  Modified files:              
    /loncom/homework/templates	numerical.problem 
  Log:
  Numerical problem template should show where to put the answer, even
  when viewing in XML. (Nit.)
  
  
Index: loncom/homework/templates/numerical.problem
diff -u loncom/homework/templates/numerical.problem:1.3 loncom/homework/templates/numerical.problem:1.4
--- loncom/homework/templates/numerical.problem:1.3	Tue Oct  9 10:53:44 2001
+++ loncom/homework/templates/numerical.problem	Mon Jul  7 12:55:12 2003
@@ -5,7 +5,7 @@
 <startouttext />
 Enter the problem text here.
 <endouttext />
-<numericalresponse>
+<numericalresponse answer="0">
 	<responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance" />
 	<responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />
 	<textline />