--- loncom/homework/matchresponse.pm 2003/03/19 19:20:44 1.9 +++ loncom/homework/matchresponse.pm 2003/03/20 18:26:34 1.11 @@ -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.11 2003/03/20 18:26:34 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -148,6 +148,7 @@ sub end_itemgroup { my $table=' \\\\\\\\ \begin{tabular}{ll} '; my $i=0; foreach my $name (@names) { + $Apache::response::itemgroup{$name.'.text'}=~s/\$\$/\$/g; $table.=' '.$alphabet[$i].' & '. $Apache::response::itemgroup{$name.'.text'}. ' \\\\ '; @@ -424,7 +425,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"; }