[Aimmath-commit] moodle/lang/en math_assignment.php,1.15,1.16
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-24 11:52:51
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv30084/lang/en Modified Files: math_assignment.php Log Message: Updated tex file selection logic. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** math_assignment.php 23 Sep 2003 22:49:40 -0000 1.15 --- math_assignment.php 24 Sep 2003 11:52:46 -0000 1.16 *************** *** 60,63 **** --- 60,64 ---- $string['maxgradepaperonly'] = "(paper-based hand-marked questions only)"; $string['multiplequestion'] = "multiple questions"; + $string['mustbetex'] = "The files must be TeX files if and only if an AiM quiz is set below. See the help for details."; $string['name'] = "Name"; $string['newgrade'] = "Override Grade"; |