--- loncom/homework/bridgetask.pm 2006/11/13 21:23:19 1.202 +++ loncom/homework/bridgetask.pm 2006/11/13 21:25:21 1.203 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.202 2006/11/13 21:23:19 albertel Exp $ +# $Id: bridgetask.pm,v 1.203 2006/11/13 21:25:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2230,7 +2230,7 @@ sub end_Dimension { my $question = ('sub' x $dimension{$dim}{'depth'}).'question'; $question =~ s/^(.)/uc($1)/e; if ($dim_status eq 'pass') { - $dim_info.='

'.$question.' : you passed the above'.$mandatory.' question

'; + $dim_info.='

'.$question.' : you passed the above '.$mandatory.' question

'; } if ($dim_status eq 'fail') { $dim_info.='

'.$question.' : you did not pass the above '.$mandatory.' question

';