From: Chris S. <san...@us...> - 2005-11-09 12:22:49
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29072/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.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** stack.php 9 Nov 2005 11:57:29 -0000 1.39 --- stack.php 9 Nov 2005 12:22:42 -0000 1.40 *************** *** 375,378 **** --- 375,379 ---- $string['Illegal_floats'] = 'Your answer contains floating point numbers, which are not allowed in this question. You need to type in numbers as fractions. For example, you should type 1/3 not 0.3333, which is after all only an approximation to one third.'; + $string['ATAlgEquiv_SA_not_expression'] = 'Your answer should be an expression, not an equation, inequality, list, set or matrix.'; $string['ATAlgEquiv_SA_not_matrix'] = 'Your answer should be a matrix, but is not.'; $string['ATAlgEquiv_SA_not_list'] = 'Your answer should be a list, but is not. Note that the syntax to enter a list is to enclose the comma separated values with square brackets.'; |