__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@core @core_courseformat
Feature: Verify activity visibility interface.
In order to edit the course activity visibility
As a teacher
I need to be able to see the updateds visibility information
Background:
Given the following "course" exists:
| fullname | Course 1 |
| shortname | C1 |
| category | 0 |
| numsections | 3 |
And the following "activities" exist:
| activity | name | intro | course | idnumber | section | visible |
| assign | Activity sample 1 | Test assignment description | C1 | sample1 | 1 | 1 |
| assign | Activity sample 2 | Test assignment description | C1 | sample2 | 1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
| teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
Given I am on the "C1" "Course" page logged in as "teacher1"
And I turn editing mode on
@javascript
Scenario: Teacher can hide an activity using the actions menu.
Given I should not see "Hidden from students" in the "Activity sample 1" "activity"
When I open "Activity sample 1" actions menu
And I choose "Hide" in the open action menu
Then I should see "Hidden from students" in the "Activity sample 1" "core_courseformat > Activity visibility"
@javascript
Scenario: Teacher can show an activity using the actions menu.
Given I should see "Hidden from students" in the "Activity sample 2" "core_courseformat > Activity visibility"
When I open "Activity sample 2" actions menu
And I choose "Show" in the open action menu
Then I should not see "Hidden from students" in the "Activity sample 2" "activity"
@javascript
Scenario: Teacher can make available but not shown an activity using the actions menu.
Given the following config values are set as admin:
| allowstealth | 1 |
And I reload the page
And I should see "Hidden from students" in the "Activity sample 2" "core_courseformat > Activity visibility"
When I open "Activity sample 2" actions menu
And I choose "Availability > Make available but don't show on course page" in the open action menu
Then I should not see "Hidden from students" in the "Activity sample 2" "activity"
And I should see "Available but not shown on course page" in the "Activity sample 2" "core_courseformat > Activity visibility"
@javascript
Scenario: Teacher can show an activity using the visibility badge.
Given I should see "Hidden from students" in the "Activity sample 2" "core_courseformat > Activity visibility"
When I click on "Hidden from students" "button" in the "Activity sample 2" "core_courseformat > Activity visibility"
And I click on "Show on course page" "link" in the "Activity sample 2" "core_courseformat > Activity visibility"
Then I should not see "Hidden from students" in the "Activity sample 2" "activity"
@javascript
Scenario: Teacher can make available but not shown an activity using the visibility badge.
Given the following config values are set as admin:
| allowstealth | 1 |
And I reload the page
When I click on "Hidden from students" "button" in the "Activity sample 2" "core_courseformat > Activity visibility"
And I click on "Make available but don't show on course page" "link" in the "Activity sample 2" "core_courseformat > Activity visibility"
Then I should not see "Hidden from students" in the "Activity sample 2" "activity"
And I should see "Available but not shown on course page" in the "Activity sample 2" "core_courseformat > Activity visibility"
@javascript
Scenario: Make available but not shown is available only when stealth activities are enabled.
Given I click on "Hidden from students" "button" in the "Activity sample 2" "core_courseformat > Activity visibility"
And I should not see "Make available but don't show on course page" in the "Activity sample 2" "activity"
When the following config values are set as admin:
| allowstealth | 1 |
And I reload the page
And I click on "Hidden from students" "button" in the "Activity sample 2" "core_courseformat > Activity visibility"
Then I should see "Make available but don't show on course page" in the "Activity sample 2" "core_courseformat > Activity visibility"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| activity_groupmode.feature | File | 7.3 KB | 0777 |
|
| activity_icon_tooltip.feature | File | 2.6 KB | 0777 |
|
| activity_visibility.feature | File | 4.46 KB | 0777 |
|
| behat_courseformat.php | File | 2.4 KB | 0777 |
|
| bulk_activity_actions.feature | File | 10.96 KB | 0777 |
|
| bulk_section_actions.feature | File | 13.41 KB | 0777 |
|
| bulk_select.feature | File | 13.2 KB | 0777 |
|
| bulk_show_one_section_actions.feature | File | 5.8 KB | 0777 |
|
| content_preferences.feature | File | 4.33 KB | 0777 |
|
| course_courseindex.feature | File | 22.65 KB | 0777 |
|
| course_manageactivities.feature | File | 3.57 KB | 0777 |
|
| courseindex_completion.feature | File | 10.38 KB | 0777 |
|
| courseindex_keyboardnav.feature | File | 5.02 KB | 0777 |
|
| courseindex_language.feature | File | 1.46 KB | 0777 |
|
| coursepage_completion.feature | File | 10.77 KB | 0777 |
|
| duplicate_section.feature | File | 2.01 KB | 0777 |
|
| movecm_keyboard.feature | File | 4.58 KB | 0777 |
|
| movesection_keyboard.feature | File | 2.45 KB | 0777 |
|
| section_page.feature | File | 6.58 KB | 0777 |
|
| section_visibility.feature | File | 5.47 KB | 0777 |
|