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        |
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
      | teacher1 | C1     | editingteacher |
16
      | teacher1 | C1     | editingteacher |
17
    And the following "activities" exist:
17
    And the following "activities" exist:
18
      | activity   | name   | intro              | course | idnumber |
18
      | activity   | name    | intro              | course | idnumber |
19
      | quiz       | Quiz 1 | Quiz 1 for testing | C1     | quiz1    |
19
      | quiz       | Quiz 1  | Quiz 1 for testing | C1     | quiz1    |
20
      | quiz       | Quiz 2 | Quiz 2 for testing | C1     | quiz2    |
20
      | quiz       | Quiz 2  | Quiz 2 for testing | C1     | quiz2    |
-
 
21
      | qbank      | Qbank 1 | Qbank for testing  | C1     | qbank1   |
21
    And the following "question categories" exist:
22
    And the following "question categories" exist:
22
      | contextlevel | reference | name                |
23
      | contextlevel    | reference | name                |
23
      | Course       | C1        | Questions Category 1|
24
      | Activity module | qbank1    | Questions Category 1|
24
      | Course       | C1        | Questions Category 2|
25
      | Activity module | qbank1    | Questions Category 2|
25
    Given the following "questions" exist:
26
    Given the following "questions" exist:
26
      | questioncategory     | qtype       | name        | questiontext           |
27
      | questioncategory     | qtype       | name        | questiontext           |
27
      | Questions Category 1 | description | Description | This is decription ... |
28
      | Questions Category 1 | description | Description | This is decription ... |
28
      | Questions Category 1 | truefalse   | Question A  | This is question 01    |
29
      | Questions Category 1 | truefalse   | Question A  | This is question 01    |
29
      | Questions Category 1 | truefalse   | Question B  | This is question 02    |
30
      | Questions Category 1 | truefalse   | Question B  | This is question 02    |