Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 21... Línea 21...
21
  Scenario Outline: Recover grades default setting can be changed
21
  Scenario Outline: Recover grades default setting can be changed
22
    Given the following config values are set as admin:
22
    Given the following config values are set as admin:
23
      | recovergradesdefault  | <recovergradesetting>  |
23
      | recovergradesdefault  | <recovergradesetting>  |
24
    # Grade student 1 via quick grading
24
    # Grade student 1 via quick grading
25
    And I am on the "Assign 1" "assign activity" page logged in as admin
25
    And I am on the "Assign 1" "assign activity" page logged in as admin
26
    And I follow "View all submissions"
26
    And I navigate to "Submissions" in current page administration
27
    And I click on "Quick grading" "checkbox"
27
    And I click on "Quick grading" "checkbox"
28
    And I set the field "User grade" to "60.00"
28
    And I set the field "User grade" to "60.00"
29
    And I press "Save all quick grading changes"
29
    And I click on "Save" "button" in the "sticky-footer" "region"
30
    # Confirm that assigned grade was saved
30
    # Confirm that assigned grade was saved
31
    And I am on the "Course 1" "grades > Grader report > View" page
31
    And I am on the "Course 1" "grades > Grader report > View" page
32
    And I should see "60.00" in the "Student One" "table_row"
32
    And I should see "60.00" in the "Student One" "table_row"
33
    And I navigate to course participants
33
    And I navigate to course participants
34
    And I click on "Unenrol" "icon" in the "Student One" "table_row"
34
    And I click on "Unenrol" "icon" in the "Student One" "table_row"