Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 12... Línea 12...
12
      | fullname | shortname | category |
12
      | fullname | shortname | category |
13
      | Course 1 | C1        | 0        |
13
      | Course 1 | C1        | 0        |
14
    And the following "course enrolments" exist:
14
    And the following "course enrolments" exist:
15
      | user     | course | role           |
15
      | user     | course | role           |
16
      | teacher1 | C1     | editingteacher |
16
      | teacher1 | C1     | editingteacher |
17
    And the following "question categories" exist:
-
 
18
      | contextlevel | reference | name           |
-
 
19
      | Course       | C1        | Test questions |
-
 
20
    And the following "activities" exist:
17
    And the following "activities" exist:
21
      | activity   | name   | course | idnumber |
18
      | activity   | name    | course | idnumber |
22
      | quiz       | Quiz 1 | C1     | quiz1    |
19
      | quiz       | Quiz 1  | C1     | quiz1    |
-
 
20
    And the following "question categories" exist:
-
 
21
      | contextlevel    | reference | name           |
-
 
22
      | Activity module | quiz1     | Test questions |
23
    And I log in as "teacher1"
23
    And I log in as "teacher1"
Línea 24... Línea 24...
24
 
24
 
25
  @javascript
25
  @javascript
26
  Scenario: Delete questions by clicking on the delete icon.
26
  Scenario: Delete questions by clicking on the delete icon.