--- loncom/homework/matchresponse.pm 2003/03/19 19:20:44 1.9 +++ loncom/homework/matchresponse.pm 2003/03/20 18:06:07 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.9 2003/03/19 19:20:44 sakharuk Exp $ +# $Id: matchresponse.pm,v 1.10 2003/03/20 18:06:07 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -424,7 +424,6 @@ sub displayfoils { if ($Apache::lonhomework::type eq 'exam') { $question.=' '.$optionlist.$text."\n"; $question.=&Apache::optionresponse::bubbles(\@Items_letter,\@Items).'\end{enumerate} \vskip -7 mm \strut '; - &Apache::lonxml::increment_counter(); } else { $question.=' \\\\ '.$optionlist.$text."\n"; }