Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 71... Línea 71...
71
    And I turn editing mode on
71
    And I turn editing mode on
Línea 72... Línea 72...
72
 
72
 
73
  Scenario: Test displaying scales in gradebook in aggregation method Natural
73
  Scenario: Test displaying scales in gradebook in aggregation method Natural
74
    When I turn editing mode off
74
    When I turn editing mode off
75
    Then the following should exist in the "user-grades" table:
75
    Then the following should exist in the "user-grades" table:
76
      | -1-                | -1-                  | -3-      | -4-            | -5-          |
76
      | -1-                | -2-                  | -3-      | -4-            | -5-          |
77
      | Student 1          | student1@example.com | A        | 5.00           | 5.00         |
77
      | Student 1          | student1@example.com | A        | 5.00           | 5.00         |
78
      | Student 2          | student2@example.com | B        | 4.00           | 4.00         |
78
      | Student 2          | student2@example.com | B        | 4.00           | 4.00         |
79
      | Student 3          | student3@example.com | C        | 3.00           | 3.00         |
79
      | Student 3          | student3@example.com | C        | 3.00           | 3.00         |
80
      | Student 4          | student4@example.com | D        | 2.00           | 2.00         |
80
      | Student 4          | student4@example.com | D        | 2.00           | 2.00         |
Línea 114... Línea 114...
114
      | Category name | Sub category (<aggregation>) |
114
      | Category name | Sub category (<aggregation>) |
115
      | Maximum grade | 5                            |
115
      | Maximum grade | 5                            |
116
      | Minimum grade | 1                            |
116
      | Minimum grade | 1                            |
117
    And I turn editing mode off
117
    And I turn editing mode off
118
    Then the following should exist in the "user-grades" table:
118
    Then the following should exist in the "user-grades" table:
119
      | -1-                | -1-                  | -3-      | -4-            | -5-            |
119
      | -1-                | -2-                  | -3-      | -4-            | -5-            |
120
      | Student 1          | student1@example.com | A        | 5.00           | <coursetotal1> |
120
      | Student 1          | student1@example.com | A        | 5.00           | <coursetotal1> |
121
      | Student 2          | student2@example.com | B        | 4.00           | <coursetotal2> |
121
      | Student 2          | student2@example.com | B        | 4.00           | <coursetotal2> |
122
      | Student 3          | student3@example.com | C        | 3.00           | <coursetotal3> |
122
      | Student 3          | student3@example.com | C        | 3.00           | <coursetotal3> |
123
      | Student 4          | student4@example.com | D        | 2.00           | <coursetotal4> |
123
      | Student 4          | student4@example.com | D        | 2.00           | <coursetotal4> |
124
      | Student 5          | student5@example.com | F        | 1.00           | <coursetotal5> |
124
      | Student 5          | student5@example.com | F        | 1.00           | <coursetotal5> |