Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 30... Línea 30...
30
    And I press "Save and show next"
30
    And I press "Save and show next"
31
    And I set the field "Grade out of 100" to "60"
31
    And I set the field "Grade out of 100" to "60"
32
    And I press "Save changes"
32
    And I press "Save changes"
33
    And I am on the "Course 1" "grades > Grader report > View" page
33
    And I am on the "Course 1" "grades > Grader report > View" page
34
    And the following should exist in the "gradereport-grader-table" table:
34
    And the following should exist in the "gradereport-grader-table" table:
35
      |                      |              |              |
35
      | -1-                  | -3-          | -4-          |
36
      | First name / Last name | Assignment 1 | Course total |
36
      | First name           | Assignment 1 | Course total |
37
      | Student 1            | 80.00        | 80.00        |
37
      | Student 1            | 80.00        | 80.00        |
38
      | Student 2            | 60.00        | 60.00        |
38
      | Student 2            | 60.00        | 60.00        |
39
    And I turn editing mode on
39
    And I turn editing mode on
40
    And I give the grade "80.00" to the user "Student 2" for the grade item "Course total"
40
    And I give the grade "80.00" to the user "Student 2" for the grade item "Course total"
41
    And I press "Save changes"
41
    And I press "Save changes"
Línea 62... Línea 62...
62
    And I set the field "Grade out of 100" to "70"
62
    And I set the field "Grade out of 100" to "70"
63
    And I press "Save changes"
63
    And I press "Save changes"
64
    When I am on the "Course 1" "grades > Grader report > View" page
64
    When I am on the "Course 1" "grades > Grader report > View" page
65
    And I turn editing mode off
65
    And I turn editing mode off
66
    Then the following should exist in the "gradereport-grader-table" table:
66
    Then the following should exist in the "gradereport-grader-table" table:
67
      |                      |              |              |
67
      | -1-                  | -3-          | -4-          |
68
      | First name / Last name | Assignment 1 | Course total |
68
      | First name           | Assignment 1 | Course total |
69
      | Student 1            | 90.00        | 180.00       |
69
      | Student 1            | 90.00        | 180.00       |
70
      | Student 2            | 70.00        | 160.00       |
70
      | Student 2            | 70.00        | 160.00       |