[Aimmath-commit] moodle/lang/en math_assignment.php,1.20,1.21
Brought to you by:
gustav_delius,
npstrick
|
From: <ma...@us...> - 2003-09-27 13:36:53
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv7873/lang/en Modified Files: math_assignment.php Log Message: Error reporting for mod.html implemented (requires the mod I posted to moodle). Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** math_assignment.php 26 Sep 2003 22:23:23 -0000 1.20 --- math_assignment.php 27 Sep 2003 13:36:33 -0000 1.21 *************** *** 43,46 **** --- 43,48 ---- $string['externalurl'] = "link to URL"; $string['failed'] = "Error : Could not save the changes made."; + $string['failedaimsetup'] = "Error : Either the AiM quiz specified could not be loaded (check that you entered the name correctly) or it was found to have a maximum grade of zero. If you are sure that neither case applies then contact the administrator."; + $string['failedupload'] = "Error : Could not upload the \$a."; $string['gradeemailmessage'] = "Your script has been marked and placed in the pigeonholes for collection."; $string['gradeemailobtained'] = "You obtained"; *************** *** 52,55 **** --- 54,61 ---- $string['invalid'] = "Error : Invalid entry"; $string['invalidgrademultiplier'] = "Grade multiplier must be a number between 0.1 and 10000 inclusive."; + $string['invalidmustbetex'] = "Error : \$a must be a TeX file when there is an AiM quiz."; + $string['invalidmustnotbetex'] = "Error : \$a must NOT be a TeX file when there is no AiM quiz."; + $string['invalidnoquestions'] = "Error : Assignment has no questions! You must set the maximum grade correctly for the paper based questions and/or specify an AiM quiz."; + $string['invalidpapergrade'] = "Error : Invalid maximum grade entered (for the paper based questions). Set to zero if the assignment has only AiM questions."; $string['latexoutput'] = "Default LaTeX Output Method"; $string['oldgrade'] = "Current Grade"; |