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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 19 Feb 2004 22:21:18 -0000


albertel		Thu Feb 19 17:21:18 2004 EDT

  Modified files:              
    /loncom/homework/templates	examupload.problem 
  Log:
  - never need to see the numerical response
  
  
Index: loncom/homework/templates/examupload.problem
diff -u loncom/homework/templates/examupload.problem:1.4 loncom/homework/templates/examupload.problem:1.5
--- loncom/homework/templates/examupload.problem:1.4	Tue Jan 27 15:45:11 2004
+++ loncom/homework/templates/examupload.problem	Thu Feb 19 17:21:18 2004
@@ -12,5 +12,5 @@
 <startouttext />
 You have <display>&format($awarded*$weight,$scoreformat)</display> out of $weight possible points.
 <endouttext />
-<notsolved><numericalresponse id='score' /></notsolved>
+<block condition="0"><numericalresponse id='score' /></block>
 </problem>