--- loncom/homework/matchresponse.pm 2003/03/20 18:06:07 1.10 +++ 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.10 2003/03/20 18:06:07 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'}. ' \\\\ ';