Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 14... Línea 14...
14
      | Course 1 | C1        | 0        |
14
      | Course 1 | C1        | 0        |
15
    And the following "course enrolments" exist:
15
    And the following "course enrolments" exist:
16
      | user     | course | role           |
16
      | user     | course | role           |
17
      | student1 | C1     | student        |
17
      | student1 | C1     | student        |
18
      | teacher1 | C1     | editingteacher |
18
      | teacher1 | C1     | editingteacher |
-
 
19
    And the following "activities" exist:
-
 
20
      | activity | name    | course | idnumber |
-
 
21
      | quiz     | Quiz 1  | C1     | quiz1    |
19
    And the following "question categories" exist:
22
    And the following "question categories" exist:
20
      | contextlevel | reference | name           |
23
      | contextlevel    | reference | name           |
21
      | Course       | C1        | Test questions |
24
      | Activity module | quiz1     | Test questions |
22
    And the following "questions" exist:
25
    And the following "questions" exist:
23
      | questioncategory | qtype       | name  | questiontext    |
26
      | questioncategory | qtype       | name  | questiontext    |
24
      | Test questions   | truefalse   | TF1   | First question  |
27
      | Test questions   | truefalse   | TF1   | First question  |
25
      | Test questions   | truefalse   | TF2   | Second question |
28
      | Test questions   | truefalse   | TF2   | Second question |
26
      | Test questions   | truefalse   | TF3   | Third question  |
29
      | Test questions   | truefalse   | TF3   | Third question  |
27
    And the following "activities" exist:
-
 
28
      | activity | name   | course |
-
 
29
      | quiz     | Quiz 1 | C1     |
-
 
30
    And quiz "Quiz 1" contains the following questions:
30
    And quiz "Quiz 1" contains the following questions:
31
      | question | page |
31
      | question | page |
32
      | TF1      | 1    |
32
      | TF1      | 1    |
33
      | TF2      | 2    |
33
      | TF2      | 2    |
34
      | TF3      | 3    |
34
      | TF3      | 3    |