Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 13... Línea 13...
13
      | teacher1 | C1     | editingteacher |
13
      | teacher1 | C1     | editingteacher |
14
    And the following "activities" exist:
14
    And the following "activities" exist:
15
      | activity | name      | course | idnumber |
15
      | activity | name      | course | idnumber |
16
      | quiz     | Test quiz | C1     | quiz1    |
16
      | quiz     | Test quiz | C1     | quiz1    |
17
    And the following "question categories" exist:
17
    And the following "question categories" exist:
18
      | contextlevel | reference | name           |
18
      | contextlevel    | reference | name           |
19
      | Course       | C1        | Test questions |
19
      | Activity module | quiz1     | Test questions |
20
    And the following "questions" exist:
20
    And the following "questions" exist:
21
      | questioncategory | qtype     | name           | questiontext              |
21
      | questioncategory | qtype     | name           | questiontext              |
22
      | Test questions   | truefalse | First question | Answer the first question |
22
      | Test questions   | truefalse | First question | Answer the first question |
Línea 23... Línea 23...
23
 
23