%PDF- %PDF-
Direktori : /home/vacivi36/ava/availability/condition/grade/tests/behat/ |
Current File : /home/vacivi36/ava/availability/condition/grade/tests/behat/availability_grade.feature |
@availability @availability_grade Feature: availability_grade In order to control student access to activities As a teacher I need to set date conditions which prevent student access Background: Given the following "courses" exist: | fullname | shortname | format | enablecompletion | | Course 1 | C1 | topics | 1 | And the following "users" exist: | username | email | | teacher1 | t@example.com | | student1 | s@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | # Add an assignment. And the following "activity" exists: | activity | assign | | course | C1 | | section | 1 | | name | A1 | | intro | x | | assignsubmission_onlinetext_enabled | 1 | @javascript Scenario: Test condition # Basic setup. Given I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on # Add a Page with a grade condition for 'any grade'. And I add a "Page" to section "2" And I set the following fields to these values: | Name | P2 | | Description | x | | Page content | x | And I expand all fieldsets And I click on "Add restriction..." "button" And I click on "Grade" "button" in the "Add restriction..." "dialogue" And I click on ".availability-item .availability-eye img" "css_element" And I set the field "Grade" to "A1" And I press "Save and return to course" # Add a Page with a grade condition for 50%. And I add a "Page" to section "3" And I set the following fields to these values: | Name | P3 | | Description | x | | Page content | x | And I expand all fieldsets And I click on "Add restriction..." "button" And I click on "Grade" "button" in the "Add restriction..." "dialogue" And I click on ".availability-item .availability-eye img" "css_element" And I set the field "Grade" to "A1" And I click on "min" "checkbox" in the ".availability-item" "css_element" And I set the field "Minimum grade percentage (inclusive)" to "50" And I click on "max" "checkbox" in the ".availability-item" "css_element" And I set the field "Maximum grade percentage (exclusive)" to "80" And I press "Save and return to course" # Check if disabling a part of the restriction is get saved. And I open "P3" actions menu And I click on "Edit settings" "link" in the "P3" activity And I expand all fieldsets And I click on "max" "checkbox" in the ".availability-item" "css_element" And I press "Save and return to course" And I open "P3" actions menu And I click on "Edit settings" "link" in the "P3" activity And I expand all fieldsets And the field "Maximum grade percentage (exclusive)" matches value "" And I am on "Course 1" course homepage # Add a Page with a grade condition for 10%. And I add a "Page" to section "4" And I set the following fields to these values: | Name | P4 | | Description | x | | Page content | x | And I expand all fieldsets And I click on "Add restriction..." "button" And I click on "Grade" "button" in the "Add restriction..." "dialogue" And I click on ".availability-item .availability-eye img" "css_element" And I set the field "Grade" to "A1" And I click on "min" "checkbox" in the ".availability-item" "css_element" And I set the field "Minimum grade percentage (inclusive)" to "10" And I press "Save and return to course" And I log out # Log in as student without a grade yet. When I am on the "A1" "assign activity" page logged in as student1 # Do the assignment. And I click on "Add submission" "button" And I set the field "Online text" to "Q" And I click on "Save changes" "button" And I am on "Course 1" course homepage # None of the pages should appear (check assignment though). Then I should not see "P2" in the "region-main" "region" And I should not see "P3" in the "region-main" "region" And I should not see "P4" in the "region-main" "region" And I should see "A1" in the "region-main" "region" And I log out # Log back in as teacher. When I am on the "A1" "assign activity" page logged in as teacher1 # Give the assignment 40%. And I follow "View all submissions" # Pick the grade link in the row that has s@example.com in it. And I click on "Grade" "link" in the "s@example.com" "table_row" And I set the field "Grade out of 100" to "40" And I click on "Save changes" "button" And I click on "Edit settings" "link" And I log out # Log back in as student. And I am on the "Course 1" course page logged in as student1 # Check pages are visible. Then I should see "P2" in the "region-main" "region" And I should see "P4" in the "region-main" "region" And I should not see "P3" in the "region-main" "region" @javascript Scenario: Condition display with filters # Teacher sets up a restriction on group G1, using multilang filter. Given the following "activity" exists: | activity | assign | | name | <span lang="en" class="multilang">A-One</span><span lang="fr" class="multilang">A-Un</span> | | intro | Test | | course | C1 | | idnumber | 0001 | | section | 1 | And the "multilang" filter is "on" And the "multilang" filter applies to "content and headings" # The activity names filter is enabled because it triggered a bug in older versions. And the "activitynames" filter is "on" And the "activitynames" filter applies to "content and headings" And I am on the "C1" "Course" page logged in as "teacher1" And I turn editing mode on And I add a "Page" to section "1" And I expand all fieldsets And I set the following fields to these values: | Name | P1 | | Description | x | | Page content | x | And I click on "Add restriction..." "button" And I click on "Grade" "button" in the "Add restriction..." "dialogue" And I set the field "Grade" to "A-One" And I click on "min" "checkbox" in the ".availability-item" "css_element" And I set the field "Minimum grade percentage (inclusive)" to "10" And I press "Save and return to course" And I log out # Student sees information about no access to group, with group name in correct language. When I am on the "C1" "Course" page logged in as "student1" Then I should see "Not available unless: You achieve higher than a certain score in A-One" And I should not see "A-Un"