[Aimmath-commit] moodle/lang/en math_assignment.php,1.10,1.11
Brought to you by:
gustav_delius,
npstrick
|
From: <gus...@us...> - 2003-09-20 19:13:47
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv31283/lang/en Modified Files: math_assignment.php Log Message: There now is a new option "focus" which determines whether the aim quiz is shown with single question per page or multiple questions per page. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** math_assignment.php 19 Sep 2003 09:36:44 -0000 1.10 --- math_assignment.php 20 Sep 2003 19:13:43 -0000 1.11 *************** *** 16,19 **** --- 16,20 ---- $string['aimserverconfig'] = "AiM Server Configuration"; $string['aimserverplural'] = "AiM Servers"; + $string['aimstyle'] = "AiM Page Style"; $string['aimsubject'] = "AiM Subject"; $string['aimsubjectpasswd'] = "AiM Subject Password"; *************** *** 45,55 **** $string['or'] = "OR"; $string['outputchange'] = "Click here to change to"; ! $string['outputprobs'] = "Mathematics not displaying correctly? The page is currently being produced using"; $string['paper'] = "Paper"; $string['problems'] = "Problem sheet"; $string['marksheet'] = "Mark sheet"; ! $string['mathml'] = "XML with MathML"; $string['maxgrade'] = "Maximum Grade"; $string['maxgradepaperonly'] = "(paper-based hand-marked questions only)"; $string['name'] = "Name"; $string['newgrade'] = "Override Grade"; --- 46,58 ---- $string['or'] = "OR"; $string['outputchange'] = "Click here to change to"; ! $string['outputcurrent'] = "Moodle is currently using"; ! $string['outputprobs'] = "Mathematics not displaying correctly?"; $string['paper'] = "Paper"; $string['problems'] = "Problem sheet"; $string['marksheet'] = "Mark sheet"; ! $string['mathml'] = "MathML"; $string['maxgrade'] = "Maximum Grade"; $string['maxgradepaperonly'] = "(paper-based hand-marked questions only)"; + $string['multiplequestion'] = "multiple questions"; $string['name'] = "Name"; $string['newgrade'] = "Override Grade"; *************** *** 67,70 **** --- 70,74 ---- $string['reviewresults'] = "Review Results"; $string['serverinuse'] = "Error : Can not delete server as one or more assignments depend on it."; + $string['singlequestion'] = "single question"; $string['solutions'] = "Solution sheet"; $string['student_password'] = "Student AiM Password"; |