From: moodler Date: Wed, 26 Nov 2003 01:37:56 +0000 (+0000) Subject: Grade is in the main file already X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b645d97c4d0d17ac2d80664914e27e6e05cc19c;p=moodle.git Grade is in the main file already --- diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 5e34cb73cb..00fd004263 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -72,7 +72,6 @@ $string['filloutthreequestions'] = 'You must fill out at least three questions. $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.'; $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%%
Instead, they add up to $a%%
Do you want to go back and fix this question?'; $string['fractionsnomax'] = 'One of the answers should be 100%%, so that it is
possible to get a full grade for this question.
Do you want to go back and fix this question?'; -$string['grade'] = 'Grade'; $string['gradeaverage'] = 'Average grade'; $string['gradehighest'] = 'Highest grade'; $string['grademethod'] = 'Grading method';