mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
Merge branch 'MDL-84914-main-enfix' of https://github.com/mudrd8mz/moodle
This commit is contained in:
commit
351b2b7206
@ -42,7 +42,7 @@ $string['activate'] = 'Set status to "Active"';
|
||||
$string['activating'] = 'Activating a policy';
|
||||
$string['activateconfirm'] = '<p>You are about to activate policy <em>\'{$a->name}\'</em> and make the version <em>\'{$a->revision}\'</em> the current one.</p><p>All users will be required to agree to this new policy version to be able to use the site.</p>';
|
||||
$string['activateconfirmyes'] = 'Activate';
|
||||
$string['agreepolicies'] = 'Please agree to the following policies';
|
||||
$string['agreepolicies'] = 'Please agree to the following policies:';
|
||||
$string['backtoprevious'] = 'Go back to previous page';
|
||||
$string['backtotop'] = 'Back to top';
|
||||
$string['cachedef_policy_optional'] = 'Cache of the optional/compulsory flag for policy versions';
|
||||
@ -74,8 +74,8 @@ $string['filterplaceholder'] = 'Search keyword or select filter';
|
||||
$string['filterpolicy'] = 'Policy: {$a}';
|
||||
$string['guestconsent:continue'] = 'Continue';
|
||||
$string['guestconsentmessage'] = 'If you continue browsing this website, you agree to our policies:';
|
||||
$string['iagree'] = 'I agree to the {$a}';
|
||||
$string['idontagree'] = 'No thanks, I decline {$a}';
|
||||
$string['iagree'] = 'I agree to the {$a}.';
|
||||
$string['idontagree'] = 'I don\'t agree to the {$a}.';
|
||||
$string['iagreetothepolicy'] = 'Give consent';
|
||||
$string['inactivate'] = 'Set status to "Inactive"';
|
||||
$string['inactivating'] = 'Inactivating a policy';
|
||||
@ -94,9 +94,9 @@ $string['newpolicy'] = 'New policy';
|
||||
$string['newversion'] = 'New version';
|
||||
$string['noactivepolicies'] = 'There are no policies with an active version.';
|
||||
$string['nofiltersapplied'] = 'No filters applied';
|
||||
$string['nopermissiontoagreedocs'] = 'No permission to agree to the policies';
|
||||
$string['nopermissiontoagreedocs'] = 'No permission to agree to the policies.';
|
||||
$string['nopermissiontoagreedocs_desc'] = 'Sorry, you do not have the required permissions to agree to the policies.<br />You will not be able to use this site until the following policies are agreed:';
|
||||
$string['nopermissiontoagreedocsbehalf'] = 'No permission to agree to the policies on behalf of this user';
|
||||
$string['nopermissiontoagreedocsbehalf'] = 'No permission to agree to the policies on behalf of this user.';
|
||||
$string['nopermissiontoagreedocsbehalf_desc'] = 'Sorry, you do not have the required permission to agree to the following policies on behalf of {$a}:';
|
||||
$string['nopermissiontoagreedocscontact'] = 'For more help:';
|
||||
$string['nopermissiontoviewpolicyversion'] = 'You do not have permissions to view this policy version.';
|
||||
|
@ -34,13 +34,13 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
Then I should see "This site policy"
|
||||
And I should not see "Course overview"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I should see "Calendar"
|
||||
And I log out
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
And "Accepted" "text" should exist in the "User One" "table_row"
|
||||
@ -53,7 +53,7 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
| tool/policy:acceptbehalf | allow |
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
And I click on "1 of 4 (25%)" "link" in the "This site policy" "table_row"
|
||||
@ -76,7 +76,7 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
| tool/policy:acceptbehalf | allow |
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I should see "Calendar"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
@ -104,16 +104,16 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
And I press "Next"
|
||||
And I should see "This privacy policy"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I should see "Calendar"
|
||||
And I log out
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
And "Accepted" "text" should exist in the "User One" "table_row"
|
||||
@ -142,8 +142,8 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
And I click on "Accept This site policy" "link" in the "User One" "table_row"
|
||||
@ -176,8 +176,8 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
And I click on "Accept This site policy" "link" in the "User One" "table_row"
|
||||
@ -198,7 +198,7 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
Scenario: Policies and agreements profile link visible for current user
|
||||
Given I log in as "user1"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
When I follow "Profile" in the user menu
|
||||
# User can see his own agreements link in the profile.
|
||||
@ -217,7 +217,7 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
| tool/policy:acceptbehalf | allow |
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
# User can see agreements link in other user profiles because has the capability for accepting on behalf of them.
|
||||
When I am on "Course1" course homepage
|
||||
@ -231,7 +231,7 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
| tool/policy:acceptbehalf | allow |
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I log out
|
||||
And I am on the "manager" "user > profile" page logged in as "admin"
|
||||
@ -267,8 +267,8 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
And I click on "Select" "checkbox" in the "User One" "table_row"
|
||||
@ -290,7 +290,7 @@ Feature: Viewing acceptances reports and accepting on behalf of other users
|
||||
And I should see "This site policy"
|
||||
And I should not see "Course overview"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I should see "Calendar"
|
||||
And I log out
|
||||
|
@ -85,11 +85,11 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text2"
|
||||
And I should see "full text2"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy" in the "region-main" "region"
|
||||
And I should see "short text2"
|
||||
And I should not see "full text2"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I should not see "I understand and agree"
|
||||
And I set the following fields to these values:
|
||||
@ -137,7 +137,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text3"
|
||||
And I should see "full text3"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy" in the "region-main" "region"
|
||||
And I should see "short text2"
|
||||
And I should not see "full text2"
|
||||
@ -147,8 +147,8 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should not see "This guests policy" in the "region-main" "region"
|
||||
And I should not see "short text4"
|
||||
And I should not see "full text4"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I should not see "I understand and agree"
|
||||
And I set the following fields to these values:
|
||||
@ -197,11 +197,11 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text2"
|
||||
And I should see "full text2"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
And I should see "short text2"
|
||||
And I should not see "full text2"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I should not see "I understand and agree"
|
||||
And I set the following fields to these values:
|
||||
@ -244,19 +244,19 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I press "Next"
|
||||
And I should see "This privacy policy"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
And I should see "This privacy policy"
|
||||
# Confirm that a notification is displayed if none of the policies are accepted.
|
||||
When I set the field "I agree to the This site policy" to "0"
|
||||
And I set the field "I agree to the This privacy policy" to "0"
|
||||
When I set the field "I agree to the This site policy." to "0"
|
||||
And I set the field "I agree to the This privacy policy." to "0"
|
||||
And I press "Next"
|
||||
Then I should see "Please agree to the following policies"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "Before continuing you need to acknowledge all these policies."
|
||||
# Confirm that a notification is displayed if only some policies are accepted.
|
||||
When I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "0"
|
||||
Then I should see "Please agree to the following policies"
|
||||
When I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "0"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "Before continuing you need to acknowledge all these policies."
|
||||
|
||||
Scenario: Accept policy on login, do not accept all policies
|
||||
@ -276,23 +276,23 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I press "Next"
|
||||
And I should see "This privacy policy"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
And I should see "This privacy policy"
|
||||
# Confirm that a notification is displayed if none of the policies are accepted.
|
||||
When I set the field "I agree to the This site policy" to "0"
|
||||
And I set the field "I agree to the This privacy policy" to "0"
|
||||
When I set the field "I agree to the This site policy." to "0"
|
||||
And I set the field "I agree to the This privacy policy." to "0"
|
||||
And I press "Next"
|
||||
Then I should see "Please agree to the following policies"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "Before continuing you need to acknowledge all these policies."
|
||||
# Confirm that a notification is displayed if only some policies are accepted.
|
||||
When I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "0"
|
||||
Then I should see "Please agree to the following policies"
|
||||
When I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "0"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "Before continuing you need to acknowledge all these policies."
|
||||
# Confirm that user can not browse the site (edit their profile).
|
||||
When I follow "Profile" in the user menu
|
||||
Then I should see "Please agree to the following policies"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
|
||||
Scenario: Accept policy on login, accept all policies
|
||||
Given the following config values are set as admin:
|
||||
@ -311,14 +311,14 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I press "Next"
|
||||
And I should see "This privacy policy"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
And I should see "This privacy policy"
|
||||
# User accepts all policies.
|
||||
When I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
When I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
Then I should not see "Please agree to the following policies"
|
||||
Then I should not see "Please agree to the following policies:"
|
||||
And I should not see "Before continuing you need to acknowledge all these policies."
|
||||
# Confirm that user can login and browse the site (edit their profile).
|
||||
When I open my profile in edit mode
|
||||
@ -328,7 +328,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
When I log in as "user1"
|
||||
Then I should not see "This site policy"
|
||||
And I should not see "This privacy policy"
|
||||
And I should not see "Please agree to the following policies"
|
||||
And I should not see "Please agree to the following policies:"
|
||||
# Confirm that user can login and browse the site (edit their profile).
|
||||
When I open my profile in edit mode
|
||||
Then the field "First name" matches value "User"
|
||||
@ -350,14 +350,14 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I press "Next"
|
||||
And I should see "This privacy policy"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
And I should see "This privacy policy"
|
||||
# User accepts all policies.
|
||||
When I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
When I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
Then I should not see "Please agree to the following policies"
|
||||
Then I should not see "Please agree to the following policies:"
|
||||
# Confirm that user can login and browse the site (edit their profile).
|
||||
When I open my profile in edit mode
|
||||
Then the field "First name" matches value "User"
|
||||
@ -385,7 +385,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should not see "This privacy policy"
|
||||
Then I should see "This third parties policy"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This third parties policy"
|
||||
And I set the field "This third parties policy" to "1"
|
||||
And I press "Next"
|
||||
@ -407,12 +407,12 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I log in as "user1"
|
||||
And I should see "This site policy"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
# User accepts policy.
|
||||
When I set the field "I agree to the This site policy" to "1"
|
||||
When I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
Then I should not see "Please agree to the following policies"
|
||||
Then I should not see "Please agree to the following policies:"
|
||||
# Confirm that user can login and browse the site (edit their profile).
|
||||
When I open my profile in edit mode
|
||||
Then the field "First name" matches value "User"
|
||||
@ -437,13 +437,13 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text2 new version"
|
||||
And I should see "full text2 new version"
|
||||
When I press "Next"
|
||||
Then I should see "Please agree to the following policies"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy new version"
|
||||
And I should see "short text2 new version"
|
||||
# User accepts policy.
|
||||
And I set the field "I agree to the This site policy new version" to "1"
|
||||
And I set the field "I agree to the This site policy new version." to "1"
|
||||
When I press "Next"
|
||||
Then I should not see "Please agree to the following policies"
|
||||
Then I should not see "Please agree to the following policies:"
|
||||
# Confirm that user can login and browse the site (edit their profile).
|
||||
When I open my profile in edit mode
|
||||
Then the field "First name" matches value "User"
|
||||
@ -504,15 +504,15 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text3"
|
||||
And I should see "full text3"
|
||||
When I press "Next"
|
||||
Then I should see "Please agree to the following policies"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy" in the "region-main" "region"
|
||||
And I should see "short text2"
|
||||
And I should see "This privacy policy" in the "region-main" "region"
|
||||
And I should see "short text3"
|
||||
And I should not see "This guests policy" in the "region-main" "region"
|
||||
And I should not see "short text4"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
When I press "Next"
|
||||
Then I should not see "I understand and agree"
|
||||
And I should see "New account"
|
||||
@ -537,7 +537,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text3"
|
||||
And I should see "full text3"
|
||||
When I press "Next"
|
||||
Then I should see "Please agree to the following policies"
|
||||
Then I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy" in the "region-main" "region"
|
||||
And I should see "short text2"
|
||||
And I should not see "full text2"
|
||||
@ -547,8 +547,8 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should not see "This guests policy" in the "region-main" "region"
|
||||
And I should not see "short text4"
|
||||
And I should not see "full text4"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
When I press "Next"
|
||||
Then I should not see "I understand and agree"
|
||||
And I should see "New account"
|
||||
@ -572,8 +572,8 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "Please read our This privacy policy"
|
||||
And I press "Next"
|
||||
And I should see "Viewing this page on behalf of User 1"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I log out
|
||||
And I log in as "user1"
|
||||
@ -599,15 +599,15 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
When I log in as "manager"
|
||||
And I press "Next"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This privacy policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I set the field "I agree to the This privacy policy." to "1"
|
||||
And I press "Next"
|
||||
And I am on the "user1" "user > profile" page
|
||||
And I follow "Log in as"
|
||||
Then I should see "You are logged in as User 1"
|
||||
And I press "Continue"
|
||||
And I should see "Policies and agreements"
|
||||
And I should see "No permission to agree to the policies on behalf of this user"
|
||||
And I should see "No permission to agree to the policies on behalf of this user."
|
||||
And I should see "Sorry, you do not have the required permission to agree to the following policies on behalf of User 1"
|
||||
|
||||
Scenario: Accept policy on sign up as a guest, one policy
|
||||
@ -631,11 +631,11 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "short text2"
|
||||
And I should see "full text2"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "This site policy"
|
||||
And I should see "short text2"
|
||||
And I should not see "full text2"
|
||||
And I set the field "I agree to the This site policy" to "1"
|
||||
And I set the field "I agree to the This site policy." to "1"
|
||||
And I press "Next"
|
||||
And I should not see "I understand and agree"
|
||||
And I set the following fields to these values:
|
||||
@ -680,12 +680,12 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
Then I should see "Digital maturity declaration" in the "region-main" "region"
|
||||
And I should see "You declare be old enough"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Digital maturity declaration"
|
||||
And I press "I agree to the Digital maturity declaration."
|
||||
# The second policy with the agreement style "on its own page" must be accepted now.
|
||||
And I should see "Terms of Service" in the "region-main" "region"
|
||||
And I should see "We teach, you learn"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Terms of Service"
|
||||
And I press "I agree to the Terms of Service."
|
||||
# Only now we see the remaining consent page policies.
|
||||
And I should see "Policy 1 out of 2"
|
||||
And I should see "Privacy policy" in the "region-main" "region"
|
||||
@ -697,14 +697,14 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "We eat cookies, srsly"
|
||||
And I should see "Here goes content."
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "Privacy policy"
|
||||
And I should see "Cookies policy"
|
||||
And I should not see "Digital maturity declaration" in the "region-main" "region"
|
||||
And I should not see "Terms of Service" in the "region-main" "region"
|
||||
And I should not see "Here goes content."
|
||||
And I set the field "I agree to the Privacy policy" to "1"
|
||||
And I set the field "I agree to the Cookies policy" to "1"
|
||||
And I set the field "I agree to the Privacy policy." to "1"
|
||||
And I set the field "I agree to the Cookies policy." to "1"
|
||||
And I press "Next"
|
||||
And I should see "New account"
|
||||
And I set the following fields to these values:
|
||||
@ -751,7 +751,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
Then I should see "Digital maturity declaration" in the "region-main" "region"
|
||||
And I should see "You declare be old enough"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Digital maturity declaration"
|
||||
And I press "I agree to the Digital maturity declaration."
|
||||
# The second policy with the agreement style "on its own page" must be accepted now.
|
||||
And I should see "Terms of Service" in the "region-main" "region"
|
||||
And I should see "We teach, you learn"
|
||||
@ -762,7 +762,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "Terms of Service" in the "region-main" "region"
|
||||
And I should see "We teach, you learn"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Terms of Service"
|
||||
And I press "I agree to the Terms of Service."
|
||||
# Only now we see the remaining consent page policies.
|
||||
And I should see "Policy 1 out of 2"
|
||||
And I should see "Privacy policy" in the "region-main" "region"
|
||||
@ -774,14 +774,14 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
And I should see "We eat cookies, srsly"
|
||||
And I should see "Here goes content."
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I should see "Privacy policy"
|
||||
And I should see "Cookies policy"
|
||||
And I should not see "Digital maturity declaration" in the "region-main" "region"
|
||||
And I should not see "Terms of Service" in the "region-main" "region"
|
||||
And I should not see "Here goes content."
|
||||
And I set the field "I agree to the Privacy policy" to "1"
|
||||
And I set the field "I agree to the Cookies policy" to "1"
|
||||
And I set the field "I agree to the Privacy policy." to "1"
|
||||
And I set the field "I agree to the Cookies policy." to "1"
|
||||
And I press "Next"
|
||||
And I follow "Profile" in the user menu
|
||||
# User can see his own agreements in the profile.
|
||||
@ -809,15 +809,15 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
Then I should see "Privacy policy" in the "region-main" "region"
|
||||
And I should see "We scan your thoughts"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Privacy policy"
|
||||
And I press "I agree to the Privacy policy."
|
||||
And I should see "Digital maturity declaration" in the "region-main" "region"
|
||||
And I should see "You declare be old enough"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Digital maturity declaration"
|
||||
And I press "I agree to the Digital maturity declaration."
|
||||
And I should see "Terms of Service" in the "region-main" "region"
|
||||
And I should see "We teach, you learn"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Terms of Service"
|
||||
And I press "I agree to the Terms of Service."
|
||||
And I follow "Profile" in the user menu
|
||||
And I follow "Policies and agreements"
|
||||
And "Accepted" "text" should exist in the "Privacy policy" "table_row"
|
||||
@ -844,10 +844,10 @@ Feature: User must accept policy managed by this plugin when logging in and sign
|
||||
Then I should see "Digital maturity declaration" in the "region-main" "region"
|
||||
And I should see "You declare be old enough"
|
||||
And I should see "Here goes content."
|
||||
And I press "I agree to the Digital maturity declaration"
|
||||
And I press "I agree to the Digital maturity declaration."
|
||||
And I should see "Cookies policy" in the "region-main" "region"
|
||||
And I should see "We eat cookies, srsly"
|
||||
And I press "I agree to the Cookies policy"
|
||||
And I press "I agree to the Cookies policy."
|
||||
And I should see "New account"
|
||||
And I set the following fields to these values:
|
||||
| Username | user1 |
|
||||
|
@ -61,7 +61,7 @@ Feature: Manage policies
|
||||
| Policy1 | v1 | full text2 | short text2 | active |
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the Policy1" to "1"
|
||||
And I set the field "I agree to the Policy1." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
And I click on "Edit" "link" in the "Policy1" "table_row"
|
||||
@ -83,7 +83,7 @@ Feature: Manage policies
|
||||
| Policy1 | v1 | full text2 | short text2 | active |
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the Policy1" to "1"
|
||||
And I set the field "I agree to the Policy1." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
And I click on "Edit" "link" in the "Policy1" "table_row"
|
||||
@ -101,7 +101,7 @@ Feature: Manage policies
|
||||
| Policy1 | v1 | full text2 | short text2 | active |
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the Policy1" to "1"
|
||||
And I set the field "I agree to the Policy1." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
And I click on "Edit" "link" in the "Policy1" "table_row"
|
||||
@ -180,7 +180,7 @@ Feature: Manage policies
|
||||
| Policy1 | v1 | full text2 | short text2 | active |
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the Policy1" to "1"
|
||||
And I set the field "I agree to the Policy1." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
And I click on "Set status to \"Inactive\"" "link" in the "Policy1" "table_row"
|
||||
@ -218,7 +218,7 @@ Feature: Manage policies
|
||||
| Policy1 | v1 | full text2 | short text2 | active |
|
||||
And I log in as "manager"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the Policy1" to "1"
|
||||
And I set the field "I agree to the Policy1." to "1"
|
||||
And I press "Next"
|
||||
And I navigate to "Users > Privacy and policies > Manage policies" in site administration
|
||||
And I click on "Set status to \"Inactive\"" "link" in the "Policy1" "table_row"
|
||||
@ -247,7 +247,7 @@ Feature: Manage policies
|
||||
| Policy1 | v1 | full text2 | short text2 | active |
|
||||
And I log in as "user1"
|
||||
And I press "Next"
|
||||
And I set the field "I agree to the Policy1" to "1"
|
||||
And I set the field "I agree to the Policy1." to "1"
|
||||
And I press "Next"
|
||||
And I follow "Preferences" in the user menu
|
||||
And I should see "Preferences"
|
||||
|
@ -70,14 +70,14 @@ Feature: Optional policies
|
||||
And I should see "OwnPageCompulsory1" in the "region-main" "region"
|
||||
And I should see "short text4" in the "region-main" "region"
|
||||
And I should see "full text4" in the "region-main" "region"
|
||||
And I press "I agree to the OwnPageCompulsory1"
|
||||
And I press "I agree to the OwnPageCompulsory1."
|
||||
# Compulsory policies displayed on the consent page are shown next and must be agreed.
|
||||
And I should see "ConsentPageCompulsory1"
|
||||
And I should see "short text3" in the "region-main" "region"
|
||||
And I should see "full text3" in the "region-main" "region"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I set the field "I agree to the ConsentPageCompulsory1" to "1"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I set the field "I agree to the ConsentPageCompulsory1." to "1"
|
||||
And I press "Next"
|
||||
# The signup form can be submitted and a new account created.
|
||||
And I set the following fields to these values:
|
||||
@ -99,7 +99,7 @@ Feature: Optional policies
|
||||
Then I should see "OwnPageOptional1"
|
||||
And I should see "short text5" in the "region-main" "region"
|
||||
And I should see "full text5" in the "region-main" "region"
|
||||
And I press "No thanks, I decline OwnPageOptional1"
|
||||
And I press "I don't agree to the OwnPageOptional1"
|
||||
# Then come policies displayed on the consent page.
|
||||
And I should see "ConsentPageOptional1" in the "region-main" "region"
|
||||
And I should see "short text1" in the "region-main" "region"
|
||||
@ -109,9 +109,9 @@ Feature: Optional policies
|
||||
And I should see "short text2" in the "region-main" "region"
|
||||
And I should see "full text2" in the "region-main" "region"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I set the field "I agree to the ConsentPageOptional1" to "1"
|
||||
And I set the field "No thanks, I decline ConsentPageOptional2" to "0"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I set the field "I agree to the ConsentPageOptional1." to "1"
|
||||
And I set the field "I don't agree to the ConsentPageOptional2" to "0"
|
||||
And I press "Next"
|
||||
# Accepted and declined policies are shown in the profile.
|
||||
And I follow "Profile" in the user menu
|
||||
@ -132,14 +132,14 @@ Feature: Optional policies
|
||||
Then I should see "OwnPageOptional1"
|
||||
And I should see "short text5" in the "region-main" "region"
|
||||
And I should see "full text5" in the "region-main" "region"
|
||||
And I press "I agree to the OwnPageOptional1"
|
||||
And I press "I agree to the OwnPageOptional1."
|
||||
# Then come policies displayed on the consent page.
|
||||
And I should see "ConsentPageOptional1" in the "region-main" "region"
|
||||
And I should see "short text1" in the "region-main" "region"
|
||||
And I should see "full text1" in the "region-main" "region"
|
||||
And I press "Next"
|
||||
And I should see "Please agree to the following policies"
|
||||
And I set the field "No thanks, I decline ConsentPageOptional1" to "0"
|
||||
And I should see "Please agree to the following policies:"
|
||||
And I set the field "I don't agree to the ConsentPageOptional1" to "0"
|
||||
And I press "Next"
|
||||
# Accepted and declined policies are shown in the profile.
|
||||
And I follow "Profile" in the user menu
|
||||
@ -152,7 +152,7 @@ Feature: Optional policies
|
||||
| Name | Content | Summary | Agreementstyle | Optional |
|
||||
| OwnPageOptional1 | full text1 | short text1 | 1 | 1 |
|
||||
And I log in as "user1"
|
||||
And I press "I agree to the OwnPageOptional1"
|
||||
And I press "I agree to the OwnPageOptional1."
|
||||
And I follow "Profile" in the user menu
|
||||
And I follow "Policies and agreements"
|
||||
And "Accepted" "text" should exist in the "OwnPageOptional1" "table_row"
|
||||
@ -177,7 +177,7 @@ Feature: Optional policies
|
||||
| Name | Content | Summary | Agreementstyle | Optional |
|
||||
| OwnPageOptional1 | full text1 | short text1 | 1 | 1 |
|
||||
And I log in as "user1"
|
||||
And I press "I agree to the OwnPageOptional1"
|
||||
And I press "I agree to the OwnPageOptional1."
|
||||
And I follow "Profile" in the user menu
|
||||
And I follow "Policies and agreements"
|
||||
And "Accepted" "text" should exist in the "OwnPageOptional1" "table_row"
|
||||
@ -202,12 +202,12 @@ Feature: Optional policies
|
||||
| OwnPageOptional1 | full text1 | short text1 | 1 | 1 |
|
||||
| OwnPageOptional2 | full text2 | short text2 | 1 | 1 |
|
||||
And I log in as "user1"
|
||||
And I press "I agree to the OwnPageOptional1"
|
||||
And I press "No thanks, I decline OwnPageOptional2"
|
||||
And I press "I agree to the OwnPageOptional1."
|
||||
And I press "I don't agree to the OwnPageOptional2"
|
||||
And I log out
|
||||
And I log in as "manager"
|
||||
And I press "I agree to the OwnPageOptional1"
|
||||
And I press "I agree to the OwnPageOptional2"
|
||||
And I press "I agree to the OwnPageOptional1."
|
||||
And I press "I agree to the OwnPageOptional2."
|
||||
When I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
# User One has accepted just some policies.
|
||||
Then "Partially accepted" "text" should exist in the "User One" "table_row"
|
||||
@ -228,8 +228,8 @@ Feature: Optional policies
|
||||
| OwnPageOptional1 | full text1 | short text1 | 1 | 1 |
|
||||
| OwnPageOptional2 | full text2 | short text2 | 1 | 1 |
|
||||
And I log in as "user1"
|
||||
And I press "I agree to the OwnPageOptional1"
|
||||
And I press "No thanks, I decline OwnPageOptional2"
|
||||
And I press "I agree to the OwnPageOptional1."
|
||||
And I press "I don't agree to the OwnPageOptional2"
|
||||
And I log out
|
||||
And I log in as "admin"
|
||||
When I navigate to "Users > Privacy and policies > User agreements" in site administration
|
||||
|
@ -50,22 +50,22 @@ $string['extraparams_help'] = 'Extra parameters can be configured here. We suppo
|
||||
$string['invalidjson'] = 'Invalid JSON string';
|
||||
$string['password'] = 'Password';
|
||||
$string['password_help'] = 'The password used for basic authentication.';
|
||||
$string['pluginname'] = 'Ollama API Provider';
|
||||
$string['pluginname'] = 'Ollama API provider';
|
||||
$string['privacy:metadata'] = 'The Ollama API provider plugin does not store any personal data.';
|
||||
$string['privacy:metadata:aiprovider_ollama:externalpurpose'] = 'This information is sent to the Ollama API in order for a response to be generated. Your Ollama account settings may change how Ollama stores and retains this data. No user data is explicitly sent to Ollama or stored in Moodle LMS by this plugin.';
|
||||
$string['privacy:metadata:aiprovider_ollama:model'] = 'The model used to generate the response.';
|
||||
$string['privacy:metadata:aiprovider_ollama:prompttext'] = 'The user entered text prompt used to generate the response.';
|
||||
$string['settings'] = 'Settings';
|
||||
$string['settings_help'] = 'You can adjust the settings below to customize how requests are sent to Ollama. Update the values as needed, ensuring they align with your requirements.<br><br>';
|
||||
$string['settings_mirostat'] = 'mirostat';
|
||||
$string['settings_mirostat_help'] = 'Enable Mirostat sampling for controlling perplexity. (default: 0, 0 = disabled, 1 = Mirostat, 2 = Mirostat 2.0)';
|
||||
$string['settings_help'] = 'Adjust the settings below to customise how requests are sent to Ollama.';
|
||||
$string['settings_mirostat'] = 'Mirostat';
|
||||
$string['settings_mirostat_help'] = 'Mirostat is a neural text decoding algorithm for controlling perplexity. 0 = disabled, 1 = Mirostat, 2 = Mirostat 2.0. (Default: 0)';
|
||||
$string['settings_seed'] = 'seed';
|
||||
$string['settings_seed_help'] = 'Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: 0)';
|
||||
$string['settings_temperature'] = 'temperature';
|
||||
$string['settings_temperature_help'] = 'The temperature of the model. Increasing the temperature will make the model answer more creatively. (Default: 0.8)';
|
||||
$string['settings_temperature_help'] = 'Temperature influences whether the output is more random and creative or more predictable. Increasing the temperature will make the model answer more creatively. (Default: 0.8)';
|
||||
$string['settings_top_k'] = 'top_k';
|
||||
$string['settings_top_k_help'] = 'Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative. (Default: 40)';
|
||||
$string['settings_top_p'] = 'top_p';
|
||||
$string['settings_top_p_help'] = 'Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)';
|
||||
$string['settings_top_p_help'] = 'Works together with top-k. A higher value (e.g. 0.95) will lead to more diverse text, while a lower value (e.g. 0.5) will generate more focused and conservative text. (Default: 0.9)';
|
||||
$string['username'] = 'Username';
|
||||
$string['username_help'] = 'The username used for basic authentication.';
|
||||
|
@ -63,14 +63,14 @@ $string['privacy:metadata:aiprovider_openai:prompttext'] = 'The user entered tex
|
||||
$string['privacy:metadata:aiprovider_openai:responseformat'] = 'The format of the response. When generating images.';
|
||||
$string['settings'] = 'Settings';
|
||||
$string['settings_frequency_penalty'] = 'frequency_penalty';
|
||||
$string['settings_frequency_penalty_help'] = 'Penalizes new tokens based on their frequency in the text so far';
|
||||
$string['settings_help'] = 'You can adjust the settings below to customize how requests are sent to OpenAI. Update the values as needed, ensuring they align with your requirements.<br><br>';
|
||||
$string['settings_frequency_penalty_help'] = 'The frequency penalty adjusts how often words are repeated. The higher the penalty, the less repetitions in the generated text.';
|
||||
$string['settings_help'] = 'Adjust the settings below to customise how requests are sent to OpenAI.';
|
||||
$string['settings_max_tokens'] = 'max_tokens';
|
||||
$string['settings_max_tokens_help'] = 'The maximum number of tokens to generate in the response';
|
||||
$string['settings_presence_penalty'] = 'presence_penalty';
|
||||
$string['settings_presence_penalty_help'] = 'Penalizes new tokens based on whether they appear in the text so far';
|
||||
$string['settings_presence_penalty_help'] = 'The presence penalty encourages the model to use new words by increasing the likelihood of choosing words it hasn\'t used before. A higher value makes the generated text more diverse, while a lower value allows more repetition.';
|
||||
$string['settings_top_p'] = 'top_p';
|
||||
$string['settings_top_p_help'] = 'Controls nucleus sampling';
|
||||
$string['settings_top_p_help'] = 'top_p (nucleus sampling) determines how many possible words to consider. A high value (e.g. 0.9) means the model looks at more words, which makes the generated text more diverse.';
|
||||
|
||||
// Deprecated since Moodle 5.0.
|
||||
$string['action:generate_image:model_desc'] = 'The model used to generate images from user prompts.';
|
||||
|
@ -35,5 +35,5 @@ $string['numsections2_help'] = 'Once the number of sections in the course reache
|
||||
$string['pluginname'] = 'Section links';
|
||||
$string['section_links:addinstance'] = 'Add a new section links block';
|
||||
$string['showsectionname'] = 'Display section name';
|
||||
$string['showsectionname_help'] = 'If set to "yes", only the section name is shown, if set to "no", only the section number is shown.';
|
||||
$string['showsectionname_help'] = 'If set to Yes, section names are used as links. Otherwise, numbers are used.';
|
||||
$string['privacy:metadata'] = 'The Section links block only shows data stored in other locations.';
|
||||
|
@ -24,14 +24,14 @@ Feature: Users can access the course activities overview page
|
||||
Given I am on the "C1" "Course" page logged in as "teacher1"
|
||||
When I follow "Activities"
|
||||
Then I should see "Activities"
|
||||
And I should see "View all the activities in this course" in the "region-main" "region"
|
||||
And I should see "An overview of all activities in the course" in the "region-main" "region"
|
||||
And I should see "Assignments" in the "region-main" "region"
|
||||
|
||||
Scenario: Student can navigate to the course overview page
|
||||
Given I am on the "C1" "Course" page logged in as "student1"
|
||||
When I follow "Activities"
|
||||
Then I should see "Activities"
|
||||
And I should see "View all the activities in this course" in the "region-main" "region"
|
||||
And I should see "An overview of all activities in the course" in the "region-main" "region"
|
||||
And I should see "Assignments" in the "region-main" "region"
|
||||
|
||||
Scenario: The activities overview shows only the type of activities present in the course
|
||||
|
@ -43,7 +43,7 @@ $string['fee:manage'] = 'Manage enrolled users';
|
||||
$string['fee:unenrol'] = 'Unenrol users from course';
|
||||
$string['fee:unenrolself'] = 'Unenrol self from course';
|
||||
$string['instancedescription'] = 'Instance description';
|
||||
$string['instancedescription_help'] = 'Only displayed on the "Enrolment methods" page for teachers and managers';
|
||||
$string['instancedescription_help'] = 'The description is only shown on the \'Enrolment methods\' page and is not shown to users enrolling in the course.';
|
||||
$string['nocost'] = 'There is no cost to enrol in this course!';
|
||||
$string['paymentaccount'] = 'Payment account';
|
||||
$string['paymentaccount_help'] = 'Enrolment fees will be paid to this account.';
|
||||
|
@ -31,7 +31,7 @@ $string['password_help'] = 'A password allows guest access to the course to be r
|
||||
$string['passwordinvalid'] = 'Incorrect access password, please try again';
|
||||
$string['passwordinvalidhint'] = 'That access password was incorrect, please try again<br />
|
||||
(Here\'s a hint - it starts with \'{$a}\')';
|
||||
$string['passwordrequired'] = 'A password will be required';
|
||||
$string['passwordrequired'] = 'A password will be required.';
|
||||
$string['pluginname'] = 'Guest access';
|
||||
$string['pluginname_desc'] = 'Guest access plugin is only granting temporary access to courses, it is not actually enrolling users.';
|
||||
$string['requirepassword'] = 'Require guest access password';
|
||||
|
@ -36,7 +36,7 @@ $string['editselectedusers'] = 'Edit selected user enrolments';
|
||||
$string['enrolenddate'] = 'End date';
|
||||
$string['enrolenddate_help'] = 'If enabled, users can enrol themselves until this date only.';
|
||||
$string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
|
||||
$string['enrolkeyrequired'] = 'An enrolment key will be required';
|
||||
$string['enrolkeyrequired'] = 'An enrolment key will be required.';
|
||||
$string['enrolme'] = 'Enrol me';
|
||||
$string['enrolperiod'] = 'Enrolment duration';
|
||||
$string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
|
||||
|
@ -34,7 +34,7 @@ Feature: Users can be defined as key holders in courses where self enrolment is
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I am on "Course 1" course homepage
|
||||
And I should see "An enrolment key will be required"
|
||||
And I should see "An enrolment key will be required."
|
||||
And I press "Enrol me"
|
||||
And I should see "You should have received this enrolment key from:"
|
||||
And I should see "Manager 1"
|
||||
|
@ -51,7 +51,7 @@ Feature: Users can auto-enrol themself in courses where self enrolment is allowe
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I am on "Course 1" course homepage
|
||||
And I should see "An enrolment key will be required"
|
||||
And I should see "An enrolment key will be required."
|
||||
And I press "Enrol me"
|
||||
And I set the following fields to these values:
|
||||
| Enrolment key | moodle_rules |
|
||||
|
@ -27,31 +27,31 @@ $string['deleteallrules'] = 'Delete all rules';
|
||||
$string['duedate:manage'] = 'Permission to manage penalty rules';
|
||||
$string['duedaterule'] = 'Penalty rules';
|
||||
$string['editduedaterule'] = 'Edit penalty rules';
|
||||
$string['error_overdueby_abovevalue'] = 'The overdue must be greater than the value of above rule: {$a}.';
|
||||
$string['error_overdueby_maxvalue'] = 'The overdue cannot be greater than {$a}.';
|
||||
$string['error_overdueby_minvalue'] = 'The overdue must be greater than or equal to {$a}.';
|
||||
$string['error_penalty_abovevalue'] = 'The penalty must be greater than the value of above rule: {$a}%.';
|
||||
$string['error_overdueby_abovevalue'] = 'The overdue amount must be greater than the amount for the rule above ({$a}).';
|
||||
$string['error_overdueby_maxvalue'] = 'The overdue amount cannot be greater than {$a}.';
|
||||
$string['error_overdueby_minvalue'] = 'The overdue amount must be greater than or equal to {$a}.';
|
||||
$string['error_penalty_abovevalue'] = 'The penalty must be greater than the penalty for the rule above ({$a}%).';
|
||||
$string['error_penalty_maxvalue'] = 'The penalty cannot be greater than {$a}%.';
|
||||
$string['error_penalty_minvalue'] = 'The penalty must be greater than or equal to {$a}%.';
|
||||
$string['existingrule'] = 'Existing rules';
|
||||
$string['finalpenaltyrule'] = 'Final penalty rule';
|
||||
$string['finalpenaltyrule_help'] = 'The penalty system uses the first matching rule found. If no rules match, the final rule is applied.';
|
||||
$string['finalpenaltyrule_help'] = 'The final penalty rule specifies the penalty that is applied to submissions overdue longer than for any other penalty rule.';
|
||||
$string['insertrule'] = 'Insert below';
|
||||
$string['overdueby'] = 'Overdue';
|
||||
$string['overdueby_help'] = 'Set the time in seconds after the due date that the penalty will be applied.';
|
||||
$string['overdueby_help'] = 'The time in seconds after the due date that the penalty will be applied.';
|
||||
$string['overdueby_label'] = 'Overdue:';
|
||||
$string['overdueby_lastrow'] = '> {$a}';
|
||||
$string['overdueby_onerow'] = 'All late submissions';
|
||||
$string['overdueby_row'] = '≤ {$a}';
|
||||
$string['penalty'] = 'Penalty';
|
||||
$string['penalty_help'] = 'Set the penalty in percent that will be applied for late submissions.';
|
||||
$string['penalty_help'] = 'The penalty in percent that will be applied for late submissions.';
|
||||
$string['penalty_label'] = 'Penalty:';
|
||||
$string['penaltyrule'] = 'Penalty rules';
|
||||
$string['penaltyrule_group'] = 'Penalty rule {no}';
|
||||
$string['penaltyrule_inherited'] = 'The penalty rules in this context are inherited from a parent context. You can click on "Edit" button to override the values.';
|
||||
$string['penaltyrule_not_inherited'] = 'Please click on "Edit" button to change or create new penalty rules.';
|
||||
$string['penaltyrule_overridden'] = 'The penalty rules have been overridden. You can click on "Reset" button to remove overridden rules. Note: this will remove all if there is no rule in parent contexts.';
|
||||
$string['penaltyrule_inherited'] = 'The penalty rules in this context are inherited from a parent context. Click Edit to override the values.';
|
||||
$string['penaltyrule_not_inherited'] = 'Click Edit to change or add rules.';
|
||||
$string['penaltyrule_overridden'] = 'The penalty rules are overridden. Click Reset to remove overridden rules. This will remove all rules if there is no rule in the parent context.';
|
||||
$string['pluginname'] = 'Late submission penalties';
|
||||
$string['privacy:metadata:gradepenalty_duedate_rule'] = 'Grade penalty due date table';
|
||||
$string['privacy:metadata:gradepenalty_duedate_rule:usermodified'] = 'User who modified the rule';
|
||||
$string['resetconfirm'] = 'This will remove all rules set up for this context. Are you sure you want to continue?';
|
||||
$string['resetconfirm'] = 'This will remove all rules in this context. Are you sure you want to continue?';
|
||||
|
@ -29,7 +29,7 @@ Feature: As an administrator
|
||||
| overdueby[1][number] | 1 |
|
||||
| penalty[1] | 10 |
|
||||
And I click on "Save changes" "button"
|
||||
Then I should see "The overdue must be greater than the value of above rule: 1 day. The penalty must be greater than the value of above rule: 10.0%."
|
||||
Then I should see "The overdue amount must be greater than the amount for the rule above (1 day). The penalty must be greater than the penalty for the rule above (10.0%)."
|
||||
And I set the following fields to these values:
|
||||
| overdueby[1][number] | 2 |
|
||||
| penalty[1] | 20 |
|
||||
|
@ -1156,7 +1156,7 @@ $string['requiremodintro_desc'] = 'If enabled, users will be forced to enter a d
|
||||
$string['required'] = 'Required';
|
||||
$string['requires'] = 'Requires';
|
||||
$string['purgecaches'] = 'Purge all caches';
|
||||
$string['purgecachesconfirm'] = 'Moodle can cache themes, javascript, language strings, filtered text, rss feeds and many other pieces of calculated data. Purging these caches will delete that data from the server and force browsers to refetch data, so that you can be sure you are seeing the most up-to-date values produced by the current code. There is no danger in purging caches, but your site may appear slower for a while until the server and clients calculate new information and cache it.';
|
||||
$string['purgecachesconfirm'] = 'Moodle can cache themes, JavaScript, language strings, filtered text, RSS feeds and other pieces of calculated data. Purging caches will delete data from the server and force browsers to re-fetch data, so you can be sure you are seeing the most up-to-date values produced by the current code. There is no danger in purging caches, but your site may appear slower for a while until the server and clients calculate new information and cache it.';
|
||||
$string['purgecachesfinished'] = 'All caches were purged.';
|
||||
$string['purgecachesnoneselected'] = 'Select one or more caches to purge';
|
||||
$string['purgecachespage'] = 'Purge caches';
|
||||
|
@ -80,7 +80,7 @@ You can manage the actions for each provider in their settings.';
|
||||
$string['btninstancecreate'] = 'Create instance';
|
||||
$string['btninstanceupdate'] = 'Update instance';
|
||||
$string['completiontokens'] = 'Completion tokens';
|
||||
$string['completiontokens_help'] = 'Completion tokens are the text units generated by the AI model as a response to your input. Longer responses use more tokens, which typically increases the cost.';
|
||||
$string['completiontokens_help'] = 'Completion tokens are text units generated by the AI model as a response to your input. Longer responses use more tokens, which is likely to cost more.';
|
||||
$string['configureprovider'] = 'Configure provider instance';
|
||||
$string['contentwatermark'] = 'Generated by AI';
|
||||
$string['createnewprovider'] = 'Create a new provider instance';
|
||||
@ -145,7 +145,7 @@ $string['privacy:metadata:ai_policy_register:contextid'] = 'The ID of the contex
|
||||
$string['privacy:metadata:ai_policy_register:timeaccepted'] = 'The time the user accepted the AI policy.';
|
||||
$string['privacy:metadata:ai_policy_register:userid'] = 'The ID of the user whose data was saved.';
|
||||
$string['prompttokens'] = 'Prompt tokens';
|
||||
$string['prompttokens_help'] = 'Prompt tokens are the individual text units that make up the input you send to an AI model. Longer inputs use more tokens, which often leads to higher costs.';
|
||||
$string['prompttokens_help'] = 'Prompt tokens are text units that make up the input you send to the AI model. Longer inputs use more tokens, which is likely to cost more.';
|
||||
$string['provider'] = 'Provider';
|
||||
$string['provideractionsettings'] = 'Actions';
|
||||
$string['provideractionsettings_desc'] = 'Choose and configure the actions that the {$a} can perform on your site.';
|
||||
@ -157,8 +157,8 @@ $string['providerinstancedeleted'] = '{$a} AI provider instance deleted.';
|
||||
$string['providerinstancedeletefailed'] = 'Cannot delete the {$a} AI provider instance. The provider is either in use or there is a database issue. Check if the provider is active or contact your database administrator for help.';
|
||||
$string['providerinstancedisablefailed'] = 'Cannot disable the AI provider instance. The provider is either in use or there is a database issue. Check if the provider is active or contact your database administrator for help.';
|
||||
$string['providerinstanceupdated'] = '{$a} AI provider instance updated.';
|
||||
$string['providermoveddown'] = '{$a} moved down';
|
||||
$string['providermovedup'] = '{$a} moved up';
|
||||
$string['providermoveddown'] = '{$a} moved down.';
|
||||
$string['providermovedup'] = '{$a} moved up.';
|
||||
$string['providername'] = 'Name for instance';
|
||||
$string['providers'] = 'Providers';
|
||||
$string['providersettings'] = 'Settings';
|
||||
|
@ -115,7 +115,7 @@ $string['norecentaccessesinfomessage'] = 'Hi {$a->userfirstname},
|
||||
<p>A number of students in {$a->coursename} have not accessed the course recently.</p>';
|
||||
$string['noteachinginfomessage'] = 'Hi {$a->userfirstname},
|
||||
<p>Courses with start dates in the next week have been identified as having no teacher or student enrolments.</p>';
|
||||
$string['overview_info'] = 'View all the activities in this course, including key details like due date and updates.';
|
||||
$string['overview_info'] = 'An overview of all activities in the course, with dates and other information.';
|
||||
$string['overview_missing_notice'] = 'Go to {$a} for more details.';
|
||||
$string['overview_missing_title'] = 'Information not available here for {$a} activities';
|
||||
$string['overview_modname'] = '{$a} overview page';
|
||||
|
@ -338,8 +338,8 @@ $string['invalidcoursenameshort'] = 'Invalid short course name';
|
||||
$string['invalidcountrycode'] = 'Invalid country code: {$a}';
|
||||
$string['invaliddata'] = 'Data submitted is invalid';
|
||||
$string['invaliddatarootpermissions'] = 'Invalid permissions detected when trying to create a directory. Turn debugging on for further details.';
|
||||
$string['invaliddatetimebetween'] = 'Invalid datetime filter. "After" value {$a->after} was later than "before" value {$a->before}.';
|
||||
$string['invaliddatetimemode'] = 'Invalid mode for datetime filter: {$a}';
|
||||
$string['invaliddatetimebetween'] = '{$a->after} must be before {$a->before}.';
|
||||
$string['invaliddatetimemode'] = 'Invalid mode for time modified filter: {$a}';
|
||||
$string['invaliddevicetype'] = 'Invalid device type';
|
||||
$string['invalidelementid'] = 'Incorrect element ID!';
|
||||
$string['invalidentry'] = 'This is not valid entry!';
|
||||
|
@ -194,7 +194,7 @@ $string['backupdaterecordtype'] = '<br />{$a->recordtype} - {$a->recordname}<br
|
||||
$string['backupdetails'] = 'Backup details';
|
||||
$string['backuperrorinvaliddestination'] = 'The backup destination folder does not exist or is not writable.';
|
||||
$string['backupexecuteathelp'] = 'Choose what time automated backups should run at.';
|
||||
$string['backupfailed'] = 'Some of your courses weren\'t saved!!';
|
||||
$string['backupfailed'] = 'Some of your courses weren\'t saved.';
|
||||
$string['backupfilename'] = 'backup';
|
||||
$string['backupfinished'] = 'Backup completed successfully';
|
||||
$string['backupfromthissite'] = 'Backup was made on this site?';
|
||||
@ -352,7 +352,7 @@ $string['courseadministration'] = 'Course administration';
|
||||
$string['courseapprovedemail'] = 'Your requested course is approved, <a href="{$a->url}">{$a->name}</a>, and you are a {$a->teacher}.';
|
||||
$string['courseapprovedemail2'] = 'Your requested course is approved: <a href="{$a->url}">{$a->name}</a>.';
|
||||
$string['courseapprovedfailed'] = 'Failed to save the course as approved!';
|
||||
$string['courseapprovedsubject'] = 'Your course has been approved!';
|
||||
$string['courseapprovedsubject'] = 'Your course has been approved.';
|
||||
$string['courseavailable'] = 'This course is available to students';
|
||||
$string['courseavailablenot'] = 'This course is not available to students';
|
||||
$string['coursebackup'] = 'Course backup';
|
||||
@ -541,7 +541,7 @@ $string['deletecoursecheck'] = 'Are you absolutely sure you want to completely d
|
||||
$string['deleted'] = 'Deleted';
|
||||
$string['deletedactivity'] = 'Deleted {$a}';
|
||||
$string['deletedcourse'] = '{$a} has been completely deleted';
|
||||
$string['deletednot'] = 'Could not delete {$a} !';
|
||||
$string['deletednot'] = 'Could not delete {$a}.';
|
||||
$string['deletecheck'] = 'Delete {$a} ?';
|
||||
$string['deletechecktype'] = 'Are you sure that you want to delete this {$a->type}?';
|
||||
$string['deletechecktypename'] = 'Are you sure that you want to delete the {$a->type} "{$a->name}"?';
|
||||
@ -1202,7 +1202,7 @@ $string['labelvalue'] = '{$a->label}: {$a->value}';
|
||||
$string['langltr'] = 'Language direction left-to-right';
|
||||
$string['langrtl'] = 'Language direction right-to-left';
|
||||
$string['language'] = 'Language';
|
||||
$string['languagegood'] = 'This language pack is up-to-date! :-)';
|
||||
$string['languagegood'] = 'This language pack is up-to-date.';
|
||||
$string['languageselector'] = 'Language selector';
|
||||
$string['last'] = 'Last';
|
||||
$string['lastaccess'] = 'Last access';
|
||||
@ -1659,13 +1659,13 @@ $string['passwordsdiffer'] = 'These passwords do not match';
|
||||
$string['passwordset'] = 'Your password has been set.';
|
||||
$string['path'] = 'Path';
|
||||
$string['pathnotexists'] = 'Path doesn\'t exist in your server!';
|
||||
$string['pathslasherror'] = 'Path can\'t end with a slash!!';
|
||||
$string['paymentinstant'] = 'Use the button below to pay and be enrolled within minutes!';
|
||||
$string['pathslasherror'] = 'The path can\'t end with a slash.';
|
||||
$string['paymentinstant'] = 'Use the button below to pay and be enrolled within minutes.';
|
||||
$string['paymentpending'] = '(<small><b><u>{$a}</u></b> pending</small>)';
|
||||
$string['paymentrequired'] = 'This course requires a payment for entry';
|
||||
$string['payments'] = 'Payments';
|
||||
$string['paymentsorry'] = 'Thank you for your payment! Unfortunately your payment has not yet been fully processed, and you are not yet registered to enter the course "{$a->fullname}". Please try continuing to the course in a few seconds, but if you continue to have trouble then please alert the {$a->teacher} or the site administrator';
|
||||
$string['paymentthanks'] = 'Thank you for your payment! You are now enrolled in your course:<br />"{$a}"';
|
||||
$string['paymentsorry'] = 'Thanks for your payment. When it is processed, you will be able to enter the course {$a->fullname}. Please wait then try again. If you continue to have trouble, contact the {$a->teacher} or the site administrator.';
|
||||
$string['paymentthanks'] = 'Thanks for your payment. You are now enrolled in the course {$a}.';
|
||||
$string['pendingrequests'] = 'Pending requests';
|
||||
$string['percents'] = '{$a}%';
|
||||
$string['periodending'] = 'Period ending ({$a})';
|
||||
|
@ -100,7 +100,7 @@ on upgrading to Moodle 1.9. The following categories will have their sharing sta
|
||||
affected will continue to work in all existing quizzes until you remove them from these quizzes.</p>';
|
||||
$string['cwrqpfsnoprob'] = 'No question categories in your site are affected by the \'Random questions selecting questions from sub categories\' issue.';
|
||||
$string['defaultbank'] = '{$a->coursename} course question bank';
|
||||
$string['defaultcreated'] = 'Default course question bank created';
|
||||
$string['defaultcreated'] = 'Default question bank created.';
|
||||
$string['defaultfor'] = 'Default for {$a}';
|
||||
$string['defaultinfofor'] = 'The default category for questions shared in context \'{$a}\'.';
|
||||
$string['defaultmarkmustbepositive'] = 'The default mark must be positive.';
|
||||
@ -252,7 +252,7 @@ $string['movingquestions'] = 'Moving questions and any files';
|
||||
$string['movingquestionsandfiles'] = 'Are you sure you want to move question(s) {$a->questions} to context for <strong>"{$a->tocontext}"</strong>?<br /> We have detected <strong>{$a->urlcount} files</strong> linked from these question(s) in {$a->fromareaname}, would you like to copy or move these to {$a->toareaname}?';
|
||||
$string['movingquestionsnofiles'] = 'Are you sure you want to move question(s) {$a->questions} to context for <strong>"{$a->tocontext}"</strong>?<br /> There are <strong>no files</strong> linked from these question(s) in {$a->fromareaname}.';
|
||||
$string['needtochoosecat'] = 'You need to choose a category to move this question to or press \'cancel\'.';
|
||||
$string['nobanks'] = 'This course does not have any question banks yet.';
|
||||
$string['nobanks'] = 'This course doesn\'t have any question banks yet.';
|
||||
$string['nocate'] = 'No such category {$a}!';
|
||||
$string['nopermissionadd'] = 'You don\'t have permission to add questions here.';
|
||||
$string['nopermissionedit'] = 'You don\'t have permission to edit questions from here.';
|
||||
@ -411,7 +411,7 @@ $string['notchanged'] = 'Not changed since last attempt';
|
||||
$string['notyourpreview'] = 'This preview does not belong to you';
|
||||
$string['options'] = 'Options';
|
||||
$string['otherbanks'] = 'Other activities with questions';
|
||||
$string['otherbanksdesc'] = 'The following activities in this course also contain questions, although they cannot be shared.';
|
||||
$string['otherbanksdesc'] = 'These activities also contain questions, but they can\'t be shared.';
|
||||
$string['parent'] = 'Parent';
|
||||
$string['partiallycorrect'] = 'Partially correct';
|
||||
$string['partiallycorrectfeedback'] = 'For any partially correct response';
|
||||
@ -499,7 +499,7 @@ $string['submit'] = 'Submit';
|
||||
$string['submitandfinish'] = 'Submit and finish';
|
||||
$string['submitted'] = 'Submit: {$a}';
|
||||
$string['systembank'] = "System shared question bank";
|
||||
$string['systembankdescription'] = 'This question bank is created automatically. It is used for backup and restore when a target context can\'t be found, and when deleting a category when the contents can\'t be deleted safely.';
|
||||
$string['systembankdescription'] = 'This question bank was created automatically when the site was upgraded.';
|
||||
$string['tagarea_question'] = 'Questions';
|
||||
$string['technicalinfo'] = 'Technical information';
|
||||
$string['technicalinfo_help'] = 'This technical information is probably only useful for developers working on new question types. It may also be helpful when trying to diagnose problems with questions.';
|
||||
|
@ -90,7 +90,7 @@ $string['medialinktypeselector'] = 'Select media type';
|
||||
$string['mediamanagerbuttontitle'] = 'Media manager';
|
||||
$string['mediamanagerproperties'] = 'Media manager';
|
||||
$string['medianotavailable'] = 'Media is not available';
|
||||
$string['medianotavailabledesc'] = '<b>Error loading the following media url:</b><br><i>{$a}</i>';
|
||||
$string['medianotavailabledesc'] = 'Error loading the following media url: {$a}';
|
||||
$string['mediaurlrequired'] = 'An audio/video must have a valid URL.';
|
||||
$string['metadata'] = 'Metadata';
|
||||
$string['metadata_help'] = 'Metadata tracks, for use from a script, may be used only if the player supports metadata.';
|
||||
|
@ -143,14 +143,14 @@ Feature: Manage notification preferences - Email
|
||||
# Open the popover.
|
||||
And I open the notification popover
|
||||
# Confirm the submission notification is NOT visible.
|
||||
And I should not see "Assignment Submission Confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
And I should not see "Assignment submission confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
And I log in as "student2"
|
||||
# Confirm the popover is showing the unread notifications.
|
||||
Then I should see "1" in the "#nav-notification-popover-container [data-region='count-container']" "css_element"
|
||||
# Open the popover.
|
||||
And I open the notification popover
|
||||
# Confirm the submission notification is visible.
|
||||
And I should see "Assignment Submission Confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
And I should see "Assignment submission confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
|
||||
Scenario: User cannot disable forced notification preferences
|
||||
Given the following "courses" exist:
|
||||
@ -182,7 +182,7 @@ Feature: Manage notification preferences - Email
|
||||
# Open the popover.
|
||||
And I open the notification popover
|
||||
# Confirm the submission notification is visible.
|
||||
And I should see "Assignment Submission Confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
And I should see "Assignment submission confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
|
||||
Scenario: User cannot disable disallowed notification preferences
|
||||
Given the following "courses" exist:
|
||||
@ -214,7 +214,7 @@ Feature: Manage notification preferences - Email
|
||||
# Open the popover.
|
||||
And I open the notification popover
|
||||
# Confirm the submission notification is NOT visible.
|
||||
And I should not see "Assignment Submission Confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
And I should not see "Assignment submission confirmation" in the "#nav-notification-popover-container" "css_element"
|
||||
|
||||
Scenario: Toggle notification preferences hides/displays options
|
||||
Given I log in as "admin"
|
||||
|
@ -38,7 +38,7 @@ $string['addnewgroupoverride'] = 'Add group override';
|
||||
$string['addnewuseroverride'] = 'Add user override';
|
||||
$string['addsubmission'] = 'Add submission';
|
||||
$string['addsubmission_help'] = 'You have not made a submission yet.';
|
||||
$string['allocatedmarker'] = 'Allocated Marker';
|
||||
$string['allocatedmarker'] = 'Allocated marker';
|
||||
$string['allocatedmarker_help'] = 'Marker allocated to this submission.';
|
||||
$string['allowsubmissions'] = 'Allow the user to continue making submissions to this assignment.';
|
||||
$string['allowsubmissionsshort'] = 'Allow submission changes';
|
||||
@ -95,7 +95,7 @@ assignment submission for \'{$a->assignment}\'
|
||||
You can see it appended to your assignment submission:
|
||||
|
||||
{$a->url}';
|
||||
$string['assignmentmailhtml'] = '<p>{$a->grader} has posted some feedback on your assignment submission for \'<i>{$a->assignment}</i>\'.</p>
|
||||
$string['assignmentmailhtml'] = '<p>{$a->grader} has posted some feedback on your assignment submission for \'{$a->assignment}\'.</p>
|
||||
<p>You can see it appended to your <a href="{$a->url}">assignment submission</a>.</p>';
|
||||
$string['assignmentmailsmall'] = '{$a->grader} has posted some feedback on your
|
||||
assignment submission for \'{$a->assignment}\' You can see it appended to your submission';
|
||||
@ -270,8 +270,7 @@ for \'{$a->assignment}\' at {$a->timeupdated}
|
||||
It is available here:
|
||||
|
||||
{$a->url}';
|
||||
$string['gradersubmissionupdatedhtml'] = '{$a->username} has updated their assignment submission for <i>\'{$a->assignment}\' at {$a->timeupdated}</i><br /><br />
|
||||
It is <a href="{$a->url}">available on the web site</a>.';
|
||||
$string['gradersubmissionupdatedhtml'] = '{$a->username} has updated their assignment submission for \'{$a->assignment}\' at {$a->timeupdated}. It is available in <a href="{$a->url}">assignment submissions</a>.';
|
||||
$string['gradersubmissionupdatedsmall'] = '{$a->username} has updated their submission for assignment {$a->assignment}.';
|
||||
$string['gradersubmissionupdatedsms'] = '{$a->username} updated {$a->assignment}: {$a->url}';
|
||||
$string['gradeuser'] = 'Grade {$a}';
|
||||
@ -288,7 +287,7 @@ assignment submission for \'{$a->assignment}\'
|
||||
You can see it appended to your assignment submission:
|
||||
|
||||
{$a->url}';
|
||||
$string['feedbackavailablehtml'] = '{$a->username} has posted some feedback on your assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
|
||||
$string['feedbackavailablehtml'] = '{$a->username} has posted some feedback on your assignment submission for \'{$a->assignment}\'.
|
||||
You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
|
||||
$string['feedbackavailablesmall'] = '{$a->username} has given feedback for assignment {$a->assignment}';
|
||||
$string['feedbackavailableanontext'] = 'You have new feedback on your
|
||||
@ -297,8 +296,7 @@ assignment submission for \'{$a->assignment}\'
|
||||
You can see it appended to your assignment submission:
|
||||
|
||||
{$a->url}';
|
||||
$string['feedbackavailableanonhtml'] = 'You have new feedback on your assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
|
||||
You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
|
||||
$string['feedbackavailableanonhtml'] = 'You have new feedback on your assignment submission for \'{$a->assignment}\'. You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
|
||||
$string['feedbackavailableanonsmall'] = 'New feedback for assignment {$a->assignment}';
|
||||
$string['feedbackavailableanonsms'] = 'You have feedback on {$a->assignment}: {$a->url}';
|
||||
$string['feedbackavailablesms'] = '{$a->username} gave feedback on {$a->assignment}: {$a->url}';
|
||||
@ -583,12 +581,12 @@ $string['submissioncopiedtext'] = 'You have made a copy of your previous assignm
|
||||
You can see the status of your assignment submission:
|
||||
|
||||
{$a->url}';
|
||||
$string['submissioncopiedhtml'] = '<p>You have made a copy of your previous assignment submission for \'<i>{$a->assignment}</i>\'.</p>
|
||||
$string['submissioncopiedhtml'] = '<p>You have made a copy of your previous assignment submission for \'{$a->assignment}\'.</p>
|
||||
<p>You can see the status of your <a href="{$a->url}">assignment submission</a>.</p>';
|
||||
$string['submissioncopiedsmall'] = 'You have copied your previous assignment submission for {$a->assignment}';
|
||||
$string['submissioncopiedsms'] = 'You have copied your previous assignment submission for {$a->assignment}: {$a->url}';
|
||||
$string['submissiondrafts'] = 'Require students to click the submit button';
|
||||
$string['submissiondrafts_help'] = 'If enabled, students will have to click a submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted, those submissions will be regarded as final.';
|
||||
$string['submissiondrafts_help'] = 'Should students have a submit button to indicate when they have finished making changes to their submission and it is ready for grading?';
|
||||
$string['submissioneditable'] = 'Student can edit this submission';
|
||||
$string['submissionlog'] = 'Student: {$a->fullname}, Status: {$a->status}';
|
||||
$string['submissionnotcopiedinvalidstatus'] = 'The submission was not copied because it has been edited since it was reopened.';
|
||||
@ -598,7 +596,7 @@ $string['submissionnotready'] = 'This assignment is not ready to submit:';
|
||||
$string['privacy:submissionpath'] = 'submission';
|
||||
$string['submissionplugins'] = 'Submission plugins';
|
||||
$string['submissionreceiptcontains'] = 'Submitted content ({$a->total} items):';
|
||||
$string['submissionreceipthtml'] = '<p>Your assignment for <strong>{$a->assignment}</strong> has been successfully submitted.</p>
|
||||
$string['submissionreceipthtml'] = '<p>Your assignment submission for \'{$a->assignment}\' has been submitted.</p>
|
||||
<p>You can view your submission and check its status on the <a href="{$a->url}">assignment page</a>.</p>
|
||||
{$a->submissionsummaryhtml}';
|
||||
$string['submissionreceiptothertext'] = 'Your assignment submission for \'{$a->assignment}\' has been submitted.
|
||||
@ -606,12 +604,11 @@ $string['submissionreceiptothertext'] = 'Your assignment submission for \'{$a->a
|
||||
You can see the status of your assignment submission:
|
||||
|
||||
{$a->url}';
|
||||
$string['submissionreceiptotherhtml'] = 'Your assignment submission for \'<i>{$a->assignment}</i>\' has been submitted.<br /><br />
|
||||
You can see the status of your <a href="{$a->url}">assignment submission</a>.';
|
||||
$string['submissionreceiptotherhtml'] = 'Your assignment submission for \'{$a->assignment}\' has been submitted. You can see the status of your <a href="{$a->url}">assignment submission</a>.';
|
||||
$string['submissionreceiptothersmall'] = 'Your assignment submission for {$a->assignment} has been submitted.';
|
||||
$string['submissionreceiptothersms'] = 'Your submission for {$a->assignment} has been submitted: {$a->url}';
|
||||
$string['submissionreceipts'] = 'Send submission receipts';
|
||||
$string['submissionreceiptsmall'] = 'Assignment Submission Confirmation - {$a->assignment}';
|
||||
$string['submissionreceiptsmall'] = 'Assignment submission confirmation - {$a->assignment}';
|
||||
$string['submissionreceipttext'] = 'You have submitted an assignment submission for \'{$a->assignment}\'.
|
||||
|
||||
You can see the status of your assignment submission:
|
||||
|
@ -146,7 +146,7 @@ Feature: Testing overview integration in mod_assign
|
||||
And I am on "Course 1" course homepage with editing mode on
|
||||
And I add the "Activities" block
|
||||
And I click on "Assignments" "link" in the "Activities" "block"
|
||||
Then I should see "View all the activities in this course"
|
||||
Then I should see "An overview of all activities in the course"
|
||||
And I should see "Name" in the "assign_overview_collapsible" "region"
|
||||
And I should see "Due date" in the "assign_overview_collapsible" "region"
|
||||
And I should see "Submissions" in the "assign_overview_collapsible" "region"
|
||||
|
@ -1799,7 +1799,7 @@ You can see it appended to your assignment submission:
|
||||
</font></p>
|
||||
<hr>
|
||||
<font face="sans-serif"><p>' . $teachername . ' has posted some feedback on your ' .
|
||||
'assignment submission for \'<i>Escaping & Unescaping</i>\'<br /><br />
|
||||
'assignment submission for \'Escaping & Unescaping\'.
|
||||
You can see it appended to your <a href="' . $assignurl .
|
||||
'">assignment submission</a>.</p></font>
|
||||
<hr>',
|
||||
|
@ -832,8 +832,8 @@ final class notification_helper_test extends \advanced_testcase {
|
||||
$message = reset($messages);
|
||||
|
||||
// Check the subject line and short message.
|
||||
$this->assertEquals('Assignment Submission Confirmation - Assignment 1', $message->subject);
|
||||
$this->assertEquals('Assignment Submission Confirmation - Assignment 1', $message->smallmessage);
|
||||
$this->assertEquals('Assignment submission confirmation - Assignment 1', $message->subject);
|
||||
$this->assertEquals('Assignment submission confirmation - Assignment 1', $message->smallmessage);
|
||||
|
||||
// Check the plain text message.
|
||||
$this->assertEquals('A100 -> Assignment -> Assignment 1
|
||||
@ -858,7 +858,7 @@ File submissions
|
||||
', $message->fullmessage);
|
||||
|
||||
$expectedfragments = [
|
||||
'<p>Your assignment for <strong>Assignment 1</strong> has been successfully submitted.</p>',
|
||||
'<p>Your assignment submission for \'Assignment 1\' has been submitted.</p>',
|
||||
'<p>You can view your submission and check its status on the <a href="' .
|
||||
'https://www.example.com/moodle/mod/assign/view.php?id=' .
|
||||
$assignment->cmid . '">assignment page</a>.</p>',
|
||||
|
@ -159,7 +159,7 @@ In order to summarize the workshops
|
||||
And I am on "Course 1" course homepage with editing mode on
|
||||
And I add the "Activities" block
|
||||
And I click on "Workshops" "link" in the "Activities" "block"
|
||||
Then I should see "View all the activities in this course"
|
||||
Then I should see "An overview of all activities in the course"
|
||||
And I should see "Name" in the "workshop_overview_collapsible" "region"
|
||||
And I should see "Phase" in the "workshop_overview_collapsible" "region"
|
||||
And I should see "Submissions" in the "workshop_overview_collapsible" "region"
|
||||
|
@ -38,6 +38,6 @@ $string['newchild'] = 'As new child of {$a}';
|
||||
$string['pluginname'] = 'Manage categories';
|
||||
$string['privacy:preference:includesubcategories_filter_default'] = 'Indicates whether or not the "Also show questions from subcategories" filter option is enabled by default when the user views the question bank.';
|
||||
$string['privacy:preference:showdescriptions'] = 'A flag to indicate whether or not category descriptions are shown.';
|
||||
$string['questionsubcategoriesdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is used and are automatically included in the filter results.';
|
||||
$string['questionsubcategoriesdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is used, so questions from subcategories are included in the filter results.';
|
||||
$string['questionsubcategoriesnotdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is not used, so questions from subcategories are not included in the filter results.';
|
||||
$string['showcategorydescription'] = 'Show descriptions';
|
||||
|
@ -18,9 +18,9 @@ Feature: Add a default question bank
|
||||
Scenario: Add a default question bank to a course
|
||||
Given I am on the "C1" "Course" page logged in as "teacher1"
|
||||
When I navigate to "Question banks" in current page administration
|
||||
Then I should see "This course does not have any question banks yet."
|
||||
Then I should see "This course doesn't have any question banks yet."
|
||||
And I should see "Add"
|
||||
And I click on "Create default question bank" "button"
|
||||
But I should not see "This course does not have any question banks yet."
|
||||
And I should see "Default course question bank created"
|
||||
But I should not see "This course doesn't have any question banks yet."
|
||||
And I should see "Default question bank created."
|
||||
And I should see "Course 1 course question bank"
|
||||
|
@ -39,8 +39,8 @@ $string['dropbackground'] = 'Background image for dragging markers onto';
|
||||
$string['dropzone'] = 'Drop zone {$a}';
|
||||
$string['dropzoneheader'] = 'Drop zones';
|
||||
$string['dropzonevisibility'] = 'Drop zone visibility';
|
||||
$string['dropzonevisibility_help'] = 'Setting \'Hide drop zones\' will make them invisible when the question is attempted. However, drag items will still snap to nearby drop zones. This setting is recommended if you have images over an image background and the normal drop zone indicators are not desired. Drop zone borders will remain visible while editing to help with placement.';
|
||||
$string['dropzonevisibility_hideoption'] = 'Hide drop zones';
|
||||
$string['dropzonevisibility_help'] = 'Should drop zones be transparent so they don\'t cover up parts of the background image? Draggable items will snap to nearby drop zones.';
|
||||
$string['dropzonevisibility_hideoption'] = 'Transparent drop zones';
|
||||
$string['dropzonevisibility_showoption'] = 'Show drop zones';
|
||||
$string['dropzonevisibilitydesc'] = 'Borders will still be visible when editing the question to help with setting the drop zone.';
|
||||
$string['formerror_disallowedtags'] = 'Only "{$a}" tags are allowed in this draggable text.';
|
||||
|
@ -39,7 +39,7 @@ $string['loginbackgroundimage_desc'] = 'The image to display as a background for
|
||||
$string['nobootswatch'] = 'None';
|
||||
$string['pluginname'] = 'Boost';
|
||||
$string['presetfiles'] = 'Additional theme preset files';
|
||||
$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See <a href="https://docs.moodle.org/dev/Boost_Presets">Boost presets</a> for information on creating and sharing your own preset files, and see the <a href="https://moodle.net/search?q=boost+presets">Presets repository</a> for presets that others have shared.';
|
||||
$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of a theme.';
|
||||
$string['preset'] = 'Theme preset';
|
||||
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
|
||||
$string['privacy:metadata'] = 'The Boost theme does not store any personal data about any user.';
|
||||
|
@ -32,7 +32,7 @@ $string['navbardark'] = 'Use a dark style navbar';
|
||||
$string['navbardarkdesc'] = 'Swaps text and background colours for the navbar at the top of the page between dark and light.';
|
||||
$string['pluginname'] = 'Classic';
|
||||
$string['presetfiles'] = 'Additional theme preset files';
|
||||
$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See <a href="https://docs.moodle.org/dev/Boost_Presets">Boost presets</a> for information on creating and sharing your own preset files, and see the <a href="https://moodle.net/search?q=boost+presets">Presets repository</a> for presets that others have shared.';
|
||||
$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of a theme.';
|
||||
$string['preset'] = 'Theme preset';
|
||||
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
|
||||
$string['privacy:metadata'] = 'The Classic theme does not store any personal data.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user