mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-21695 adding help strings
This commit is contained in:
parent
2de3539b43
commit
854ee5e4d3
1 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,7 @@ $string['acceptederror'] = 'Accepted error';
|
||||||
$string['accessnoticesheader'] = 'You can preview this quiz, but if this were a real attempt, you would be blocked because:';
|
$string['accessnoticesheader'] = 'You can preview this quiz, but if this were a real attempt, you would be blocked because:';
|
||||||
$string['action'] = 'Action';
|
$string['action'] = 'Action';
|
||||||
$string['adaptive'] = 'Adaptive mode';
|
$string['adaptive'] = 'Adaptive mode';
|
||||||
|
$string['adaptive_help'] = 'If enabled, multiple responses to a question are allowed within the same attempt at the quiz. So for example if a response is marked as incorrect, the student will be allowed to try again immediately. However, depending on the "Apply penalties" setting, a penalty will usually be subtracted for each wrong attempt.';
|
||||||
$string['addaquestion'] = 'Add a question ...';
|
$string['addaquestion'] = 'Add a question ...';
|
||||||
$string['addarandomquestion'] = 'Add a random question ...';
|
$string['addarandomquestion'] = 'Add a random question ...';
|
||||||
$string['addcategory'] = 'Add category';
|
$string['addcategory'] = 'Add category';
|
||||||
|
@ -240,6 +241,7 @@ $string['download'] = 'Click to download the exported category file';
|
||||||
$string['downloadextra'] = '(file is also stored in the course files in the /backupdata/quiz folder)';
|
$string['downloadextra'] = '(file is also stored in the course files in the /backupdata/quiz folder)';
|
||||||
$string['duplicateresponse'] = 'This submission has been ignored because you gave an equivalent answer earlier.';
|
$string['duplicateresponse'] = 'This submission has been ignored because you gave an equivalent answer earlier.';
|
||||||
$string['eachattemptbuildsonthelast'] = 'Each attempt builds on the last';
|
$string['eachattemptbuildsonthelast'] = 'Each attempt builds on the last';
|
||||||
|
$string['eachattemptbuildsonthelast_help'] = 'If multiple attempts are allowed and this setting is enabled, each new quiz attempt will contain the results of the previous attempt. This allows a quiz to be completed over several attempts.';
|
||||||
$string['editcategories'] = 'Edit categories';
|
$string['editcategories'] = 'Edit categories';
|
||||||
$string['editcategory'] = 'Edit category';
|
$string['editcategory'] = 'Edit category';
|
||||||
$string['editcatquestions'] = 'Edit category questions';
|
$string['editcatquestions'] = 'Edit category questions';
|
||||||
|
@ -359,6 +361,11 @@ $string['gradeboundary'] = 'Grade boundary';
|
||||||
$string['gradeessays'] = 'Grade Essays';
|
$string['gradeessays'] = 'Grade Essays';
|
||||||
$string['gradehighest'] = 'Highest grade';
|
$string['gradehighest'] = 'Highest grade';
|
||||||
$string['grademethod'] = 'Grading method';
|
$string['grademethod'] = 'Grading method';
|
||||||
|
$string['grademethod_help'] = 'When multiple attempts are allowed, the following methods are available for calculating the final quiz grade:
|
||||||
|
* Highest grade of all attempts
|
||||||
|
* Average (mean) grade of all attempts
|
||||||
|
* First attempt (all other attempts are ignored)
|
||||||
|
* Last attempt (all other attempts are ignored)';
|
||||||
$string['gradesdeleted'] = 'Quiz grades deleted';
|
$string['gradesdeleted'] = 'Quiz grades deleted';
|
||||||
$string['gradesofar'] = '{$a->method}: {$a->mygrade} / {$a->quizgrade}.';
|
$string['gradesofar'] = '{$a->method}: {$a->mygrade} / {$a->quizgrade}.';
|
||||||
$string['gradingdetails'] = 'Marks for this submission: {$a->raw}/{$a->max}.';
|
$string['gradingdetails'] = 'Marks for this submission: {$a->raw}/{$a->max}.';
|
||||||
|
@ -452,6 +459,7 @@ $string['missingquestion'] = 'Missing question label after line {$a}';
|
||||||
$string['missingquestiontext'] = 'Missing question text';
|
$string['missingquestiontext'] = 'Missing question text';
|
||||||
$string['missingword'] = 'Missing word format';
|
$string['missingword'] = 'Missing word format';
|
||||||
$string['modulename'] = 'Quiz';
|
$string['modulename'] = 'Quiz';
|
||||||
|
$string['modulename_help'] = 'The quiz module enables the teacher to design and set quizzes consisting of multiple choice, true-false, matching and other question types. Each attempt is automatically marked, and the teacher can choose whether to give feedback and/or show correct answers.';
|
||||||
$string['modulenameplural'] = 'Quizzes';
|
$string['modulenameplural'] = 'Quizzes';
|
||||||
$string['moveselectedonpage'] = 'Move selected questions to page: {$a}';
|
$string['moveselectedonpage'] = 'Move selected questions to page: {$a}';
|
||||||
$string['moveto'] = 'Move to >>';
|
$string['moveto'] = 'Move to >>';
|
||||||
|
@ -464,6 +472,7 @@ $string['navnojswarning'] = 'Warning: these links will not save your answers. Us
|
||||||
$string['neverallononepage'] = 'Never, all questions on one page';
|
$string['neverallononepage'] = 'Never, all questions on one page';
|
||||||
$string['newattemptfail'] = 'Error: Could not start a new attempt at the quiz';
|
$string['newattemptfail'] = 'Error: Could not start a new attempt at the quiz';
|
||||||
$string['newpage'] = 'New page';
|
$string['newpage'] = 'New page';
|
||||||
|
$string['newpage_help'] = 'For longer quizzes it makes sense to stretch the quiz over several pages by limiting the number of questions per page. When adding questions to the quiz, page breaks will automatically be inserted according to this setting. However page breaks may later be moved manually on the editing page.';
|
||||||
$string['newpageevery'] = 'Automatically start a new page';
|
$string['newpageevery'] = 'Automatically start a new page';
|
||||||
$string['noanswers'] = 'No answers were selected!';
|
$string['noanswers'] = 'No answers were selected!';
|
||||||
$string['noattempts'] = 'No attempts have been made on this quiz';
|
$string['noattempts'] = 'No attempts have been made on this quiz';
|
||||||
|
@ -538,6 +547,7 @@ $string['passworderror'] = 'The password entered was incorrect';
|
||||||
$string['penalty'] = 'Penalty';
|
$string['penalty'] = 'Penalty';
|
||||||
$string['penaltyfactor'] = 'Penalty factor';
|
$string['penaltyfactor'] = 'Penalty factor';
|
||||||
$string['penaltyscheme'] = 'Apply penalties';
|
$string['penaltyscheme'] = 'Apply penalties';
|
||||||
|
$string['penaltyscheme_help'] = 'If enabled, a penalty is subtracted from the final mark for a question for a wrong response. The amount of penalty is specified in the question settings. This setting only applies if adaptive mode is enabled.';
|
||||||
$string['percentcorrect'] = 'Percent Correct';
|
$string['percentcorrect'] = 'Percent Correct';
|
||||||
$string['pleaseclose'] = 'Your request has been processed. You can now close this window';
|
$string['pleaseclose'] = 'Your request has been processed. You can now close this window';
|
||||||
$string['popup'] = 'Show quiz in a "secure" window';
|
$string['popup'] = 'Show quiz in a "secure" window';
|
||||||
|
@ -736,6 +746,7 @@ $string['shuffledrandomly'] = 'Shuffled randomly';
|
||||||
$string['shufflequestions'] = 'Shuffle questions';
|
$string['shufflequestions'] = 'Shuffle questions';
|
||||||
$string['shufflequestionsselected'] = 'Shuffle questions has been set, so some actions relating to pages are not available. To change the shuffle option, {$a}.';
|
$string['shufflequestionsselected'] = 'Shuffle questions has been set, so some actions relating to pages are not available. To change the shuffle option, {$a}.';
|
||||||
$string['shufflewithin'] = 'Shuffle within questions';
|
$string['shufflewithin'] = 'Shuffle within questions';
|
||||||
|
$string['shufflewithin_help'] = 'If enabled, the parts making up each question will be randomly shuffled each time a student attempts the quiz, provided the option is also enabled in the question settings. This setting only applies to questions that have multiple parts, such as multiple choice or matching questions.';
|
||||||
$string['significantfigures'] = 'with {$a}';
|
$string['significantfigures'] = 'with {$a}';
|
||||||
$string['significantfiguresformat'] = 'significant figures';
|
$string['significantfiguresformat'] = 'significant figures';
|
||||||
$string['singleanswer'] = 'Choose one answer.';
|
$string['singleanswer'] = 'Choose one answer.';
|
||||||
|
@ -763,6 +774,7 @@ $string['timecompleted'] = 'Completed';
|
||||||
$string['timedelay'] = 'You are not allowed to do the quiz since you have not passed the time delay before attempting another quiz';
|
$string['timedelay'] = 'You are not allowed to do the quiz since you have not passed the time delay before attempting another quiz';
|
||||||
$string['timeleft'] = 'Time left';
|
$string['timeleft'] = 'Time left';
|
||||||
$string['timelimit'] = 'Time limit';
|
$string['timelimit'] = 'Time limit';
|
||||||
|
$string['timelimit_help'] = 'If enabled, a floating timer window (requiring JavaScript) is shown with a countdown. When the time limit is up, the quiz is submitted automatically with whatever answers have been filled in so far.';
|
||||||
$string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
|
$string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
|
||||||
$string['timelimitmin'] = 'Time limit (minutes)';
|
$string['timelimitmin'] = 'Time limit (minutes)';
|
||||||
$string['timelimitsec'] = 'Time limit (seconds)';
|
$string['timelimitsec'] = 'Time limit (seconds)';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue