Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 16... Línea 16...
16
    And the following "course enrolments" exist:
16
    And the following "course enrolments" exist:
17
      | user     | course | role    |
17
      | user     | course | role    |
18
      | student1 | C1     | student |
18
      | student1 | C1     | student |
19
      | student2 | C1     | student |
19
      | student2 | C1     | student |
20
      | teacher  | C1     | teacher |
20
      | teacher  | C1     | teacher |
-
 
21
    And the following "activities" exist:
-
 
22
      | activity | name   | intro              | course | idnumber | preferredbehaviour | navmethod  |
-
 
23
      | quiz     | Quiz 1 | Quiz 1 description | C1     | quiz1    | immediatefeedback  | free       |
21
    And the following "question categories" exist:
24
    And the following "question categories" exist:
22
      | contextlevel | reference | name           |
25
      | contextlevel    | reference | name           |
23
      | Course       | C1        | Test questions |
26
      | Activity module | quiz1     | Test questions |
24
    And the following "questions" exist:
27
    And the following "questions" exist:
25
      | questioncategory | qtype     | name | questiontext    |
28
      | questioncategory | qtype     | name | questiontext    |
26
      | Test questions   | truefalse | TF1  | First question  |
29
      | Test questions   | truefalse | TF1  | First question  |
27
      | Test questions   | truefalse | TF2  | Second question |
30
      | Test questions   | truefalse | TF2  | Second question |
28
    And the following "activities" exist:
-
 
29
      | activity | name   | intro              | course | idnumber | preferredbehaviour | navmethod  |
-
 
30
      | quiz     | Quiz 1 | Quiz 1 description | C1     | quiz1    | immediatefeedback  | free       |
-
 
31
    And quiz "Quiz 1" contains the following questions:
31
    And quiz "Quiz 1" contains the following questions:
32
      | question | page | requireprevious |
32
      | question | page | requireprevious |
33
      | TF1      | 1    | 1               |
33
      | TF1      | 1    | 1               |
34
      | TF2      | 2    | 1               |
34
      | TF2      | 2    | 1               |
35
    # Add some attempts
35
    # Add some attempts