forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrade_letter_boundary_20160518.feature
43 lines (42 loc) · 1.96 KB
/
grade_letter_boundary_20160518.feature
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@core @core_grades
Feature: We can customise the letter boundary of a course in gradebook version 20160518.
In order to change the letter boundary of a course
As a teacher
I need to add assessments to the gradebook.
@javascript
Scenario: I edit the letter boundaries of a course and grade a student.
Given the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
And gradebook calculations for the course "C1" are frozen at version "20160518"
And the following "users" exist:
| username | firstname | lastname | email | idnumber | alternatename |
| teacher1 | Teacher | 1 | [email protected] | t1 | Terry |
| student1 | Student | 1 | [email protected] | s1 | Sally |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
| student1 | C1 | student |
And the following "activities" exist:
| activity | course | idnumber | name | intro | grade |
| assign | C1 | a1 | Test assignment one | Submit something! | 100 |
And I log in as "teacher1"
And I am on "Course 1" course homepage
And I navigate to "Setup > Course grade settings" in the course gradebook
And I set the following fields to these values:
| Grade display type | Letter |
And I press "Save changes"
And I navigate to "Letters" in the course gradebook
And I follow "Edit grade letters"
And I set the following fields to these values:
| id_override | 1 |
| id_gradeboundary10 | 57 |
And I press "Save changes"
And I navigate to "View > Grader report" in the course gradebook
And I press "Turn editing on"
And I give the grade "57" to the user "Student 1" for the grade item "Test assignment one"
And I press "Save changes"
And I press "Turn editing off"
Then the following should exist in the "user-grades" table:
| -1- | -4- | -5- |
| Student 1 | F | F |