[Aimmath-commit] moodle/lang/en math_assignment.php,1.21,1.22
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-10-06 00:10:15
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv23006/lang/en Modified Files: math_assignment.php Log Message: implemented solution sheet time. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** math_assignment.php 27 Sep 2003 13:36:33 -0000 1.21 --- math_assignment.php 6 Oct 2003 00:10:11 -0000 1.22 *************** *** 93,96 **** --- 93,97 ---- $string['singlequestion'] = "single question"; $string['solutions'] = "Solution sheet"; + $string['solutiontime'] = "Solutions available after"; $string['studentnotattempted'] = "The student has not attempted this assignment."; $string['timedue'] = "Due Date and Time"; |