--- loncom/homework/caparesponse/caparesponse.pm 2002/10/01 14:10:44 1.62 +++ loncom/homework/caparesponse/caparesponse.pm 2002/10/01 20:17:42 1.63 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.62 2002/10/01 14:10:44 sakharuk Exp $ +# $Id: caparesponse.pm,v 1.63 2002/10/01 20:17:42 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -289,8 +289,8 @@ sub end_numericalresponse { $result.=' '.$alphabet[$ind].': & '.$ans.' '; if ($ind != $cou+$table_range[$j]-1) {$result.=' & ';} } - $j++; $cou += $table_range[$j]; + $j++; $result.='\\\\\hline\end{tabular}\vskip 0 mm '; } }