Línea 86... |
Línea 86... |
86 |
And I set the following fields to these values:
|
86 |
And I set the following fields to these values:
|
87 |
| grade[modgrade_type] | Scale |
|
87 |
| grade[modgrade_type] | Scale |
|
88 |
| grade[modgrade_scale] | ABCDEF |
|
88 |
| grade[modgrade_scale] | ABCDEF |
|
89 |
And I press "Save and display"
|
89 |
And I press "Save and display"
|
90 |
And I am on the "Test assignment name" "assign activity" page
|
90 |
And I am on the "Test assignment name" "assign activity" page
|
91 |
And I follow "View all submissions"
|
- |
|
92 |
And I click on "Grade" "link" in the "Student 1" "table_row"
|
91 |
And I go to "Student 1" "Test assignment name" activity advanced grading page
|
93 |
And I set the field "Grade" to "C"
|
92 |
And I set the field "Grade" to "C"
|
94 |
And I press "Save changes"
|
93 |
And I press "Save changes"
|
95 |
And I follow "Edit settings"
|
94 |
And I follow "Edit settings"
|
96 |
When I expand all fieldsets
|
95 |
When I expand all fieldsets
|
97 |
Then I should see "Some grades have already been awarded, so the grade type and scale cannot be changed"
|
96 |
Then I should see "Some grades have already been awarded, so the grade type and scale cannot be changed"
|
Línea 118... |
Línea 117... |
118 |
And the "Maximum grade" "field" should be disabled
|
117 |
And the "Maximum grade" "field" should be disabled
|
Línea 119... |
Línea 118... |
119 |
|
118 |
|
120 |
@javascript
|
119 |
@javascript
|
121 |
Scenario: Attempting to change the maximum grade when no rescaling option has been chosen
|
120 |
Scenario: Attempting to change the maximum grade when no rescaling option has been chosen
|
122 |
Given I am on the "Test assignment name" "assign activity" page logged in as teacher1
|
- |
|
123 |
And I follow "View all submissions"
|
121 |
Given I am on the "Test assignment name" "assign activity" page logged in as teacher1
|
124 |
And I click on "Grade" "link" in the "Student 1" "table_row"
|
122 |
And I go to "Student 1" "Test assignment name" activity advanced grading page
|
125 |
And I set the field "Grade out of 100" to "50"
|
123 |
And I set the field "Grade out of 100" to "50"
|
126 |
And I press "Save changes"
|
124 |
And I press "Save changes"
|
127 |
And I follow "Edit settings"
|
125 |
And I follow "Edit settings"
|
128 |
When I expand all fieldsets
|
126 |
When I expand all fieldsets
|