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        | 1                |
14
      | Course 1 | C1        | 0        | 1                |
15
    And the following "course enrolments" exist:
15
    And the following "course enrolments" exist:
16
      | user     | course | role           |
16
      | user     | course | role           |
17
      | teacher1 | C1     | editingteacher |
17
      | teacher1 | C1     | editingteacher |
18
      | student1 | C1     | student        |
18
      | student1 | C1     | student        |
19
    And the following "question categories" exist:
-
 
20
      | contextlevel | reference | name           |
-
 
21
      | Course       | C1        | Test questions |
-
 
22
    And the following "questions" exist:
-
 
23
      | questioncategory | qtype     | name            | questiontext               | defaultmark |
-
 
24
      | Test questions   | truefalse | First question  | Answer the first question  | 8           |
-
 
25
      | Test questions   | truefalse | Second question | Answer the second question | 2           |
-
 
26
    And the following "activity" exists:
19
    And the following "activity" exists:
27
      | activity            | quiz           |
20
      | activity            | quiz           |
28
      | course              | C1             |
21
      | course              | C1             |
29
      | idnumber            | quiz1          |
22
      | idnumber            | quiz1          |
30
      | name                | Test quiz name |
23
      | name                | Test quiz name |
Línea 33... Línea 26...
33
      | grade               | 10             |
26
      | grade               | 10             |
34
      | grademethod         | 1              |
27
      | grademethod         | 1              |
35
      | completion          | 2              |
28
      | completion          | 2              |
36
      | completionusegrade  | 1              |
29
      | completionusegrade  | 1              |
37
      | completionpassgrade | 1              |
30
      | completionpassgrade | 1              |
-
 
31
    And the following "question categories" exist:
-
 
32
      | contextlevel    | reference | name           |
-
 
33
      | Activity module | quiz1     | Test questions |
-
 
34
    And the following "questions" exist:
-
 
35
      | questioncategory | qtype     | name            | questiontext               | defaultmark |
-
 
36
      | Test questions   | truefalse | First question  | Answer the first question  | 8           |
-
 
37
      | Test questions   | truefalse | Second question | Answer the second question | 2           |
38
    And quiz "Test quiz name" contains the following questions:
38
    And quiz "Test quiz name" contains the following questions:
39
      | question        | page |
39
      | question        | page |
40
      | First question  | 1    |
40
      | First question  | 1    |
41
      | Second question | 2    |
41
      | Second question | 2    |