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
      | fullname | shortname |
12
      | fullname | shortname |
13
      | Course 1 | C1        |
13
      | Course 1 | C1        |
14
    And the following "course enrolments" exist:
14
    And the following "course enrolments" exist:
15
      | user    | course | role           |
15
      | user    | course | role           |
16
      | teacher | C1     | editingteacher |
16
      | teacher | C1     | editingteacher |
-
 
17
    And the following "activities" exist:
-
 
18
      | activity | name    | course | idnumber |
-
 
19
      | qbank    | Qbank 1 | C1     | qbank1   |
17
    And the following "question categories" exist:
20
    And the following "question categories" exist:
18
      | name           | contextlevel | reference |
21
      | contextlevel    | reference | name           |
19
      | Test questions | Course       | C1        |
22
      | Activity module | qbank1    | Test questions |
20
    And the following "questions" exist:
23
    And the following "questions" exist:
21
      | questioncategory | qtype     | name                          |
24
      | questioncategory | qtype     | name                          |
22
      | Test questions   | numerical | Test question to be previewed |
25
      | Test questions   | numerical | Test question to be previewed |
Línea 23... Línea 26...
23
 
26