Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 1... Línea 1...
1
@mod @mod_workshop @core_completion @javascript
1
@mod @mod_workshop @core_completion
2
Feature: Workshop submission and assessment with pass grade activity completion
2
Feature: Workshop submission and assessment with pass grade activity completion
Línea 3... Línea 3...
3
 
3
 
4
  Background:
4
  Background:
5
    Given the following "users" exist:
5
    Given the following "users" exist:
Línea 105... Línea 105...
105
      | Feedback for the author | Your peers overestimate you |
105
      | Feedback for the author | Your peers overestimate you |
106
    And I press "Save and close"
106
    And I press "Save and close"
107
    And I press "Re-calculate grades"
107
    And I press "Re-calculate grades"
108
    And I change phase in workshop "TestWorkshop" to "Closed"
108
    And I change phase in workshop "TestWorkshop" to "Closed"
Línea -... Línea 109...
-
 
109
 
109
 
110
  @javascript
110
  Scenario: Add and assess submissions in workshop with javascript enabled
111
  Scenario: As teacher, I can see the completion status of students in the workshop activity
111
    And I am on the "Course1" course page logged in as student1
112
    And I am on the "Course1" course page logged in as student1
112
    And the "Receive a grade" completion condition of "TestWorkshop" is displayed as "done"
113
    And the "Receive a grade" completion condition of "TestWorkshop" is displayed as "done"
113
    And the "Receive a passing grade" completion condition of "TestWorkshop" is displayed as "failed"
114
    And the "Receive a passing grade" completion condition of "TestWorkshop" is displayed as "failed"
114
    And I am on the "Course1" course page logged in as student2
115
    And I am on the "Course1" course page logged in as student2