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: edit_questions.feature
@core @core_question Feature: A teacher can edit questions in the question bank In order to improve my questions As a teacher I need to be able to edit questions 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 | And the following "question categories" exist: | contextlevel | reference | name | | Course | C1 | Test questions | And the following "questions" exist: | questioncategory | qtype | name | questiontext | | Test questions | essay | Test question to be edited | Write about whatever you want | And I am on the "Course 1" "core_question > course question bank" page logged in as "teacher1" Scenario: Edit a previously created question When I am on the "Test question to be edited" "core_question > edit" page logged in as "teacher1" And I set the following fields to these values: | Question name | Edited question name | | Question text | Write a lot about what you want | And I press "id_submitbutton" Then I should see "Edited question name" And I should not see "Test question to be edited" And "Edited question name" row "Created by" column of "categoryquestions" table should contain "Teacher 1" Scenario: Edit a previously created question without permission 'moodle/question:moveall' and 'moodle/question:movemine' Given I log in as "admin" And the following "permission overrides" exist: | capability | permission | role | contextlevel | reference | | moodle/question:movemine | Prevent | editingteacher | System | | | moodle/question:moveall | Prevent | editingteacher | System | | When I am on the "Test question to be edited" "core_question > edit" page logged in as "teacher1" And I set the following fields to these values: | Question name | Edited question name | | Question text | Write a lot about what you want | And I press "id_submitbutton" Then I should see "Edited question name" And I should not see "Test question to be edited" And "Edited question name" row "Created by" column of "categoryquestions" table should contain "Teacher 1" Scenario: Edit a previously created question without permission 'moodle/question:editall' and 'moodle/question:editmine' Given I log in as "admin" And the following "permission overrides" exist: | capability | permission | role | contextlevel | reference | | moodle/question:editmine | Prevent | editingteacher | System | | | moodle/question:editall | Prevent | editingteacher | System | | When I am on the "Test question to be edited" "core_question > edit" page logged in as "teacher1" And I set the following fields to these values: | Question name | Edited question name | | Question text | Write a lot about what you want | And I press "id_submitbutton" Then I should see "You don't have permission to edit questions from here." Scenario: Editing a question can be cancelled When I am on the "Test question to be edited" "core_question > edit" page logged in as "teacher1" And I set the field "Question name" to "Edited question name" And I press "Cancel" Then I should see "Test question to be edited" And "Test question to be edited" row "Created by" column of "categoryquestions" table should contain "Admin User" Scenario: A question can have its idnumber removed Given the following "questions" exist: | questioncategory | qtype | name | idnumber | | Test questions | essay | Question with idnumber | frog | When I am on the "Course 1" "core_question > course question bank" page logged in as "teacher1" Then I should see "frog" in the "Question with idnumber" "table_row" When I choose "Edit question" action for "Question with idnumber" in the question bank And I set the field "ID number" to "" And I press "id_submitbutton" Then I should not see "frog" in the "Question with idnumber" "table_row" Scenario: If the question type is no longer installed, then most edit actions are not present Given the following "questions" exist: | questioncategory | qtype | name | questiontext | | Test questions | missingtype | Broken question | Write something | When I am on the "Course 1" "core_question > course question bank" page logged in as "teacher1" Then the "Edit question" item should not exist in the "Edit" action menu of the "Broken question" "table_row" And the "Duplicate" item should not exist in the "Edit" action menu of the "Broken question" "table_row" And the "Preview" item should not exist in the "Edit" action menu of the "Broken question" "table_row" And the "Export as XML" item should not exist in the "Edit" action menu of the "Broken question" "table_row" And the "Manage tags" item should exist in the "Edit" action menu of the "Broken question" "table_row" And the "Delete" item should exist in the "Edit" action menu of the "Broken question" "table_row"
Upload File
Create Folder