You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/theme_boost_union.php
+4-4
Original file line number
Diff line number
Diff line change
@@ -933,10 +933,10 @@
933
933
$string['showhintcoursehiddensetting_desc'] = 'With this setting a hint will appear in the course header as long as the visibility of the course is hidden. This helps to identify the visibility state of a course at a glance without the need for looking at the course settings.';
934
934
$string['showhintcoursehiddengeneral'] = 'This course is currently <strong>hidden</strong>. Only enrolled teachers can access this course when hidden.';
935
935
$string['showhintcoursehiddensettingslink'] = 'You can change the visibility in the <a href="{$a->url}">course settings</a>.';
936
-
// ... ... Setting: Show hint that notifications don't work within forums for hidden courses.
937
-
$string['showhintforumnotificationssetting'] = 'Show hint regarding notifications in hidden courses';
938
-
$string['showhintforumnotificationssetting_desc'] = 'When a course is hidden notifications within a forum are not send to students. To clarify this a hint will appear on forums within a hidden course to help the teachers understand this circumstance.';
939
-
$string['showhintforumnotifications'] = 'This course is currently <strong>hidden</strong>. Please note that this means that <strong>students will not be notified</strong> online or by email of any messages you post in this forum.';
936
+
// ... ... Setting: Show hint for forum notifications in hidden courses.
937
+
$string['showhintforumnotificationssetting'] = 'Show hint for forum notifications in hidden courses';
938
+
$string['showhintforumnotificationssetting_desc'] = 'With this setting a hint will not only appear in the course header but also in forums as long as the visibility of the course is hidden. This is to clarify that notifications within a forum are not send to students and to help the teachers understand this circumstance.';
939
+
$string['showhintforumnotifications'] = 'This course is currently <strong>hidden</strong>. This means that <strong>students will not be notified</strong> online or by email of any messages you post in this forum.';
940
940
// ... ... Setting: Show hint for guest access.
941
941
$string['showhintcoursguestaccesssetting'] = 'Show hint for guest access';
942
942
$string['showhintcourseguestaccesssetting_desc'] = 'With this setting a hint will appear in the course header when a user is accessing it with the guest access feature. If the course provides an active self enrolment, a link to that page is also presented to the user.';
WhenI navigate to "Settings" in current page administration
39
+
AndI navigate to "Settings" in current page administration
45
40
And I set the following fields to these values:
46
41
| Coursevisibility | Hide |
47
42
And I click on "Save and display""button"
48
43
Then I should see "This course is currently hidden. Only enrolled teachers can access this course when hidden." in the ".course-hint-hidden""css_element"
49
44
When I am on "Course 1" course homepage
50
-
WhenI navigate to "Settings" in current page administration
45
+
AndI navigate to "Settings" in current page administration
51
46
And I set the following fields to these values:
52
47
| Coursevisibility | Show |
53
48
And I click on "Save and display""button"
54
49
Then I should not see "This course is currently hidden. Only enrolled teachers can access this course when hidden."
55
50
And ".course-hint-hidden""css_element" should not exist
56
51
57
-
Scenario: Setting: Show hint at forums in hidden courses that notifications do not work - Enable the setting
58
-
Given the following config values are set as admin:
52
+
Scenario: Setting: Show hint for forum notifications in hidden courses - Enable the setting
WhenI navigate to "Settings" in current page administration
64
+
AndI navigate to "Settings" in current page administration
65
65
And I set the following fields to these values:
66
66
| Coursevisibility | Hide |
67
67
And I click on "Save and display""button"
68
-
When I am on the "Announcements""forum activity" page
69
-
Then I should see "This course is currently hidden. Please note that this means that students will not be notified online or by email of any messages you post in this forum." in the ".course-hint-hidden""css_element"
68
+
And I am on the "Announcements""forum activity" page
69
+
Then I should see "This course is currently hidden. This means that students will not be notified online or by email of any messages you post in this forum." in the ".course-hint-hidden""css_element"
70
+
When I click on "Add discussion topic""link"
71
+
And I click on "#id_advancedadddiscussion""css_element"
72
+
Then I should see "This course is currently hidden. This means that students will not be notified online or by email of any messages you post in this forum." in the ".course-hint-hidden""css_element"
73
+
And I set the field "Subject" to "My post"
74
+
And I set the field "Message" to "My message"
75
+
And I click on "Post to forum""button"
76
+
When I click on "My post""link"
77
+
Then I should see "This course is currently hidden. This means that students will not be notified online or by email of any messages you post in this forum." in the ".course-hint-hidden""css_element"
70
78
When I am on "Course 1" course homepage
71
-
WhenI navigate to "Settings" in current page administration
79
+
AndI navigate to "Settings" in current page administration
72
80
And I set the following fields to these values:
73
81
| Coursevisibility | Show |
74
82
And I click on "Save and display""button"
75
-
Then I should not see "This course is currently hidden. Please note that this means that students will not be notified online or by email of any messages you post in this forum."
83
+
Then I should not see "This course is currently hidden. This means that students will not be notified online or by email of any messages you post in this forum."
76
84
And ".course-hint-hidden""css_element" should not exist
77
85
78
86
Scenario: Setting: Show hint guest for access - Enable the setting
0 commit comments