2002-10-04 02:59:05 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
#------------------------------------------------------------
|
|
|
|
$string['modulename'] = "Quiz";
|
|
|
|
$string['modulenameplural'] = "Quizzes";
|
|
|
|
#------------------------------------------------------------
|
|
|
|
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['addselectedtoquiz'] = "Add selected to quiz";
|
2002-10-04 02:59:05 +00:00
|
|
|
$string['alwaysavailable'] = "Always available";
|
2002-10-06 17:20:54 +00:00
|
|
|
$string['answer'] = "Answer";
|
2002-10-15 05:31:03 +00:00
|
|
|
$string['answerhowmany'] = "One or multiple answers?";
|
|
|
|
$string['answersingleyes'] = "One answer only";
|
|
|
|
$string['answersingleno'] = "Multiple answers allowed";
|
2002-10-04 02:59:05 +00:00
|
|
|
$string['attempt'] = "Attempt \$a";
|
|
|
|
$string['attemptfirst'] = "First attempt";
|
|
|
|
$string['attemptlast'] = "Last attempt";
|
|
|
|
$string['attempts'] = "Attempts";
|
|
|
|
$string['attemptsallowed'] = "Attempts allowed";
|
|
|
|
$string['attemptsunlimited'] = "Unlimited attempts";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['attemptsunlimited'] = "Unlimited attempts";
|
|
|
|
$string['categories'] = "Categories";
|
|
|
|
$string['category'] = "Category";
|
2002-10-15 05:31:03 +00:00
|
|
|
$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";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['createnewquestion'] = "Create new question";
|
2002-10-04 02:59:05 +00:00
|
|
|
$string['daysavailable'] = "Days available";
|
2002-10-15 05:31:03 +00:00
|
|
|
$string['default'] = "Default";
|
|
|
|
$string['defaultinfo'] = "The default category for questions.";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['editingquiz'] = "Editing quiz";
|
2002-10-14 15:58:07 +00:00
|
|
|
$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";
|
2002-10-06 17:20:54 +00:00
|
|
|
$string['false'] = "False";
|
2002-10-15 05:31:03 +00:00
|
|
|
$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.";
|
2002-10-10 07:24:59 +00:00
|
|
|
$string['grade'] = "Grade";
|
2002-10-04 02:59:05 +00:00
|
|
|
$string['gradeaverage'] = "Average grade";
|
|
|
|
$string['gradehighest'] = "Highest grade";
|
|
|
|
$string['grademethod'] = "Grading method";
|
2002-10-15 05:31:03 +00:00
|
|
|
$string['imageaddress'] = "Image URL address";
|
2002-10-04 02:59:05 +00:00
|
|
|
$string['introduction'] = "Introduction";
|
2002-10-06 17:20:54 +00:00
|
|
|
$string['marks'] = "Marks";
|
2002-10-10 07:24:59 +00:00
|
|
|
$string['multichoice'] = "Multiple Choice";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['noanswers'] = "No answers were selected!";
|
|
|
|
$string['nomoreattempts'] = "No more attempts are allowed";
|
|
|
|
$string['noquestions'] = "No questions have been added yet";
|
|
|
|
$string['question'] = "Question";
|
|
|
|
$string['questionname'] = "Question name";
|
|
|
|
$string['rename'] = "Rename";
|
|
|
|
$string['report'] = "Reports";
|
|
|
|
$string['save'] = "Save";
|
|
|
|
$string['savegrades'] = "Save grades";
|
2002-10-06 17:20:54 +00:00
|
|
|
$string['savemyanswers'] = "Save my answers";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['savequiz'] = "Save this whole quiz";
|
|
|
|
$string['select'] = "Select";
|
|
|
|
$string['selectcategoryabove'] = "Select a category above";
|
2002-10-10 07:24:59 +00:00
|
|
|
$string['shortanswer'] = "Short Answer";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['show'] = "Show";
|
2002-10-04 02:59:05 +00:00
|
|
|
$string['showfeedback'] = "After answering, show feedback?";
|
|
|
|
$string['showcorrectanswer'] = "After answering, show correct answers?";
|
2002-10-06 17:20:54 +00:00
|
|
|
$string['true'] = "True";
|
2002-10-10 07:24:59 +00:00
|
|
|
$string['truefalse'] = "True/False";
|
2002-10-14 09:04:33 +00:00
|
|
|
$string['viewallanswers'] = "View \$a completed quizzes";
|
|
|
|
$string['yourfinalgradeis'] = "Your final grade for this quiz is \$a";
|