[Aimmath-commit] moodle/lang/en math_assignment.php,1.12,1.13
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-22 21:04:06
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv28723/lang/en Modified Files: math_assignment.php Log Message: Removed 'student password' server setting and updated to gaining access with the subject password. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** math_assignment.php 22 Sep 2003 01:13:01 -0000 1.12 --- math_assignment.php 22 Sep 2003 21:03:54 -0000 1.13 *************** *** 73,77 **** $string['singlequestion'] = "single question"; $string['solutions'] = "Solution sheet"; - $string['student_password'] = "Student AiM Password"; $string['studentnotattempted'] = "The student has not attempted this assignment."; $string['timedue'] = "Due Date and Time"; --- 73,76 ---- |