]> git.mjollnir.org Git - moodle.git/commitdiff
New strings
authormoodler <moodler>
Tue, 15 Oct 2002 05:31:03 +0000 (05:31 +0000)
committermoodler <moodler>
Tue, 15 Oct 2002 05:31:03 +0000 (05:31 +0000)
lang/en/quiz.php

index 4e0fe047c12c498948a49c880d41f306d7120f62..f04866a19a05a9e7afee7e784423d54e5a9f9739 100644 (file)
@@ -8,6 +8,9 @@ $string['modulenameplural'] = "Quizzes";
 $string['addselectedtoquiz'] = "Add selected to quiz";
 $string['alwaysavailable'] = "Always available";
 $string['answer'] = "Answer";
+$string['answerhowmany'] = "One or multiple answers?";
+$string['answersingleyes'] = "One answer only";
+$string['answersingleno']  = "Multiple answers allowed";
 $string['attempt'] = "Attempt \$a";
 $string['attemptfirst'] = "First attempt";
 $string['attemptlast'] = "Last attempt";
@@ -17,28 +20,37 @@ $string['attemptsunlimited'] = "Unlimited attempts";
 $string['attemptsunlimited'] = "Unlimited attempts";
 $string['categories'] = "Categories";
 $string['category'] = "Category";
+$string['casesensitive'] = "Case sensitivity";
+$string['caseyes'] = "Yes, case must match";
+$string['caseno'] = "No, case is unimportant";
+$string['choice'] = "Choice";
+$string['choices'] = "Available choices";
+$string['correctanswer'] = "Correct answer";
+$string['correctanswers'] = "Correct answers";
 $string['createnewquestion'] = "Create new question";
 $string['daysavailable'] = "Days available";
+$string['default'] = "Default";
+$string['defaultinfo'] = "The default category for questions.";
 $string['editingquiz'] = "Editing quiz";
 $string['editingquestion'] = "Editing a question";
 $string['editingshortanswer'] = "Editing a short answer question";
 $string['editingtruefalse'] = "Editing a true/false question";
 $string['editingmultichoice'] = "Editing a multiple choice question";
 $string['false'] = "False";
+$string['feedback'] = "Feedback";
+$string['filloutoneanswer'] = "You must fill out at least one possible answer.  Answers left blank will not be used.";
+$string['fillouttwochoices'] = "You must fill out at least two choices.  Choices left blank will not be used.";
 $string['grade'] = "Grade";
 $string['gradeaverage'] = "Average grade";
 $string['gradehighest'] = "Highest grade";
 $string['grademethod'] = "Grading method";
+$string['imageaddress'] = "Image URL address";
 $string['introduction'] = "Introduction";
 $string['marks'] = "Marks";
-$string['default'] = "Default";
-$string['defaultinfo'] = "The default category for questions.";
 $string['multichoice'] = "Multiple Choice";
 $string['noanswers'] = "No answers were selected!";
 $string['nomoreattempts'] = "No more attempts are allowed";
 $string['noquestions'] = "No questions have been added yet";
-$string['answersingleyes'] = "One answer only";
-$string['answersingleno']  = "Multiple answers allowed";
 $string['question'] = "Question";
 $string['questionname'] = "Question name";
 $string['rename'] = "Rename";