Update of /cvsroot/stack/stack-1-0/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1616/lang/en
Modified Files:
stack.php
Log Message:
Index: stack.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** stack.php 14 Oct 2005 15:42:27 -0000 1.31
--- stack.php 20 Oct 2005 13:25:59 -0000 1.32
***************
*** 372,375 ****
--- 372,376 ----
$string['ATAlgEquiv_SA_not_set'] = 'Your answer should be a set, but is not. Note that the syntax to enter a set is to enclose the comma separated values with curly brackets.';
$string['ATAlgEquiv_SA_not_equation'] = 'Your answer should be an equation, but is not.';
+ $string['ATAlgEquiv_TA_not_equation'] = 'Your answer is an equation, but the answer supplied by the teaher is not. You may have typed something like \$y=x^2\$ when you only needed to type \$x^2\$.';
$string['ATAlgEquiv_SA_not_inequality'] = 'Your answer should be an inequality, but is not.';
|