Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 32... Línea 32...
32
    And the following "mod_lesson > answers" exist:
32
    And the following "mod_lesson > answers" exist:
33
      | page               | answer          | jumpto        | score |
33
      | page               | answer          | jumpto        | score |
34
      | Numerical question | 3               | End of lesson | 1     |
34
      | Numerical question | 3               | End of lesson | 1     |
35
      | Numerical question | @#wronganswer#@ | Next page     | 0     |
35
      | Numerical question | @#wronganswer#@ | Next page     | 0     |
Línea 36... Línea 36...
36
 
36
 
37
  Scenario: View automatic completion items as a teacher
37
  Scenario: Lesson activity displays completion conditions to teachers
38
    When I am on the "Music history" "lesson activity" page logged in as teacher1
38
    When I am on the "Music history" "lesson activity" page logged in as teacher1
39
    And "Music history" should have the "Receive a grade" completion condition
39
    And "Music history" should have the "Receive a grade" completion condition
Línea 40... Línea 40...
40
    And "Music history" should have the "Receive a passing grade" completion condition
40
    And "Music history" should have the "Receive a passing grade" completion condition
41
 
41
 
42
  Scenario: View automatic completion items as a student
42
  Scenario: A student can complete an lesson activity by achieving a passing grade
43
    Given I am on the "Music history" "lesson activity" page logged in as student1
43
    Given I am on the "Music history" "lesson activity" page logged in as student1
44
    And the "Receive a grade" completion condition of "Music history" is displayed as "todo"
44
    And the "Receive a grade" completion condition of "Music history" is displayed as "todo"
45
    And the "Receive a passing grade" completion condition of "Music history" is displayed as "todo"
45
    And the "Receive a passing grade" completion condition of "Music history" is displayed as "todo"