Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 7... Línea 7...
7
      | fullname | shortname | category |
7
      | fullname | shortname | category |
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:
-
 
13
      | contextlevel | reference | name           |
-
 
14
      | Course       | C1        | Test questions |
-
 
15
    And the following "questions" exist:
12
    And the following "questions" exist:
16
      | questioncategory | qtype     | name                  | questiontext              |
13
      | questioncategory      | qtype     | name                  | questiontext              |
17
      | Test questions   | truefalse | First question        | Answer the first question |
14
      | Default for Test quiz | truefalse | First question        | Answer the first question |
18
      | Test questions   | truefalse | First question second | Answer the first question |
15
      | Default for Test quiz | truefalse | First question second | Answer the first question |
Línea 19... Línea 16...
19
 
16
 
20
  Scenario: Enable/disable edit question columns from the base view
17
  Scenario: Enable/disable edit question columns from the base view
21
    Given I log in as "admin"
18
    Given I log in as "admin"
22
    When I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
19
    When I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration