From: Chris S. <san...@us...> - 2005-07-14 12:54:34
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28296/lang/en Modified Files: stack.php Log Message: PartFrac test added. Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** stack.php 14 Jul 2005 11:28:14 -0000 1.9 --- stack.php 14 Jul 2005 12:53:40 -0000 1.10 *************** *** 279,282 **** --- 279,284 ---- //////////////////////////////////// + $string['AT_NOTIMPLEMENTED'] = 'This answer test has not been implemented.'; + $string['ATAlgEquiv_SA_notmatrix'] = 'Your answer should be a matrix, but is not.'; $string['ATAlgEquiv_SA_notlist'] = '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.'; |