Skip to content

Commit

Permalink
MDL-68309 overrides: clarify inactive overrides help string
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Apr 5, 2020
1 parent 08a6224 commit 1674e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod/assign/lang/en/assign.php
Expand Up @@ -296,7 +296,7 @@
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:socialbreadth'] = 'Assignment social';
Expand Down
2 changes: 1 addition & 1 deletion mod/lesson/lang/en/lesson.php
Expand Up @@ -261,7 +261,7 @@
$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.';
Expand Down
2 changes: 1 addition & 1 deletion mod/quiz/lang/en/quiz.php
Expand Up @@ -432,7 +432,7 @@
$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.';
Expand Down

0 comments on commit 1674e5f

Please sign in to comment.