Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 14... Línea 14...
14
      | Course 1 | C1        |
14
      | Course 1 | C1        |
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     | teacher |
18
      | teacher1 | C1     | teacher |
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    |
-
 
24
      | Test questions   | truefalse   | TF1   | First question  |
-
 
25
      | Test questions   | truefalse   | TF2   | Second question |
-
 
26
      | Test questions   | truefalse   | TF3   | Third question  |
-
 
27
    And the following "activity" exists:
19
    And the following "activity" exists:
28
      | activity                    | quiz   |
20
      | activity                    | quiz   |
29
      | name                        | Quiz 1 |
21
      | name                        | Quiz 1 |
30
      | course                      | C1     |
22
      | course                      | C1     |
31
      | attemptimmediately          | 1      |
23
      | attemptimmediately          | 1      |
Línea 34... Línea 26...
34
      | marksimmediately            | 1      |
26
      | marksimmediately            | 1      |
35
      | specificfeedbackimmediately | 1      |
27
      | specificfeedbackimmediately | 1      |
36
      | generalfeedbackimmediately  | 1      |
28
      | generalfeedbackimmediately  | 1      |
37
      | rightanswerimmediately      | 1      |
29
      | rightanswerimmediately      | 1      |
38
      | overallfeedbackimmediately  | 1      |
30
      | overallfeedbackimmediately  | 1      |
-
 
31
      | idnumber                    | quiz1  |
-
 
32
    And the following "question categories" exist:
-
 
33
      | contextlevel    | reference | name           |
-
 
34
      | Activity module | quiz1     | Test questions |
-
 
35
    And the following "questions" exist:
-
 
36
      | questioncategory | qtype       | name  | questiontext    |
-
 
37
      | Test questions   | truefalse   | TF1   | First question  |
-
 
38
      | Test questions   | truefalse   | TF2   | Second question |
-
 
39
      | Test questions   | truefalse   | TF3   | Third question  |
39
    And quiz "Quiz 1" contains the following questions:
40
    And quiz "Quiz 1" contains the following questions:
40
      | question | page |
41
      | question | page |
41
      | TF1      | 1    |
42
      | TF1      | 1    |
42
      | TF2      | 2    |
43
      | TF2      | 2    |
43
      | TF3      | 3    |
44
      | TF3      | 3    |