Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 19... Línea 19...
19
      | moodle/course:create           | allow   |
19
      | moodle/course:create           | allow   |
20
      | moodle/course:update           | allow   |
20
      | moodle/course:update           | allow   |
21
      | moodle/course:manageactivities | allow   |
21
      | moodle/course:manageactivities | allow   |
22
      | moodle/course:viewparticipants | allow   |
22
      | moodle/course:viewparticipants | allow   |
23
      | moodle/role:assign             | allow   |
23
      | moodle/role:assign             | allow   |
24
      | mod/quiz:addinstance           | allow   |
-
 
25
    When I log in as "kevin"
24
    When I log in as "kevin"
26
    And I am on site homepage
25
    And I am on site homepage
27
    And I press "Add a new course"
26
    And I press "Add a new course"
28
    And I set the following fields to these values:
27
    And I set the following fields to these values:
29
      | Course full name  | My first course |
28
      | Course full name  | My first course |
30
      | Course short name | myfirstcourse |
29
      | Course short name | myfirstcourse |
31
      | Format | Single activity |
30
      | Format | Single activity |
32
    And I press "Update format"
31
    And I press "Update format"
33
    Then I should see "Quiz" in the "Type of activity" "field"
32
    Then I should see "Quiz" in the "Type of activity" "field"
34
    And I should not see "Forum" in the "Type of activity" "field"
33
    And I should see "Forum" in the "Type of activity" "field"
-
 
34
    And I set the field "Type of activity" to "Quiz"
35
    And I press "Save and display"
35
    And I press "Save and display"
36
    And I should see "New Quiz"
36
    And I should see "New Quiz"