Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
    And I give the grade "150.00" to the user "Student 1" for the grade item "Test assignment three"
39
    And I give the grade "150.00" to the user "Student 1" for the grade item "Test assignment three"
40
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
40
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
41
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
41
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
42
    And I press "Save changes"
42
    And I press "Save changes"
43
    And I navigate to "View > User report" in the course gradebook
43
    And I navigate to "View > User report" in the course gradebook
44
    And I click on "Student 1" in the "user" search widget
44
    And I click on "Student 1" in the "Search users" search combo box
45
    Then the following should exist in the "user-grade" table:
45
    Then the following should exist in the "user-grade" table:
46
      | Grade item                   | Calculated weight      | Grade  | Range | Percentage | Contribution to course total |
46
      | Grade item                   | Calculated weight      | Grade  | Range | Percentage | Contribution to course total |
47
      | Test assignment one          | 28.57 %                | 80.00  | 0–100 | 80.00 %    | 22.86 %                      |
47
      | Test assignment one          | 28.57 %                | 80.00  | 0–100 | 80.00 %    | 22.86 %                      |
48
      | Test assignment two          | 14.29 %                | 30.00  | 0–50  | 60.00 %    | 8.57 %                       |
48
      | Test assignment two          | 14.29 %                | 30.00  | 0–50  | 60.00 %    | 8.57 %                       |
49
      | Test assignment three        | 57.14 %                | 150.00 | 0–200 | 75.00 %    | 42.86 %                      |
49
      | Test assignment three        | 57.14 %                | 150.00 | 0–200 | 75.00 %    | 42.86 %                      |
Línea 60... Línea 60...
60
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
60
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
61
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
61
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
62
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
62
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
63
    And I press "Save changes"
63
    And I press "Save changes"
64
    And I navigate to "View > User report" in the course gradebook
64
    And I navigate to "View > User report" in the course gradebook
65
    And I click on "Student 1" in the "user" search widget
65
    And I click on "Student 1" in the "Search users" search combo box
66
    Then the following should exist in the "user-grade" table:
66
    Then the following should exist in the "user-grade" table:
67
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
67
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
68
      | Test assignment one          | 66.67 %                 | 80.00  | 0–100 | 80.00 %    | 53.33 %                      |
68
      | Test assignment one          | 66.67 %                 | 80.00  | 0–100 | 80.00 %    | 53.33 %                      |
69
      | Test assignment two          | 33.33 %                 | 30.00  | 0–50  | 60.00 %    | 20.00 %                      |
69
      | Test assignment two          | 33.33 %                 | 30.00  | 0–50  | 60.00 %    | 20.00 %                      |
70
      | Test assignment three        | 0.00 %( Empty )         | -      | 0–200 | -          | 0.00 %                       |
70
      | Test assignment three        | 0.00 %( Empty )         | -      | 0–200 | -          | 0.00 %                       |
Línea 79... Línea 79...
79
    And I turn editing mode on
79
    And I turn editing mode on
80
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
80
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
81
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
81
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
82
    And I press "Save changes"
82
    And I press "Save changes"
83
    And I navigate to "View > User report" in the course gradebook
83
    And I navigate to "View > User report" in the course gradebook
84
    And I click on "Student 1" in the "user" search widget
84
    And I click on "Student 1" in the "Search users" search combo box
85
    Then the following should exist in the "user-grade" table:
85
    Then the following should exist in the "user-grade" table:
86
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
86
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
87
      | Test assignment one          | 0.00 %( Empty )        | -     | 0–100 | -          | 0.00 %                       |
87
      | Test assignment one          | 0.00 %( Empty )        | -     | 0–100 | -          | 0.00 %                       |
88
      | Test assignment two          | 0.00 %( Empty )        | -     | 0–50  | -          | 0.00 %                       |
88
      | Test assignment two          | 0.00 %( Empty )        | -     | 0–50  | -          | 0.00 %                       |
89
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
89
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
Línea 106... Línea 106...
106
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
106
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
107
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
107
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
108
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
108
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
109
    And I press "Save changes"
109
    And I press "Save changes"
110
    And I navigate to "View > User report" in the course gradebook
110
    And I navigate to "View > User report" in the course gradebook
111
    And I click on "Student 1" in the "user" search widget
111
    And I click on "Student 1" in the "Search users" search combo box
112
    Then the following should exist in the "user-grade" table:
112
    Then the following should exist in the "user-grade" table:
113
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
113
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
114
      | Test assignment one          | 0.00 %( Extra credit ) | 80.00 | 0–100 | 80.00 %    | 0.00 %                       |
114
      | Test assignment one          | 0.00 %( Extra credit ) | 80.00 | 0–100 | 80.00 %    | 0.00 %                       |
115
      | Test assignment two          | 0.00 %( Extra credit ) | 30.00 | 0–50  | 60.00 %    | 0.00 %                       |
115
      | Test assignment two          | 0.00 %( Extra credit ) | 30.00 | 0–50  | 60.00 %    | 0.00 %                       |
116
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
116
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
Línea 131... Línea 131...
131
    And I give the grade "150.00" to the user "Student 1" for the grade item "Test assignment three"
131
    And I give the grade "150.00" to the user "Student 1" for the grade item "Test assignment three"
132
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
132
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
133
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
133
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
134
    And I press "Save changes"
134
    And I press "Save changes"
135
    And I navigate to "View > User report" in the course gradebook
135
    And I navigate to "View > User report" in the course gradebook
136
    And I click on "Student 1" in the "user" search widget
136
    And I click on "Student 1" in the "Search users" search combo box
137
    Then the following should exist in the "user-grade" table:
137
    Then the following should exist in the "user-grade" table:
138
      | Grade item                   | Calculated weight      | Grade  | Range | Percentage | Contribution to course total |
138
      | Grade item                   | Calculated weight      | Grade  | Range | Percentage | Contribution to course total |
139
      | Test assignment one          | 50.00 %                | 80.00  | 0–100 | 80.00 %    | 40.00 %                      |
139
      | Test assignment one          | 50.00 %                | 80.00  | 0–100 | 80.00 %    | 40.00 %                      |
140
      | Test assignment two          | 10.00 %                | 30.00  | 0–50  | 60.00 %    | 6.00 %                       |
140
      | Test assignment two          | 10.00 %                | 30.00  | 0–50  | 60.00 %    | 6.00 %                       |
141
      | Test assignment three        | 40.00 %                | 150.00 | 0–200 | 75.00 %    | 30.00 %                      |
141
      | Test assignment three        | 40.00 %                | 150.00 | 0–200 | 75.00 %    | 30.00 %                      |
Línea 156... Línea 156...
156
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
156
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
157
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
157
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
158
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
158
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
159
    And I press "Save changes"
159
    And I press "Save changes"
160
    And I navigate to "View > User report" in the course gradebook
160
    And I navigate to "View > User report" in the course gradebook
161
    And I click on "Student 1" in the "user" search widget
161
    And I click on "Student 1" in the "Search users" search combo box
162
    Then the following should exist in the "user-grade" table:
162
    Then the following should exist in the "user-grade" table:
163
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
163
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
164
      | Test assignment one          | 83.33 %                 | 80.00  | 0–100 | 80.00 %    | 66.67 %                      |
164
      | Test assignment one          | 83.33 %                 | 80.00  | 0–100 | 80.00 %    | 66.67 %                      |
165
      | Test assignment two          | 16.67 %                 | 30.00  | 0–50  | 60.00 %    | 10.00 %                      |
165
      | Test assignment two          | 16.67 %                 | 30.00  | 0–50  | 60.00 %    | 10.00 %                      |
166
      | Test assignment three        | 0.00 %( Empty )         | -      | 0–200 | -          | 0.00 %                       |
166
      | Test assignment three        | 0.00 %( Empty )         | -      | 0–200 | -          | 0.00 %                       |
Línea 179... Línea 179...
179
    And I turn editing mode on
179
    And I turn editing mode on
180
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
180
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
181
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
181
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
182
    And I press "Save changes"
182
    And I press "Save changes"
183
    And I navigate to "View > User report" in the course gradebook
183
    And I navigate to "View > User report" in the course gradebook
184
    And I click on "Student 1" in the "user" search widget
184
    And I click on "Student 1" in the "Search users" search combo box
185
    Then the following should exist in the "user-grade" table:
185
    Then the following should exist in the "user-grade" table:
186
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
186
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
187
      | Test assignment one          | 0.00 %( Empty )        | -     | 0–100 | -          | 0.00 %                       |
187
      | Test assignment one          | 0.00 %( Empty )        | -     | 0–100 | -          | 0.00 %                       |
188
      | Test assignment two          | 0.00 %( Empty )        | -     | 0–50  | -          | 0.00 %                       |
188
      | Test assignment two          | 0.00 %( Empty )        | -     | 0–50  | -          | 0.00 %                       |
189
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
189
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
Línea 206... Línea 206...
206
    And I give the grade "150.00" to the user "Student 1" for the grade item "Test assignment three"
206
    And I give the grade "150.00" to the user "Student 1" for the grade item "Test assignment three"
207
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
207
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
208
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
208
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
209
    And I press "Save changes"
209
    And I press "Save changes"
210
    And I navigate to "View > User report" in the course gradebook
210
    And I navigate to "View > User report" in the course gradebook
211
    And I click on "Student 1" in the "user" search widget
211
    And I click on "Student 1" in the "Search users" search combo box
212
    Then the following should exist in the "user-grade" table:
212
    Then the following should exist in the "user-grade" table:
213
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
213
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
214
      | Test assignment one          | 50.00 %                 | 80.00  | 0–100 | 80.00 %    | 40.00 %                      |
214
      | Test assignment one          | 50.00 %                 | 80.00  | 0–100 | 80.00 %    | 40.00 %                      |
215
      | Test assignment two          | 8.70 %                  | 30.00  | 0–50  | 60.00 %    | 5.22 %                       |
215
      | Test assignment two          | 8.70 %                  | 30.00  | 0–50  | 60.00 %    | 5.22 %                       |
216
      | Test assignment three        | 34.78 %                 | 150.00 | 0–200 | 75.00 %    | 26.09 %                      |
216
      | Test assignment three        | 34.78 %                 | 150.00 | 0–200 | 75.00 %    | 26.09 %                      |
Línea 233... Línea 233...
233
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
233
    And I give the grade "30.00" to the user "Student 1" for the grade item "Test assignment two"
234
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
234
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
235
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
235
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
236
    And I press "Save changes"
236
    And I press "Save changes"
237
    And I navigate to "View > User report" in the course gradebook
237
    And I navigate to "View > User report" in the course gradebook
238
    And I click on "Student 1" in the "user" search widget
238
    And I click on "Student 1" in the "Search users" search combo box
239
    Then the following should exist in the "user-grade" table:
239
    Then the following should exist in the "user-grade" table:
240
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
240
      | Grade item                   | Calculated weight       | Grade  | Range | Percentage | Contribution to course total |
241
      | Test assignment one          | 83.33 %                 | 80.00  | 0–100 | 80.00 %    | 66.67 %                      |
241
      | Test assignment one          | 83.33 %                 | 80.00  | 0–100 | 80.00 %    | 66.67 %                      |
242
      | Test assignment two          | 0.00 %                  | 30.00  | 0–50  | 60.00 %    | 0.00 %                       |
242
      | Test assignment two          | 0.00 %                  | 30.00  | 0–50  | 60.00 %    | 0.00 %                       |
243
      | Test assignment three        | 0.00 %( Empty )         | -      | 0–200 | -          | 0.00 %                       |
243
      | Test assignment three        | 0.00 %( Empty )         | -      | 0–200 | -          | 0.00 %                       |
Línea 258... Línea 258...
258
    And I turn editing mode on
258
    And I turn editing mode on
259
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
259
    And I give the grade "10.00" to the user "Student 1" for the grade item "Test assignment four (extra)"
260
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
260
    And I give the grade "8.00" to the user "Student 1" for the grade item "Test assignment five (extra)"
261
    And I press "Save changes"
261
    And I press "Save changes"
262
    And I navigate to "View > User report" in the course gradebook
262
    And I navigate to "View > User report" in the course gradebook
263
    And I click on "Student 1" in the "user" search widget
263
    And I click on "Student 1" in the "Search users" search combo box
264
    Then the following should exist in the "user-grade" table:
264
    Then the following should exist in the "user-grade" table:
265
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
265
      | Grade item                   | Calculated weight      | Grade | Range | Percentage | Contribution to course total |
266
      | Test assignment one          | 0.00 %( Empty )        | -     | 0–100 | -          | 0.00 %                       |
266
      | Test assignment one          | 0.00 %( Empty )        | -     | 0–100 | -          | 0.00 %                       |
267
      | Test assignment two          | 0.00 %( Empty )        | -     | 0–50  | -          | 0.00 %                       |
267
      | Test assignment two          | 0.00 %( Empty )        | -     | 0–50  | -          | 0.00 %                       |
268
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |
268
      | Test assignment three        | 0.00 %( Empty )        | -     | 0–200 | -          | 0.00 %                       |