--- loncom/homework/matchresponse.pm 2003/09/23 01:52:57 1.20.2.1 +++ loncom/homework/matchresponse.pm 2003/10/15 19:52:53 1.20.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.20.2.1 2003/09/23 01:52:57 albertel Exp $ +# $Id: matchresponse.pm,v 1.20.2.2 2003/10/15 19:52:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -295,7 +295,7 @@ sub grade_response { %{ $Apache::response::itemgroup{'letter_name_map'} }; } foreach my $name (@whichfoils) { - my $response = $ENV{'form.HWVAL_'.$Apache::inputtags::response['-1'].":$temp"}; + my $response = &Apache::response::getresponse($temp); my $responsename = $letter_name_map{$response}; $responsehash{$name}=$responsename; my $value=$Apache::response::foilgroup{$name.'.value'}; @@ -423,7 +423,7 @@ sub displayfoils { $question.='
'.$text."\n"; } if ($Apache::lonhomework::type eq 'exam') { - $question.=&Apache::optionresponse::webbubbles(\@used_letters,\@used_letters,$temp); + $question.=&Apache::optionresponse::webbubbles(\@used_letters,\@used_letters,$temp,$last_letter); } } else { if ($Apache::lonhomework::type eq 'exam') {