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 /
admin /
tool /
lp /
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_tool_lp.php
5.46
KB
-rwxrwxrwx
behat_tool_lp_data_generators....
12.48
KB
-rwxrwxrwx
course_competencies.feature
2.78
KB
-rwxrwxrwx
framework_crud.feature
6.2
KB
-rwxrwxrwx
plan_crud.feature
7
KB
-rwxrwxrwx
plan_workflow.feature
8.72
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
template_crud.feature
2.93
KB
-rwxrwxrwx
user_evidence_comp_link.featur...
2.95
KB
-rwxrwxrwx
user_evidence_crud.feature
3.29
KB
-rwxrwxrwx
view_competencies.feature
9.49
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : course_competencies.feature
@report @javascript @tool_lp Feature: See the competencies for an activity on the course competencies page. As a student In order to see only the competencies for an activity in the course competencies page. Background: Given the following lp "frameworks" exist: | shortname | idnumber | | Test-Framework | ID-FW1 | And the following lp "competencies" exist: | shortname | framework | | Test-Comp1 | ID-FW1 | | Test-Comp2 | ID-FW1 | Given the following "courses" exist: | shortname | fullname | enablecompletion | | C1 | Course 1 | 1 | And the following "users" exist: | username | firstname | lastname | email | | student1 | Student | 1 | student1@example.com | And the following "course enrolments" exist: | user | course | role | | student1 | C1 | student | And the following "activities" exist: | activity | name | intro | course | idnumber | completion | completionview | | page | PageName1 | PageDesc1 | C1 | PAGE1 | 1 | 1 | | page | PageName2 | PageDesc2 | C1 | PAGE2 | 1 | 1 | And I am on the "Course 1" course page logged in as admin And I follow "Competencies" And I press "Add competencies to course" And "Competency picker" "dialogue" should be visible And I select "Test-Comp1" of the competency tree And I click on "Add" "button" in the "Competency picker" "dialogue" And I press "Add competencies to course" And "Competency picker" "dialogue" should be visible And I select "Test-Comp2" of the competency tree And I click on "Add" "button" in the "Competency picker" "dialogue" And I am on the PageName1 "page activity editing" page And I follow "Expand all" And I set the field "Course competencies" to "Test-Comp1" And I press "Save and return to course" And I log out @javascript Scenario: Go to the competency course competencies page. Given I am on the "Course 1" course page logged in as student1 When I follow "Competencies" Then I should see "Test-Comp1" And I should see "Test-Comp2" And I set the field "Filter competencies by resource or activity" to "PageName1" And I press the enter key And I should see "Test-Comp1" And I should not see "Test-Comp2" And I set the field "Filter competencies by resource or activity" to "PageName2" And I press the enter key And I should not see "Test-Comp1" And I should not see "Test-Comp2" And I should see "No competencies have been linked to this activity or resource." @javascript Scenario: None course competencies page. When I am on the PageName1 "page activity" page logged in as student1 Then I should see "Test page content"
Close