[Aimmath-commit] moodle/lang/en math_assignment.php,1.9,1.10
Brought to you by:
gustav_delius,
npstrick
|
From: <gus...@us...> - 2003-09-19 20:02:54
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv28285/lang/en Modified Files: math_assignment.php Log Message: can now produce a printer-friendly marksheet from view.php. Not very polished yet but will do until we get feedback about it. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** math_assignment.php 18 Sep 2003 23:57:57 -0000 1.9 --- math_assignment.php 19 Sep 2003 09:36:44 -0000 1.10 *************** *** 48,51 **** --- 48,52 ---- $string['paper'] = "Paper"; $string['problems'] = "Problem sheet"; + $string['marksheet'] = "Mark sheet"; $string['mathml'] = "XML with MathML"; $string['maxgrade'] = "Maximum Grade"; |