]> git.mjollnir.org Git - moodle.git/commitdiff
New and fixed strings
authormoodler <moodler>
Sun, 20 Oct 2002 10:12:36 +0000 (10:12 +0000)
committermoodler <moodler>
Sun, 20 Oct 2002 10:12:36 +0000 (10:12 +0000)
lang/en/quiz.php

index d0186a8ca8da761c88fa87b0ee47f6e80e0c821c..7d3abf86b350d4c1c6642eabc3b0366d5ea3cc8c 100644 (file)
@@ -7,6 +7,7 @@ $string['modulenameplural'] = "Quizzes";
 
 $string['addselectedtoquiz'] = "Add selected to quiz";
 $string['alwaysavailable'] = "Always available";
+$string['alreadysubmitted'] = "Perhaps you already submitted this attempt";
 $string['answer'] = "Answer";
 $string['answerhowmany'] = "One or multiple answers?";
 $string['answersingleyes'] = "One answer only";
@@ -44,6 +45,7 @@ $string['fillouttwochoices'] = "You must fill out at least two choices.  Choices
 $string['gradeaverage'] = "Average grade";
 $string['gradehighest'] = "Highest grade";
 $string['grademethod'] = "Grading method";
+$string['guestsno'] = "Sorry, guests can not see or attempt quizzes";
 $string['imagedisplay'] = "Image to display";
 $string['introduction'] = "Introduction";
 $string['marks'] = "Marks";
@@ -58,6 +60,7 @@ $string['quizclose'] = "Close the quiz";
 $string['quizclosed'] = "This quiz closed on \$a";
 $string['quizopen'] = "Open the quiz";
 $string['quiznotavailable'] = "The quiz will not be available until: \$a";
+$string['random'] = "Random set";
 $string['rename'] = "Rename";
 $string['report'] = "Reports";
 $string['save'] = "Save";
@@ -70,7 +73,7 @@ $string['selectcategoryabove'] = "Select a category above";
 $string['shortanswer'] = "Short Answer";
 $string['show'] = "Show";
 $string['showfeedback'] = "After answering, show feedback?";
-$string['showcorrectanswer'] = "After answering, show correct answers?";
+$string['showcorrectanswer'] = "In feedback, show correct answers?";
 $string['time'] = "Time";
 $string['timetaken'] = "Time taken";
 $string['timecompleted'] = "Completed";