Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@qbank @qbank_historyFeature: Use the qbank plugin manager page for question historyIn order to check the plugin behaviour with enable and disableBackground:Given the following "courses" exist:| fullname | shortname | category || Course 1 | C1 | 0 |And the following "activities" exist:| activity | name | intro | course | idnumber || quiz | Test quiz | | C1 | quiz1 || qbank | Qbank 1 | Question bank 1 | C1 | qbank1 || qbank | Qbank 2 | Question bank 2 | C1 | qbank2 |And the following "question categories" exist:| contextlevel | reference | name || Activity module | quiz1 | Test questions || Activity module | qbank1 | Share questions || Activity module | qbank2 | Share questions 2 |And the following "questions" exist:| questioncategory | qtype | name | questiontext || Default for Test quiz | truefalse | First question | Answer the first question || Default for Qbank 1 | essay | Test question to be edited | Write about whatever you want |Scenario: Enable/disable question history column from the base viewGiven I log in as "admin"When I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administrationAnd I should see "Question history"And I click on "Disable" "link" in the "Question history" "table_row"And I am on the "Test quiz" "mod_quiz > question bank" pageThen the "History" action should not exist for the "First question" question in the question bankAnd I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administrationAnd I click on "Enable" "link" in the "Question history" "table_row"And I am on the "Test quiz" "mod_quiz > question bank" pageThen the "History" action should exist for the "First question" question in the question bankScenario: History page shows only the specified features and questionsGiven I am on the "Test quiz" "mod_quiz > question bank" page logged in as "admin"And I choose "History" action for "First question" in the question bankAnd I should see "Question"And I should see "Actions"And I should see "Status"And I should see "Version"And I should see "Created by"And I should see "First question"And the "History" action should not exist for the "First question" question in the question bank@javascriptScenario: Viewing history for a question in a non-default categoryGiven the following "question categories" exist:| contextlevel | reference | name || Activity module | quiz1 | Test questions 2 |And the following "questions" exist:| questioncategory | qtype | name | questiontext || Test questions 2 | truefalse | Second question | Answer the second question |And I am on the "Test quiz" "mod_quiz > question bank" page logged in as "admin"And I apply question bank filter "Category" with value "Test questions 2"And I choose "History" action for "Second question" in the question bankThen I should see "Question history"And "Filter 1" "fieldset" should not existAnd I should see "Second question"And "Second question" "table_row" should existScenario: Viewing history for a Question in a SubcategoryGiven the following "question categories" exist:| contextlevel | reference | name || Activity module | quiz1 | Questions Category 1 |And the following "question categories" exist:| contextlevel | reference | name | questioncategory || Activity module | quiz1 | Subcategory 1 | Questions Category 1 |And the following "questions" exist:| questioncategory | qtype | name | questiontext || Subcategory 1 | truefalse | First question (v1) | Question version 1 |When I am on the "Test quiz" "mod_quiz > question categories" page logged in as "admin"And I should see "Subcategory 1"And I click on "Subcategory 1" "link"Then I should see "First question (v1)"And I choose "Edit question" action for "First question (v1)" in the question bankAnd I set the following fields to these values:| Question name | First question (v2) || Question text | Question version 2 |And I press "id_submitbutton"And I choose "History" action for "First question (v2)" in the question bankAnd "First question (v1)" "table_row" should existAnd "First question (v2)" "table_row" should exist@javascriptScenario: Delete question from the history using Edit question menuGiven I am on the "Test quiz" "mod_quiz > question bank" page logged in as "admin"And I choose "History" action for "First question" in the question bankWhen I choose "Delete" action for "First question" in the question bankAnd I press "Delete"And I should not see "First question"Then I should see "All versions of this question have been deleted."And I click on "Continue" "button"And I should see "Question bank"And I should not see "First question"Scenario: Resetting the columns in the question history view will return it to its default setting.Given the following "user preferences" exist:| user | preference | value || admin | qbank_columnsortorder_hiddencols | qbank_usage\question_last_used_column-question_last_used_column |And the following "questions" exist:| questioncategory | qtype | name | questiontext || Default for Test quiz | truefalse | Second question | Answer the second question |When I am on the "Test quiz" "mod_quiz > question bank" page logged in as "admin"And "Last used" "qbank_columnsortorder > column header" should not existThen I should see "First question"And I should see "Second question"And I choose "History" action for "First question" in the question bankAnd "First question" "table_row" should existAnd "Second question" "table_row" should not existAnd "Last used" "qbank_columnsortorder > column header" should not existAnd I follow "Reset columns"And "Last used" "qbank_columnsortorder > column header" should existAnd "First question" "table_row" should existAnd "Second question" "table_row" should not existScenario: Go History page in edit question page.Given I am on the "Test quiz" "mod_quiz > question bank" page logged in as "admin"When I choose "Edit question" action for "First question" in the question bankAnd I click on "History" "link"Then I should see "First question"And I follow "Close"And the following fields match these values:| Question text | Answer the first question |