From: Chris S. <san...@us...> - 2005-10-20 13:33:22
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3670/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.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** stack.php 20 Oct 2005 13:25:59 -0000 1.32 --- stack.php 20 Oct 2005 13:33:10 -0000 1.33 *************** *** 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.'; --- 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=2\$ when you only needed to type \$2\$.'; $string['ATAlgEquiv_SA_not_inequality'] = 'Your answer should be an inequality, but is not.'; |