Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 68... Línea 68...
68
    Then I should see "70.00 / 100.00"
68
    Then I should see "70.00 / 100.00"
69
    And I should see the marking guide information displayed as:
69
    And I should see the marking guide information displayed as:
70
      | criteria         | description                      | remark          | maxscore | criteriascore |
70
      | criteria         | description                      | remark          | maxscore | criteriascore |
71
      | Grade Criteria 1 | Grade 1 description for students | Excellent work! | 70       | 50 / 70       |
71
      | Grade Criteria 1 | Grade 1 description for students | Excellent work! | 70       | 50 / 70       |
72
      | Grade Criteria 2 | Grade 2 description for students | Try harder      | 30       | 20 / 30       |
72
      | Grade Criteria 2 | Grade 2 description for students | Try harder      | 30       | 20 / 30       |
-
 
73
 
-
 
74
  Scenario: Confirm that marking guide definition is retained when grading method is changed
-
 
75
    Given I am on the "Assign 1" "assign activity" page
-
 
76
    And I go to "Student 1" "Assign 1" activity advanced grading page
-
 
77
    And I grade by filling the marking guide with:
-
 
78
      | Grade Criteria 1 | 70 | Well done! |
-
 
79
      | Grade Criteria 2 | 20 | Great work |
-
 
80
    And I press "Save changes"
-
 
81
    And I am on the "Assign 1" "assign activity editing" page
-
 
82
    And I set the following fields to these values:
-
 
83
      | Grading method | Simple direct grading |
-
 
84
    And I press "Save and return to course"
-
 
85
    When I go to "Assign 1" advanced grading page
-
 
86
    Then I should not see "Assign 1 marking guide Ready for use"
-
 
87
    And I should not see "Grade Critera 1"
-
 
88
    And I should not see "Grade Critera 2"
-
 
89
    And I am on the "Course 1" "grades > Grader report > View" page
-
 
90
    And the following should exist in the "user-grades" table:
-
 
91
      | -1-       | -2-                  | -3- |
-
 
92
      | Student 1 | student1@example.com | 90  |
-
 
93
    And I am on the "Assign 1" "assign activity editing" page
-
 
94
    And I set the following fields to these values:
-
 
95
      | Grading method | Marking guide |
-
 
96
    And I press "Save and return to course"
-
 
97
    And I go to "Assign 1" advanced grading page
-
 
98
    And I should see "Assign 1 marking guide Ready for use"
-
 
99
    And I should see "Grade Criteria 1"
-
 
100
    And I should see "Grade Criteria 2"