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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 08 Sep 2005 17:49:22 -0000


albertel		Thu Sep  8 13:49:22 2005 EDT

  Modified files:              
    /loncom/homework/caparesponse	caparesponse.pm 
  Log:
  - was not actually show the tol range
  
  
Index: loncom/homework/caparesponse/caparesponse.pm
diff -u loncom/homework/caparesponse/caparesponse.pm:1.179 loncom/homework/caparesponse/caparesponse.pm:1.180
--- loncom/homework/caparesponse/caparesponse.pm:1.179	Mon Aug 29 14:36:03 2005
+++ loncom/homework/caparesponse/caparesponse.pm	Thu Sep  8 13:49:22 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # caparesponse definition
 #
-# $Id: caparesponse.pm,v 1.179 2005/08/29 18:36:03 albertel Exp $
+# $Id: caparesponse.pm,v 1.180 2005/09/08 17:49:22 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -422,7 +422,7 @@
 		if ($sigline ne '') {
 		    $error=&mt('Computer\'s answer is incorrect ("[_1]"). It is likely that the tolerance range [_2] or significant figures [_3] need to be adjusted.',$response,$tolline,$sigline);
 		} else {
-		    $error=&mt('Computer\'s answer is incorrect ("[_1]"). It is likely that the tolerance range [_1] needs to be adjusted.',$response,$tolline);
+		    $error=&mt('Computer\'s answer is incorrect ("[_1]"). It is likely that the tolerance range [_2] needs to be adjusted.',$response,$tolline);
 		}
 	    }
 	    if ($ad ne 'EXACT_ANS' && $ad ne 'APPROX_ANS') {