Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 29... Línea 29...
29
    When I am on the "Assign 1" "assign activity editing" page logged in as teacher1
29
    When I am on the "Assign 1" "assign activity editing" page logged in as teacher1
30
    # Confirm that anonymous submissions can't be changed to no anymore
30
    # Confirm that anonymous submissions can't be changed to no anymore
31
    Then "blindmarking" "select" should not exist
31
    Then "blindmarking" "select" should not exist
32
    And I press "Cancel"
32
    And I press "Cancel"
33
    And I am on the "Assign 1" "assign activity" page
33
    And I am on the "Assign 1" "assign activity" page
34
    And I click on "View all submissions" "link"
34
    And I navigate to "Submissions" in current page administration
35
    # Confirm that Participant [n] is displayed instead of Student One - student name is hidden
35
    # Confirm that Participant [n] is displayed instead of Student One - student name is hidden
36
    And I should not see "Student One" in the "Participant" "table_row"
36
    And I should not see "Student One" in the "Participant" "table_row"
37
    And I click on "Grade" "link" in the "Participant" "table_row"
37
    And I click on "Grade actions" "actionmenu" in the "Participant" "table_row"
-
 
38
    And I choose "Grade" in the open action menu
38
    And I set the field "Grade out of 100" to "70"
39
    And I set the field "Grade out of 100" to "70"
39
    And I press "Save changes"
40
    And I press "Save changes"
40
    And I am on the "Assign 1" "assign activity" page
41
    And I am on the "Assign 1" "assign activity" page
41
    And I follow "Reveal student identities"
42
    And I navigate to "Reveal student identities" in current page administration
42
    And I should see "Are you sure you want to reveal student identities for this assignment? This operation cannot be undone. Once the student identities have been revealed, the marks will be released to the gradebook."
43
    And I should see "Are you sure you want to reveal student identities for this assignment? This operation cannot be undone. Once the student identities have been revealed, the marks will be released to the gradebook."
43
    And I press "Continue"
44
    And I press "Continue"
44
    # Confirm that student identity is no longer hidden and grade is retained
45
    # Confirm that student identity is no longer hidden and grade is retained
45
    And I should not see "Participant" in the "Student One" "table_row"
46
    And I should not see "Participant" in the "Student One" "table_row"
46
    And I should see "70.00" in the "Student One" "table_row"
47
    And I should see "70.00" in the "Student One" "table_row"