mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-68309 overrides: clarify inactive overrides help string
This commit is contained in:
parent
d939d6e769
commit
d3eb1f2f6e
@ -296,7 +296,7 @@ $string['hidegrader_help'] = 'If enabled, the identity of any user who grades an
|
||||
Note that this setting has no effect on the comments box on the grading page.';
|
||||
$string['hideshow'] = 'Hide/Show';
|
||||
$string['hiddenuser'] = 'Participant ';
|
||||
$string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the assignment';
|
||||
$string['inactiveoverridehelp'] = '* This override is inactive because the user\'s access to the activity is restricted. This can be due to group or role assignments, other access restrictions, or the activity being hidden.';
|
||||
$string['indicator:cognitivedepth'] = 'Assignment cognitive';
|
||||
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an assignment activity.';
|
||||
$string['indicator:cognitivedepthdef'] = 'Assignment cognitive';
|
||||
|
@ -263,7 +263,7 @@ $string['checkquestion'] = 'Check question';
|
||||
$string['importcount'] = 'Importing {$a} questions';
|
||||
$string['importquestions'] = 'Import questions';
|
||||
$string['importquestions_help'] = 'This feature enables questions in a variety of formats to be imported via text file.';
|
||||
$string['inactiveoverridehelp'] = '* Student does not have the correct group or role to view/attempt the lesson';
|
||||
$string['inactiveoverridehelp'] = '* This override is inactive because the user\'s access to the activity is restricted. This can be due to group or role assignments, other access restrictions, or the activity being hidden.';
|
||||
$string['insertedpage'] = 'Inserted page';
|
||||
$string['indicator:cognitivedepth'] = 'Lesson cognitive';
|
||||
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Lesson activity.';
|
||||
|
@ -432,7 +432,7 @@ $string['importingquestions'] = 'Importing {$a} questions from file';
|
||||
$string['importmaxerror'] = 'There is an error in the question. There are too many answers.';
|
||||
$string['importmax10error'] = 'There is an error in the question. You may not have more than ten answers';
|
||||
$string['importquestions'] = 'Import questions from file';
|
||||
$string['inactiveoverridehelp'] = '* User doesn\'t have the correct group or role to attempt the quiz, or the quiz is hidden.';
|
||||
$string['inactiveoverridehelp'] = '* This override is inactive because the user\'s access to the activity is restricted. This can be due to group or role assignments, other access restrictions, or the activity being hidden.';
|
||||
$string['incorrect'] = 'Incorrect';
|
||||
$string['indicator:cognitivedepth'] = 'Quiz cognitive';
|
||||
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Quiz activity.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user