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
      | Course 1 | C1        | 0        |
12
      | Course 1 | C1        | 0        |
13
    And the following "course enrolments" exist:
13
    And the following "course enrolments" exist:
14
      | user    | course | role    |
14
      | user    | course | role    |
15
      | student | C1     | student |
15
      | student | C1     | student |
16
      | teacher | C1     | teacher |
16
      | teacher | C1     | teacher |
-
 
17
    And the following "activities" exist:
-
 
18
      | activity | name    | intro              | course | idnumber | preferredbehaviour | navmethod  |
-
 
19
      | quiz     | Quiz 1  | Quiz 1 description | C1     | quiz1    | immediatefeedback  | sequential |
17
    And the following "question categories" exist:
20
    And the following "question categories" exist:
18
      | contextlevel | reference | name           |
21
      | contextlevel    | reference | name           |
19
      | Course       | C1        | Test questions |
22
      | Activity module | quiz1     | Test questions |
20
    And the following "questions" exist:
23
    And the following "questions" exist:
21
      | questioncategory | qtype     | name | questiontext    |
24
      | questioncategory | qtype     | name | questiontext    |
22
      | Test questions   | truefalse | TF1  | First question  |
25
      | Test questions   | truefalse | TF1  | First question  |
23
      | Test questions   | truefalse | TF2  | Second question |
26
      | Test questions   | truefalse | TF2  | Second question |
24
      | Test questions   | truefalse | TF3  | Third question  |
27
      | Test questions   | truefalse | TF3  | Third question  |
25
      | Test questions   | truefalse | TF4  | Fourth question |
28
      | Test questions   | truefalse | TF4  | Fourth question |
26
    And the following "activities" exist:
-
 
27
      | activity | name   | intro              | course | idnumber | preferredbehaviour | navmethod  |
-
 
28
      | quiz     | Quiz 1 | Quiz 1 description | C1     | quiz1    | immediatefeedback  | sequential |
-
 
29
    And quiz "Quiz 1" contains the following questions:
29
    And quiz "Quiz 1" contains the following questions:
30
      | question | page | requireprevious |
30
      | question | page | requireprevious |
31
      | TF1      | 1    | 1               |
31
      | TF1      | 1    | 1               |
32
      | TF2      | 2    | 1               |
32
      | TF2      | 2    | 1               |
33
      | TF3      | 3    | 1               |
33
      | TF3      | 3    | 1               |