Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 13... Línea 13...
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 "activities" exist:
17
    And the following "activities" exist:
18
      | activity   | name   | course | idnumber | grade | decimalpoints | questiondecimalpoints |
18
      | activity   | name    | course | idnumber | grade | decimalpoints | questiondecimalpoints |
19
      | quiz       | Quiz 1 | C1     | quiz1    | 20    | 2             | -1                    |
19
      | quiz       | Quiz 1  | C1     | quiz1    | 20    | 2             | -1                    |
Línea 20... Línea 20...
20
 
20
 
21
    And the following "question categories" exist:
21
    And the following "question categories" exist:
22
      | contextlevel | reference | name           |
22
      | contextlevel    | reference | name           |
23
      | Course       | C1        | Test questions |
23
      | Activity module | quiz1     | Test questions |
24
    And the following "questions" exist:
24
    And the following "questions" exist:
25
      | questioncategory | qtype     | name            | questiontext |
25
      | questioncategory | qtype     | name            | questiontext |
26
      | Test questions   | truefalse | First question  | Answer me    |
26
      | Test questions   | truefalse | First question  | Answer me    |
27
      | Test questions   | truefalse | Second question | Answer again |
27
      | Test questions   | truefalse | Second question | Answer again |