AutorÃa | Ultima modificación | Ver Log |
@qtype @qtype_truefalseFeature: Test duplicating a quiz containing a True/False questionAs a teacherIn order re-use my courses containing True/False questionsI need to be able to backup and restore themBackground:And the following "courses" exist:| fullname | shortname | category || Course 1 | C1 | 0 |And the following "question categories" exist:| contextlevel | reference | name || Course | C1 | Test questions |And the following "questions" exist:| questioncategory | qtype | name | template || Test questions | truefalse | true-false-001 | true |And the following "activities" exist:| activity | name | course | idnumber || quiz | Test quiz | C1 | quiz1 |And quiz "Test quiz" contains the following questions:| true-false-001 | 1 |And the following config values are set as admin:| enableasyncbackup | 0 |@javascriptScenario: Backup and restore a course containing a True/False questionWhen I am on the "Course 1" course page logged in as adminAnd I backup "Course 1" course using this options:| Confirmation | Filename | test_backup.mbz |And I restore "test_backup.mbz" backup into a new course using this options:| Schema | Course name | Course 2 || Schema | Course short name | C2 |And I am on the "Course 2" "core_question > course question bank" pageAnd I choose "Edit question" action for "true-false-001" in the question bankThen the following fields match these values:| Question name | true-false-001 || Question text | The answer is true. || Default mark | 1 || General feedback | You should have selected true. || Correct answer | True || Feedback for the response 'True'. | This is the right answer. || Feedback for the response 'False'. | This is the wrong answer. |