--- loncom/homework/bridgetask.pm 2007/01/19 23:43:50 1.221 +++ loncom/homework/bridgetask.pm 2007/01/23 05:02:16 1.222 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.221 2007/01/19 23:43:50 albertel Exp $ +# $Id: bridgetask.pm,v 1.222 2007/01/23 05:02:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2289,10 +2289,10 @@ sub end_Dimension { ('sub' x $dimension{$dim}{'depth'}).'question'; $ucquestion =~ s/^(.)/uc($1)/e; if ($dim_status eq 'pass') { - $dim_info.='

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

'; + $dim_info.='

'.$ucquestion.' : you passed this '.$mandatory.' '.$question.'

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

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

'; + $dim_info.='

'.$ucquestion.' : you did not pass this '.$mandatory.' '.$question.'

'; } my %counts = &get_counts($dim,$instance,$parstack, $safeeval);