--- loncom/homework/bridgetask.pm 2005/10/03 21:30:58 1.65 +++ loncom/homework/bridgetask.pm 2005/10/04 19:32:08 1.66 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.65 2005/10/03 21:30:58 albertel Exp $ +# $Id: bridgetask.pm,v 1.66 2005/10/04 19:32:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1421,8 +1421,7 @@ sub get_instance { } } if ($man_passed eq $man_count) { $man_passed='all'; } - my $opt_req=&Apache::lonxml::get_param('OptionalRequired', - $parstack,$safeeval); + my $opt_req=$dimension{$instance.'.optionalrequired'}; if ($opt_req !~ /\S/) { $opt_req='0'; } $dim_info.="\n

".&mt('You passed [_1] of the [_2] mandatory components and [_3] of the [_4] optional components, of which you were required to pass [_5].',$man_passed,$man_count,$opt_passed,$opt_count,$opt_req)."

\n";