X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/question/tests/behat
home
/
cbholdings
/
pasukulu
/
question
/
tests
/
behat
/
📁
..
📄
behat_core_question.php
(13.18 KB)
📄
behat_question.php
(1.62 KB)
📄
behat_question_base.php
(2.27 KB)
📄
delete_question_activities.feature
(1.8 KB)
📄
delete_questions.feature
(4.5 KB)
📄
duplicate_questions.feature
(2.89 KB)
📄
edit_question_tags.feature
(2.07 KB)
📄
edit_question_versioning.feature
(2.14 KB)
📄
edit_questions.feature
(5.44 KB)
📄
edit_questions_standard_tags.feature
(1.23 KB)
📄
filter_questions_by_tag.feature
(1.66 KB)
📄
question_categories.feature
(2.08 KB)
📄
question_categories_idnumber.feature
(5 KB)
📄
question_highlight.feature
(1.7 KB)
📄
select_questions.feature
(2.65 KB)
📄
sort_questions.feature
(3.44 KB)
Editing: delete_question_activities.feature
@core @core_question Feature: An activity module instance with questions in its context can be deleted In order to delete an activity module from the course As a teacher I need to be able to delete the activity even if it has questions created in its context Background: Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | weeks | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | Scenario: Synchronously deleting a quiz with existing questions in its context Given the following config values are set as admin: | coursebinenable | 0 | tool_recyclebin | And the following "activity" exists: | activity | quiz | | course | C1 | | name | Test quiz Q001 | And the following "question categories" exist: | contextlevel | reference | name | | Activity module | Test quiz Q001 | Default for Test quiz Q001 | And the following "questions" exist: | questioncategory | qtype | name | questiontext | | Default for Test quiz Q001 | truefalse | Test used question to be deleted | Write about whatever you want | And quiz "Test quiz Q001" contains the following questions: | question | page | | Test used question to be deleted | 1 | And I am on the "Course 1" course page logged in as teacher1 And I am on "Course 1" course homepage with editing mode on When I delete "Test quiz Q001" activity Then I should not see "Test quiz Q001"
Upload File
Create Folder