Línea 56... |
Línea 56... |
56 |
And I turn editing mode on
|
56 |
And I turn editing mode on
|
Línea 57... |
Línea 57... |
57 |
|
57 |
|
58 |
Scenario: Test displaying single item scales in gradebook in aggregation method Natural
|
58 |
Scenario: Test displaying single item scales in gradebook in aggregation method Natural
|
59 |
When I turn editing mode off
|
59 |
When I turn editing mode off
|
60 |
Then the following should exist in the "user-grades" table:
|
60 |
Then the following should exist in the "user-grades" table:
|
61 |
| -1- | -1- | -3- | -4- | -5- |
|
61 |
| -1- | -2- | -3- | -4- | -5- |
|
62 |
| Student 1 | student1@example.com | Ace! | 1.00 | 1.00 |
|
62 |
| Student 1 | student1@example.com | Ace! | 1.00 | 1.00 |
|
63 |
And the following should exist in the "user-grades" table:
|
63 |
And the following should exist in the "user-grades" table:
|
64 |
| -1- | -2- | -3- | -4- |
|
64 |
| -1- | -2- | -3- | -4- |
|
65 |
| Range | Ace!–Ace! | 0.00–1.00 | 0.00–1.00 |
|
65 |
| Range | Ace!–Ace! | 0.00–1.00 | 0.00–1.00 |
|
Línea 90... |
Línea 90... |
90 |
And I set the following settings for grade item "<span lang='en' class='multilang'>EN</span><span lang='fr' class='multilang'>FR</span> Sub category 1" of type "category" on "grader" page:
|
90 |
And I set the following settings for grade item "<span lang='en' class='multilang'>EN</span><span lang='fr' class='multilang'>FR</span> Sub category 1" of type "category" on "grader" page:
|
91 |
| Aggregation | <aggregation> |
|
91 |
| Aggregation | <aggregation> |
|
92 |
| Category name | Sub category (<aggregation>) |
|
92 |
| Category name | Sub category (<aggregation>) |
|
93 |
And I turn editing mode off
|
93 |
And I turn editing mode off
|
94 |
Then the following should exist in the "user-grades" table:
|
94 |
Then the following should exist in the "user-grades" table:
|
95 |
| -1- | -1- | -3- | -4- | -5- |
|
95 |
| -1- | -2- | -3- | -4- | -5- |
|
96 |
| Student 1 | student1@example.com | Ace! | <cattotal1> | <coursetotal1> |
|
96 |
| Student 1 | student1@example.com | Ace! | <cattotal1> | <coursetotal1> |
|
97 |
| Student 2 | student2@example.com | - | - | - |
|
97 |
| Student 2 | student2@example.com | - | - | - |
|
98 |
And the following should exist in the "user-grades" table:
|
98 |
And the following should exist in the "user-grades" table:
|
99 |
| -1- | -2- | -3- | -4- |
|
99 |
| -1- | -2- | -3- | -4- |
|
100 |
| Range | Ace!–Ace! | 0.00–100.0 | 0.00–100.00 |
|
100 |
| Range | Ace!–Ace! | 0.00–100.0 | 0.00–100.00 |
|