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
      | student1 | C1     | student        |
16
      | student1 | C1     | student        |
17
      | teacher1 | C1     | editingteacher |
17
      | teacher1 | C1     | editingteacher |
-
 
18
    And the following "activities" exist:
-
 
19
      | activity | name    | course | idnumber |
-
 
20
      | qbank    | Qbank 1 | C1     | qbank1   |
18
    And the following "question categories" exist:
21
    And the following "question categories" exist:
19
      | contextlevel | reference | name           |
22
      | contextlevel    | reference | name           |
20
      | Course       | C1        | Test questions |
23
      | Activity module | qbank1    | Test questions |
21
    And the following "questions" exist:
24
    And the following "questions" exist:
22
      | questioncategory | qtype       | name  | questiontext    |
25
      | questioncategory | qtype       | name  | questiontext    |
23
      | Test questions   | truefalse   | TF1   | First question  |
26
      | Test questions   | truefalse   | TF1   | First question  |
Línea 24... Línea 27...
24
 
27