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 | preferredbehaviour | specificfeedbackduring | idnumber |
-
 
21
      | quiz     | Quiz 1  | C1     | interactive        | 1                      | 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    | template    | hint1  | hint2  | shuffleanswers |
26
      | questioncategory | qtype       | name | questiontext    | template    | hint1  | hint2  | shuffleanswers |
24
      | Test questions   | multichoice | MC1  | First question  | one_of_four | Hint 1 | Hint 2 | 0              |
27
      | Test questions   | multichoice | MC1  | First question  | one_of_four | Hint 1 | Hint 2 | 0              |
25
      | Test questions   | multichoice | MC2  | Second question | one_of_four | Hint 1 | Hint 2 | 0              |
28
      | Test questions   | multichoice | MC2  | Second question | one_of_four | Hint 1 | Hint 2 | 0              |
26
    And the following "activities" exist:
-
 
27
      | activity | name   | course | preferredbehaviour     | specificfeedbackduring |
-
 
28
      | quiz     | Quiz 1 | C1     | interactive            | 1                      |
-
 
29
    And quiz "Quiz 1" contains the following questions:
29
    And quiz "Quiz 1" contains the following questions:
30
      | question | page |
30
      | question | page |
31
      | MC1      | 1    |
31
      | MC1      | 1    |
32
      | MC2      | 2    |
32
      | MC2      | 2    |