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 |
Línea 18... Línea 18...
18
 
18
 
Línea 21... Línea 21...
21
    And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
21
    And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
22
    And I should see "Question usage"
22
    And I should see "Question usage"
23
    When I click on "Disable" "link" in the "Question usage" "table_row"
23
    When I click on "Disable" "link" in the "Question usage" "table_row"
24
    And I am on the "Test quiz" "quiz activity" page
24
    And I am on the "Test quiz" "quiz activity" page
25
    And I navigate to "Question bank" in current page administration
25
    And I navigate to "Question bank" in current page administration
-
 
26
    And I apply question bank filter "Category" with value "Test questions"
26
    Then I should not see "Last used"
27
    Then I should not see "Last used"
27
    And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
28
    And I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration
28
    And I click on "Enable" "link" in the "Question usage" "table_row"
29
    And I click on "Enable" "link" in the "Question usage" "table_row"
29
    And I am on the "Test quiz" "quiz activity" page
30
    And I am on the "Test quiz" "quiz activity" page
30
    And I navigate to "Question bank" in current page administration
31
    And I navigate to "Question bank" in current page administration
-
 
32
    And I apply question bank filter "Category" with value "Test questions"
31
    And I should see "Last used"
33
    And I should see "Last used"