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

raeburn raeburn at source.lon-capa.org
Fri Jan 17 20:57:42 EST 2014


raeburn		Sat Jan 18 01:57:42 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	grades.pm 
  Log:
  - For 2.11.
    - Backport 1.714.
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.596.2.12.2.26 loncom/homework/grades.pm:1.596.2.12.2.27
--- loncom/homework/grades.pm:1.596.2.12.2.26	Mon Dec 30 20:47:06 2013
+++ loncom/homework/grades.pm	Sat Jan 18 01:57:41 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.596.2.12.2.26 2013/12/30 20:47:06 raeburn Exp $
+# $Id: grades.pm,v 1.596.2.12.2.27 2014/01/18 01:57:41 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7732,7 +7732,7 @@
             }
         } else {
             $responsenum = $question-1;
-            $first = $first_bubble_line{$responsenum} + 1;
+            $first = $first_bubble_line{$responsenum};
         }
         $current_line = $first + 1 ;
         my @subans = split(/,/,$subdivided_bubble_lines{$responsenum});




More information about the LON-CAPA-cvs mailing list