--- loncom/homework/grades.pm 2013/12/30 20:47:06 1.596.2.12.2.26 +++ loncom/homework/grades.pm 2014/01/18 01:57:41 1.596.2.12.2.27 @@ -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 @@ sub prompt_for_corrections { } } 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});