X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/feedback/tests/behat
home
/
cbholdings
/
pasukulu
/
mod
/
feedback
/
tests
/
behat
/
📁
..
📄
anonymous.feature
(11.18 KB)
📄
behat_mod_feedback.php
(9.8 KB)
📄
coursemapping.feature
(11.2 KB)
📄
export_import.feature
(6.43 KB)
📄
feedback_activity_completion.feature
(3.43 KB)
📄
feedback_no_calendar_capabilities.feature
(2.04 KB)
📄
groups.feature
(14.58 KB)
📄
multichoice.feature
(21.55 KB)
📄
multipleattempt.feature
(2.46 KB)
📄
non_anonymous.feature
(7.24 KB)
📄
preview_questions.feature
(2.18 KB)
📄
question_types.feature
(6.89 KB)
📄
question_types_non_anon.feature
(7.21 KB)
📄
show_nonrespondents.feature
(2.77 KB)
📄
templates.feature
(9.97 KB)
Editing: show_nonrespondents.feature
@mod @mod_feedback Feature: Show users who have not responded to the feedback survey In order to harass students about completing the feedback As a teacher I need to see which students haven't responded Background: Given the following "users" exist: | username | firstname | lastname | | teacher1 | Teacher | 1 | | student1 | Student | 1 | | student2 | Student | 2 | | student3 | Student | 3 | And the following "courses" exist: | fullname | shortname | | Course 1 | C1 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | | student2 | C1 | student | | student3 | C1 | student | And the following "groups" exist: | course | name | idnumber | | C1 | G1 | GI1 | And the following "group members" exist: | user | group | | student1 | GI1 | | student2 | GI1 | And the following "groupings" exist: | name | course | idnumber | | GX1 | C1 | GXI1 | And the following "grouping groups" exist: | grouping | group | | GXI1 | GI1 | @javascript Scenario: See users who have not responded # Set up a feedback. When I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on And I add a "Feedback" to section "1" and I fill the form with: | Name | Frogs | | Description | x | | Record user names | User's name will be logged and shown with answers | | Access restrictions | Grouping: GX1 | And I am on the Frogs "feedback activity" page And I click on "Edit questions" "link" in the "[role=main]" "css_element" And I add a "Short text answer" question to the feedback with: | Question | Y/N? | And I log out # Go in as student 1 and do the feedback. And I am on the Frogs "feedback activity" page logged in as student1 And I follow "Answer the questions" And I set the field "Y/N?" to "Y" And I press "Submit your answers" And I log out # Go in as teacher and check the users who haven't completed it. And I am on the Frogs "feedback activity" page logged in as teacher1 And I navigate to "Responses" in current page administration And I select "Show non-respondents" from the "jump" singleselect # Should only show student 2; not student 1 (they did it) or 3 (not in grouping). Then I should see "Student 2" And I should not see "Student 1" And I should not see "Student 3"
Upload File
Create Folder