[LON-CAPA-cvs] cvs: loncom(version_1_2_X) /homework grades.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 29 Sep 2004 05:45:34 -0000


albertel		Wed Sep 29 01:45:34 2004 EDT

  Modified files:              (Branch: version_1_2_X)
    /loncom/homework	grades.pm 
  Log:
  - that ' max is so missing bubble phase isn't running, Ugh.
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.204.2.6 loncom/homework/grades.pm:1.204.2.7
--- loncom/homework/grades.pm:1.204.2.6	Fri Sep 24 18:04:35 2004
+++ loncom/homework/grades.pm	Wed Sep 29 01:45:34 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.204.2.6 2004/09/24 22:04:35 albertel Exp $
+# $Id: grades.pm,v 1.204.2.7 2004/09/29 05:45:34 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3999,7 +3999,7 @@
   <input type="hidden" name="selectpage" value="$ENV{'form.selectpage'}" />
   <input type="hidden" name="scantron_format" value="$ENV{'form.scantron_format'}" />
   <input type="hidden" name="scantron_selectfile" value="$ENV{'form.scantron_selectfile'}" />
-  <input type="hidden" name="scantron_maxbubble" value="$max_bubble'" />
+  <input type="hidden" name="scantron_maxbubble" value="$max_bubble" />
   <input type="hidden" name="scantron_CODElist" value="$ENV{'form.scantron_CODElist'}" />
   <input type="hidden" name="scantron_CODEunique" value="$ENV{'form.scantron_CODEunique'}" />
   <input type="hidden" name="scantron_options_redo" value="$ENV{'form.scantron_options_redo'}" />