From: Chris S. <san...@us...> - 2005-07-14 12:54:29
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28296/lang/en/doc Modified Files: en_doc.php Log Message: PartFrac test added. Index: en_doc.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/en_doc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** en_doc.php 14 Jul 2005 08:46:53 -0000 1.1 --- en_doc.php 14 Jul 2005 12:53:40 -0000 1.2 *************** *** 326,329 **** --- 326,331 ---- Literally in Maxima, is <tt>expand(SA)=SA</tt>?"; + $stackAnswerTest['PartFrac']['doc']="This test has not yet been implemented."; + $stackAnswerTest['Diff']['doc']="This test is a general differentiation test. The first argument is the student's answer. The answer test options needs to be the variable."; |