From 8e7ad7283b6afaaa4de8e2c32c6cef05c1ba8c42 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 6 Oct 2002 17:20:54 +0000 Subject: [PATCH] New words --- lang/en/quiz.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 4874421255..2ef16c8c64 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -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"; -- 2.39.5