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 /
grade /
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_grade.php
15.78
KB
-rwxrwxrwx
behat_grades.php
3.87
KB
-rwxrwxrwx
grade_UI_settings.feature
2.35
KB
-rwxrwxrwx
grade_aggregation.feature
30.71
KB
-rwxrwxrwx
grade_aggregation_changes.feat...
19.65
KB
-rwxrwxrwx
grade_average.feature
2.28
KB
-rwxrwxrwx
grade_calculated_grade_items.f...
10.71
KB
-rwxrwxrwx
grade_calculated_grade_items_2...
10.8
KB
-rwxrwxrwx
grade_calculated_weights.featu...
13.81
KB
-rwxrwxrwx
grade_category_validation.feat...
6.47
KB
-rwxrwxrwx
grade_contribution_with_extra_...
3.98
KB
-rwxrwxrwx
grade_grade_minmax_change.feat...
3.81
KB
-rwxrwxrwx
grade_hidden_items.feature
4.75
KB
-rwxrwxrwx
grade_hidden_items_locked_cate...
4.34
KB
-rwxrwxrwx
grade_item_duplication.feature
2.21
KB
-rwxrwxrwx
grade_item_validation.feature
5.02
KB
-rwxrwxrwx
grade_letter_boundary.feature
1.85
KB
-rwxrwxrwx
grade_letter_boundary_20160518...
1.96
KB
-rwxrwxrwx
grade_letter_logging.feature
1.46
KB
-rwxrwxrwx
grade_mingrade.feature
6.23
KB
-rwxrwxrwx
grade_minmax.feature
11.22
KB
-rwxrwxrwx
grade_natural_exclude_empty.fe...
20.13
KB
-rwxrwxrwx
grade_natural_exclude_empty_20...
21.03
KB
-rwxrwxrwx
grade_natural_normalisation.fe...
14.54
KB
-rwxrwxrwx
grade_natural_normalisation_20...
7.12
KB
-rwxrwxrwx
grade_override_letter.feature
9.56
KB
-rwxrwxrwx
grade_point_maximum.feature
4.7
KB
-rwxrwxrwx
grade_regrade_do_not_override....
3.74
KB
-rwxrwxrwx
grade_scales.feature
10.83
KB
-rwxrwxrwx
grade_scales_aggregation.featu...
6.99
KB
-rwxrwxrwx
grade_scales_logging.feature
959
B
-rwxrwxrwx
grade_single_item_scales.featu...
8.24
KB
-rwxrwxrwx
grade_to_pass.feature
13.24
KB
-rwxrwxrwx
grade_view.feature
5.15
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : grade_regrade_do_not_override.feature
@core @core_grades Feature: Regrading grades does not unnecessarily mark some as overriden In order to regrade a grade item As an admin I need to keep the overridden status of all grades Background: Given the following "courses" exist: | fullname | shortname | category | format | | Course 1 | C1 | 0 | topics | And the following "users" exist: | username | firstname | lastname | email | idnumber | | student1 | Student | 1 | student1@example.com | s1 | | student2 | Student | 2 | student2@example.com | s2 | And the following "course enrolments" exist: | user | course | role | | student1 | C1 | student | | student2 | C1 | student | And the following "activities" exist: | activity | course | idnumber | name | intro | | assign | C1 | assign1 | Assignment 1 | Assignment 1 intro | And I log in as "admin" And I navigate to "Grades > Grade category settings" in site administration And I set the field "Available aggregation types" to "Weighted mean of grades" And I press "Save changes" And I am on the "Assignment 1" "assign activity" page And I navigate to "View all submissions" in current page administration And I click on "Grade" "link" in the "Student 1" "table_row" And I set the field "Grade out of 100" to "80" And I press "Save and show next" And I press "OK" And I set the field "Grade out of 100" to "60" And I press "Save changes" And I am on "Course 1" course homepage And I navigate to "View > Grader report" in the course gradebook And the following should exist in the "gradereport-grader-table" table: | | | | | First name / Surname | Assignment 1 | Course total | | Student 1 | 80.00 | 80.00 | | Student 2 | 60.00 | 60.00 | And I turn editing mode on And I give the grade "80.00" to the user "Student 2" for the grade item "Course total" And I press "Save changes" And I navigate to "View > Grader report" in the course gradebook And I navigate to "Setup > Gradebook setup" in the course gradebook And I click on "Edit" "link" in the ".coursecategory" "css_element" And I click on "Edit settings" "link" in the ".coursecategory" "css_element" And I set the field "Aggregation" to "Weighted mean of grades" And I set the field "Rescale overridden grades" to "Yes" And I set the field "Maximum grade" to "200" And I press "Save changes" @javascript Scenario: Confirm regrading did not overwrite overridden status Given I navigate to "View > Grader report" in the course gradebook Then "td.overridden" "css_element" should not exist in the "Student 1" "table_row" And "td.overridden" "css_element" should exist in the "Student 2" "table_row" @javascript Scenario: Confirm overridden course total does not get regraded when activity grade is changed Given I am on the "Assignment 1" "assign activity" page And I navigate to "View all submissions" in current page administration And I click on "Grade" "link" in the "Student 1" "table_row" And I set the field "Grade out of 100" to "90" And I press "Save and show next" And I press "OK" And I set the field "Grade out of 100" to "70" And I press "Save changes" When I am on "Course 1" course homepage And I navigate to "View > Grader report" in the course gradebook Then the following should exist in the "gradereport-grader-table" table: | | | | | First name / Surname | Assignment 1 | Course total | | Student 1 | 90.00 | 180.00 | | Student 2 | 70.00 | 160.00 |
Close