From: Chris S. <san...@us...> - 2005-08-17 10:20:50
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10761/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.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** stack.php 16 Aug 2005 12:34:14 -0000 1.18 --- stack.php 17 Aug 2005 10:20:15 -0000 1.19 *************** *** 351,355 **** $string['ATPartFrac_single_fraction'] ='Your answer seems to be a single fraction, it needs to be in a partial fraction form. '; $string['ATPartFrac_diff_variables'] ='The variables in your answer are different to those of the question, please check them. '; ! $string['ATPartFrac_denom_ret'] ='The denominator of your answer is {$a[0]} it should be {$a[1]}. '; $string['ATPartFrac_ret_expression'] ='Your answer as a single fraction is {$a[0]}. '; --- 351,355 ---- $string['ATPartFrac_single_fraction'] ='Your answer seems to be a single fraction, it needs to be in a partial fraction form. '; $string['ATPartFrac_diff_variables'] ='The variables in your answer are different to those of the question, please check them. '; ! $string['ATPartFrac_denom_ret'] ='If your answer is written as a single fraction then the denominator would be {$a[0]}. In fact, it should be {$a[1]}. '; $string['ATPartFrac_ret_expression'] ='Your answer as a single fraction is {$a[0]}. '; |