]> git.mjollnir.org Git - moodle.git/commitdiff
New words
authormoodler <moodler>
Sun, 6 Oct 2002 17:20:54 +0000 (17:20 +0000)
committermoodler <moodler>
Sun, 6 Oct 2002 17:20:54 +0000 (17:20 +0000)
lang/en/quiz.php

index 487442125509eda90442255bc92f7aef3bbeb55a..2ef16c8c64c408e7b13781c1b5ae1648e35d9be8 100644 (file)
@@ -6,6 +6,7 @@ $string['modulenameplural'] = "Quizzes";
 #------------------------------------------------------------
 
 $string['alwaysavailable'] = "Always available";
+$string['answer'] = "Answer";
 $string['attempt'] = "Attempt \$a";
 $string['attemptfirst'] = "First attempt";
 $string['attemptlast'] = "Last attempt";
@@ -13,9 +14,13 @@ $string['attempts'] = "Attempts";
 $string['attemptsallowed'] = "Attempts allowed";
 $string['attemptsunlimited'] = "Unlimited attempts";
 $string['daysavailable'] = "Days available";
+$string['false'] = "False";
 $string['gradeaverage'] = "Average grade";
 $string['gradehighest'] = "Highest grade";
 $string['grademethod'] = "Grading method";
 $string['introduction'] = "Introduction";
+$string['marks'] = "Marks";
+$string['savemyanswers'] = "Save my answers";
 $string['showfeedback'] = "After answering, show feedback?";
 $string['showcorrectanswer'] = "After answering, show correct answers?";
+$string['true'] = "True";