--- loncom/homework/matchresponse.pm 2003/10/13 19:25:30 1.26 +++ loncom/homework/matchresponse.pm 2003/10/15 19:40:42 1.27 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.26 2003/10/13 19:25:30 albertel Exp $ +# $Id: matchresponse.pm,v 1.27 2003/10/15 19:40:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -294,7 +294,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'}; @@ -421,7 +421,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') {