--- loncom/homework/hint.pm 2004/03/16 22:24:31 1.53 +++ loncom/homework/hint.pm 2004/03/19 00:24:42 1.54 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # implements the tags that control the hints # -# $Id: hint.pm,v 1.53 2004/03/16 22:24:31 albertel Exp $ +# $Id: hint.pm,v 1.54 2004/03/19 00:24:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -167,8 +167,7 @@ sub end_numericalhint { my $response = $Apache::lonhomework::history{ "resource.$partid.$submitid.submission"}; &Apache::lonxml::debug("hintgroup is using $response
\n"); - my $hideunit=&Apache::response::get_response_param($submitid.'_'.$id, - 'turnoffunit'); + my $hideunit=&Apache::response::get_response_param($partid.'_'.$submitid,'turnoffunit'); my $args_ref= \%{$safeeval->varglob('LONCAPA::CAPAresponse_args')}; $$args_ref{'response'}=$response; #need to get all possible parms