Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 59... Línea 59...
59
    And I set the field "Manual item 1" to "Manual item 1"
59
    And I set the field "Manual item 1" to "Manual item 1"
60
    And I click on "Upload grades" "button"
60
    And I click on "Upload grades" "button"
61
    And I should see "Grade import success"
61
    And I should see "Grade import success"
62
    And I click on "Continue" "button"
62
    And I click on "Continue" "button"
63
    Then the following should exist in the "user-grades" table:
63
    Then the following should exist in the "user-grades" table:
64
      | -1-                | -1-                  | -3-    | -4-    |
64
      | -1-                | -2-                  | -3-    | -4-    |
65
      | Student 1          | student1@example.com | 400.00 | 400.00 |
65
      | Student 1          | student1@example.com | 400.00 | 400.00 |
66
      | Student 2          | student2@example.com | 50.00  | 50.00  |
66
      | Student 2          | student2@example.com | 50.00  | 50.00  |
67
      | Student 3          | student3@example.com | 50.00  | 50.00  |
67
      | Student 3          | student3@example.com | 50.00  | 50.00  |
Línea 68... Línea 68...
68
 
68
 
Línea 80... Línea 80...
80
      | Grade D  | New grade item |
80
      | Grade D  | New grade item |
81
    And I click on "Upload grades" "button"
81
    And I click on "Upload grades" "button"
82
    And I should see "Grade import success"
82
    And I should see "Grade import success"
83
    And I click on "Continue" "button"
83
    And I click on "Continue" "button"
84
    Then the following should exist in the "user-grades" table:
84
    Then the following should exist in the "user-grades" table:
85
      | -1-       | -1-                  | -3-   | -4-   | -5-   | -6-   | -7-   | -8-    |
85
      | -1-       | -2-                  | -3-   | -4-   | -5-   | -6-   | -7-   | -8-    |
86
      | Student 1 | student1@example.com | 50.00 | 11.00 | 12.00 | 13.00 | 14.00 | 100.00 |
86
      | Student 1 | student1@example.com | 50.00 | 11.00 | 12.00 | 13.00 | 14.00 | 100.00 |
87
      | Student 2 | student2@example.com | 50.00 | 21.00 | 22.00 | 23.00 | 24.00 | 140.00 |
87
      | Student 2 | student2@example.com | 50.00 | 21.00 | 22.00 | 23.00 | 24.00 | 140.00 |
88
      | Student 3 | student3@example.com | 50.00 | 31.00 | 32.00 | 33.00 | 34.00 | 180.00 |
88
      | Student 3 | student3@example.com | 50.00 | 31.00 | 32.00 | 33.00 | 34.00 | 180.00 |