mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 11:13:05 +01:00
MDL-23598 rewording help strings thanks to Joseph Rezeau
This commit is contained in:
parent
f05fedc84d
commit
9aba73563d
@ -137,8 +137,8 @@ $string['displayleftif_help'] = 'This setting determines whether a student must
|
||||
$string['displayleftmenu'] = 'Display left menu';
|
||||
$string['displayleftmenu_help'] = 'If enabled, a list of pages (branch tables) is displayed.';
|
||||
$string['displayofgrade'] = 'Display of grade (for students only)';
|
||||
$string['displayreview'] = 'Display review button';
|
||||
$string['displayreview_help'] = 'If enabled, a review button is shown after an incorrectly answered question, allowing a student to re-attempt it.';
|
||||
$string['displayreview'] = 'Provide option to try a question again';
|
||||
$string['displayreview_help'] = 'If enabled, when a question is answered incorrectly, the student is given the option to try it again for no point credit, or continue with the lesson.';
|
||||
$string['displayscorewithessays'] = 'You earned {$a->score} out of {$a->tempmaxgrade} for the automatically graded questions.<br />Your {$a->essayquestions} essay question(s) will be graded and added<br />into your final score at a later date.<br /><br />Your current grade without the essay question(s) is {$a->score} out of {$a->grade}';
|
||||
$string['displayscorewithoutessays'] = 'Your score is {$a->score} (out of {$a->grade}).';
|
||||
$string['edit'] = 'Edit';
|
||||
@ -233,7 +233,7 @@ $string['maxhighscores'] = 'Number of high scores displayed';
|
||||
$string['maximumnumberofanswersbranches'] = 'Maximum number of answers/branches';
|
||||
$string['maximumnumberofanswersbranches_help'] = 'This setting specifies the maximum number of answers/branches that may be used in the lesson. If only true/false questions are used, it can be set to 2. The setting may be changed at any time, since it only effects what the teacher sees, not the data.';
|
||||
$string['maximumnumberofattempts'] = 'Maximum number of attempts';
|
||||
$string['maximumnumberofattempts_help'] = 'This setting specifies the maximum number of attempts allowed for each question. It applies to all questions in the lesson regardless of their type.';
|
||||
$string['maximumnumberofattempts_help'] = 'This setting specifies the maximum number of attempts allowed for each question. If answered incorrectly repeatedly, when the maximum is reached, the next page of the lesson is displayed.';
|
||||
$string['maximumnumberofattemptsreached'] = 'Maximum number of attempts reached - Moving to next page';
|
||||
$string['maxtime'] = 'Time limit (minutes)';
|
||||
$string['maxtimewarning'] = 'You have {$a} minute(s) to finish the lesson.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user