[LON-CAPA-cvs] cvs: loncom /homework bridgetask.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 23 Jan 2007 05:02:18 -0000


albertel		Tue Jan 23 00:02:18 2007 EDT

  Modified files:              
    /loncom/homework	bridgetask.pm 
  Log:
  - requested wording change
  
  
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.221 loncom/homework/bridgetask.pm:1.222
--- loncom/homework/bridgetask.pm:1.221	Fri Jan 19 18:43:50 2007
+++ loncom/homework/bridgetask.pm	Tue Jan 23 00:02:16 2007
@@ -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' x $dimension{$dim}{'depth'}).'question';
 		$ucquestion =~ s/^(.)/uc($1)/e;
 		if ($dim_status eq 'pass') {
-		    $dim_info.='<h3>'.$ucquestion.' : you passed the above '.$mandatory.' '.$question.'</h3>';
+		    $dim_info.='<h3>'.$ucquestion.' : you passed this '.$mandatory.' '.$question.'</h3>';
 		}
 		if ($dim_status eq 'fail') {
-		    $dim_info.='<h3>'.$ucquestion.' : you did not pass the above '.$mandatory.' '.$question.'</h3>';
+		    $dim_info.='<h3>'.$ucquestion.' : you did not pass this '.$mandatory.' '.$question.'</h3>';
 		}
 		my %counts = &get_counts($dim,$instance,$parstack,
 					 $safeeval);