Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 15... Línea 15...
15
      | Course 1 | C1        | 0        | 1                |
15
      | Course 1 | C1        | 0        | 1                |
16
    And the following "course enrolments" exist:
16
    And the following "course enrolments" exist:
17
      | user     | course | role           |
17
      | user     | course | role           |
18
      | teacher1 | C1     | editingteacher |
18
      | teacher1 | C1     | editingteacher |
19
      | student1 | C1     | student        |
19
      | student1 | C1     | student        |
20
    And the following "question categories" exist:
-
 
21
      | contextlevel | reference | name           |
-
 
22
      | Course       | C1        | Test questions |
-
 
23
    And the following "questions" exist:
-
 
24
      | questioncategory | qtype     | name           | questiontext              |
-
 
25
      | Test questions   | truefalse | First question | Answer the first question |
-
 
26
    And the following "activity" exists:
20
    And the following "activity" exists:
27
      | activity                     | quiz      |
21
      | activity                     | quiz      |
28
      | course                       | C1        |
22
      | course                       | C1        |
29
      | idnumber                     | quiz1     |
23
      | idnumber                     | quiz1     |
30
      | name                         | Test quiz |
24
      | name                         | Test quiz |
Línea 34... Línea 28...
34
      | completion                   | 2         |
28
      | completion                   | 2         |
35
      | completionview               | 0         |
29
      | completionview               | 0         |
36
      | completionusegrade           | 1         |
30
      | completionusegrade           | 1         |
37
      | completionpassgrade          | 1         |
31
      | completionpassgrade          | 1         |
38
      | completionattemptsexhausted  | 1         |
32
      | completionattemptsexhausted  | 1         |
-
 
33
    And the following "question categories" exist:
-
 
34
      | contextlevel    | reference | name           |
-
 
35
      | Activity module | quiz1     | Test questions |
-
 
36
    And the following "questions" exist:
-
 
37
      | questioncategory | qtype     | name           | questiontext              |
-
 
38
      | Test questions   | truefalse | First question | Answer the first question |
39
    And quiz "Test quiz" contains the following questions:
39
    And quiz "Test quiz" contains the following questions:
40
      | question       | page |
40
      | question       | page |
41
      | First question | 1    |
41
      | First question | 1    |
42
    And user "student1" has attempted "Test quiz" with responses:
42
    And user "student1" has attempted "Test quiz" with responses:
43
      | slot | response |
43
      | slot | response |