Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 8... Línea 8...
8
      | Course 1 | C1        | 0        |
8
      | Course 1 | C1        | 0        |
9
    And the following "activities" exist:
9
    And the following "activities" exist:
10
      | activity   | name      | course | idnumber |
10
      | activity   | name      | course | idnumber |
11
      | quiz       | Test quiz | C1     | quiz1    |
11
      | quiz       | Test quiz | C1     | quiz1    |
12
    And the following "question categories" exist:
12
    And the following "question categories" exist:
13
      | contextlevel | reference | name           |
13
      | contextlevel    | reference | name           |
14
      | Course         | C1     | Test questions |
14
      | Activity module | quiz1     | Test questions |
15
    And the following "questions" exist:
15
    And the following "questions" exist:
16
      | questioncategory | qtype     | name            | questiontext              |
16
      | questioncategory | qtype     | name            | questiontext              |
17
      | Test questions   | truefalse | First question  | Answer the first question |
17
      | Test questions   | truefalse | First question  | Answer the first question |
18
      | Test questions   | truefalse | Second question | Answer the first question |
18
      | Test questions   | truefalse | Second question | Answer the first question |