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 /
report /
outline /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
behat_report_outline.php
2.64
KB
-rwxrwxrwx
filter.feature
3.92
KB
-rwxrwxrwx
outline.feature
5.96
KB
-rwxrwxrwx
user.feature
5.6
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : outline.feature
@report @report_outline Feature: View an outline report In order to ensure the outline report works as expected As a teacher I need to log in as a teacher and view the outline report Background: Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | | student1 | Student | 1 | student1@example.com | | student2 | Student | 2 | student2@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | | student2 | C1 | student | And the following "activities" exist: | activity | name | course | idnumber | | forum | Forum name | C1 | forum1 | | book | Book name | C1 | book1 | And I am on the "Course 1" course page logged in as admin Scenario: View the outline report when only the legacy log reader is enabled Given I navigate to "Plugins > Logging > Manage log stores" in site administration And I click on "Enable" "link" in the "Legacy log" "table_row" And I click on "Disable" "link" in the "Standard log" "table_row" And the following config values are set as admin: | loglegacy | 1 | logstore_legacy | And I am on the "Forum name" "forum activity" page logged in as student1 And I am on "Course 1" course homepage And I follow "Book name" And I am on the "Course 1" course page logged in as student2 And I follow "Book name" And I am on the "Course 1" course page logged in as teacher1 When I navigate to "Reports > Activity report" in current page administration Then I should see "2 views by 2 users" in the "Book name" "table_row" And I should see "1 views by 1 users" in the "Forum name" "table_row" Scenario: View the outline report when only the standard log reader is enabled Given I navigate to "Plugins > Logging > Manage log stores" in site administration And "Enable" "link" should exist in the "Legacy log" "table_row" And "Disable" "link" should exist in the "Standard log" "table_row" And I am on the "Forum name" "forum activity" page logged in as student1 And I am on "Course 1" course homepage And I follow "Book name" And I am on the "Course 1" course page logged in as student2 And I follow "Book name" And I am on the "Course 1" course page logged in as admin When I navigate to "Reports > Activity report" in current page administration Then I should see "2 views by 2 users" in the "Book name" "table_row" And I should see "1 views by 1 users" in the "Forum name" "table_row" Scenario: View the outline report when both the standard and legacy log readers are enabled Given I navigate to "Plugins > Logging > Manage log stores" in site administration And I click on "Enable" "link" in the "Legacy log" "table_row" And "Disable" "link" should exist in the "Standard log" "table_row" And the following config values are set as admin: | loglegacy | 1 | logstore_legacy | And I am on the "Forum name" "forum activity" page logged in as student1 And I am on "Course 1" course homepage And I follow "Book name" And I am on the "Course 1" course page logged in as student2 And I follow "Book name" And I am on the "Course 1" course page logged in as teacher1 When I navigate to "Reports > Activity report" in current page administration Then I should see "2 views by 2 users" in the "Book name" "table_row" And I should see "1 views by 1 users" in the "Forum name" "table_row" Scenario: View the outline report when no log reader is enabled Given I navigate to "Plugins > Logging > Manage log stores" in site administration And "Enable" "link" should exist in the "Legacy log" "table_row" And I click on "Disable" "link" in the "Standard log" "table_row" And I am on "Course 1" course homepage When I navigate to "Reports > Activity report" in current page administration Then I should see "No log reader enabled" Scenario: Multiple views from a single user are identified as not distinct Given I am on the "Course 1" course page logged in as student1 And I follow "Forum name" And I am on "Course 1" course homepage And I follow "Forum name" And I am on "Course 1" course homepage And I follow "Forum name" And I am on site homepage When I am on the "Course 1" course page logged in as teacher1 And I navigate to "Reports > Activity report" in current page administration Then I should see "3 views by 1 users" in the "Forum name" "table_row" And I should see "-" in the "Book name" "table_row" Scenario: Multiple views from multiple users are identified as not distinct Given I am on the "Course 1" course page logged in as student1 And I follow "Forum name" And I am on "Course 1" course homepage And I follow "Forum name" And I am on "Course 1" course homepage And I follow "Forum name" And I am on site homepage And I am on the "Course 1" course page logged in as student2 And I follow "Forum name" And I am on "Course 1" course homepage And I follow "Forum name" And I am on "Course 1" course homepage And I follow "Forum name" And I am on site homepage When I am on the "Course 1" course page logged in as teacher1 And I navigate to "Reports > Activity report" in current page administration Then I should see "6 views by 2 users" in the "Forum name" "table_row" And I should see "-" in the "Book name" "table_row" Scenario: No views from any users When I am on the "Course 1" course page logged in as teacher1 And I navigate to "Reports > Activity report" in current page administration Then I should see "-" in the "Forum name" "table_row" And I should see "-" in the "Book name" "table_row"
Close