From 60f49825a58e40b3c5e3bc82709aa643962f7b38 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 20 Oct 2002 10:12:36 +0000 Subject: [PATCH] New and fixed strings --- lang/en/quiz.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/en/quiz.php b/lang/en/quiz.php index d0186a8ca8..7d3abf86b3 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -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"; -- 2.39.5