mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 09:08:22 +01:00
958aafe2b4
record upon showing the quiz, and completing it upon submit. Two new fields in quiz_attempts... should be upgrade friendly. (Old attempts will show up as being of duration zero) Also some small fixes here and there.
81 lines
3.6 KiB
PHP
81 lines
3.6 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Quiz";
|
|
$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";
|
|
$string['attempts'] = "Attempts";
|
|
$string['attemptsallowed'] = "Attempts allowed";
|
|
$string['attemptsunlimited'] = "Unlimited attempts";
|
|
$string['bestgrade'] = "Best grade";
|
|
$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['editcategories'] = "Edit categories";
|
|
$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['gradeaverage'] = "Average grade";
|
|
$string['gradehighest'] = "Highest grade";
|
|
$string['grademethod'] = "Grading method";
|
|
$string['imagedisplay'] = "Image to display";
|
|
$string['introduction'] = "Introduction";
|
|
$string['marks'] = "Marks";
|
|
$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['question'] = "Question";
|
|
$string['questionname'] = "Question name";
|
|
$string['quizavailable'] = "The quiz is available until: \$a";
|
|
$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['rename'] = "Rename";
|
|
$string['report'] = "Reports";
|
|
$string['save'] = "Save";
|
|
$string['savegrades'] = "Save grades";
|
|
$string['savemyanswers'] = "Save my answers";
|
|
$string['savequiz'] = "Save this whole quiz";
|
|
$string['score'] = "Raw score";
|
|
$string['select'] = "Select";
|
|
$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['time'] = "Time";
|
|
$string['timetaken'] = "Time taken";
|
|
$string['timecompleted'] = "Completed";
|
|
$string['true'] = "True";
|
|
$string['truefalse'] = "True/False";
|
|
$string['viewallanswers'] = "View \$a completed quizzes";
|
|
$string['yourfinalgradeis'] = "Your final grade for this quiz is \$a";
|