__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@mod @mod_subsection
Feature: Subsection visibility should work as a module
  In order to hide and show subsections
  As a teacher
  I need subsections to behave as any other module

  Background:
    Given I enable "subsection" "mod" plugin
    And the following "course" exists:
      | fullname     | Course 1 |
      | shortname    | C1       |
      | category     | 0        |
      | numsections  | 2        |
      | initsections | 1        |
    And the following "users" exist:
      | username | firstname | lastname |
      | teacher1 | Teacher   | 1        |
      | student1 | Student   | 1        |
    And the following "course enrolments" exist:
      | user     | course | role           |
      | teacher1 | C1     | editingteacher |
      | student1 | C1     | student        |
    And I log in as "teacher1"
    And I am on "Course 1" course homepage with editing mode on

  @javascript
  Scenario: Subsections created on a hidden section behave like a normal module when parent visibility is toggled
    Given I should not see "Hidden from student"
    When I hide section "Section 1"
    And I should see "Hidden from students" in the "Section 1" "section"
    # We cannot use generators because they don't check the parent section visibility.
    And I add a subsection activity to course "Course 1" section "1"
    And I set the field "Name" to "Subsection 1"
    And I press "Save and return to course"
    And I add a assign activity to course "Course 1" section "1" and I fill the form with:
      | Assignment name                     | Hidden assignment name        |
      | ID number                           | assign1                       |
      | Description                         | Hidden assignment description |
      | assignsubmission_onlinetext_enabled | 1                             |
    Then I should see "Hidden from students" in the "Subsection 1" "section"
    And I should see "Hidden from students" in the "Hidden assignment name" "activity"
    And I show section "Section 1"
    And I should see "Hidden from students" in the "Subsection 1" "section"
    And I should see "Hidden from students" in the "Hidden assignment name" "activity"

  @javascript
  Scenario: Subsections created on a visible section behave like a normal module when parent visibility is toggled
    Given I should not see "Hidden from student"
    And the following "activities" exist:
      | activity   | name         | course | idnumber    | section |
      | subsection | Subsection 1 | C1     | subsection1 | 1       |
      | page       | Page 1       | C1     | page1       | 1       |
    When I am on "Course 1" course homepage
    And I should not see "Hidden from students" in the "Subsection 1" "section"
    And I should not see "Hidden from students" in the "Page 1" "activity"
    Then I hide section "Section 1"
    And I should see "Hidden from students" in the "Subsection 1" "section"
    And I should see "Hidden from students" in the "Page 1" "activity"
    And I show section "Section 1"
    And I should not see "Hidden from students" in the "Subsection 1" "section"
    And I should not see "Hidden from students" in the "Page 1" "activity"

Filemanager

Name Type Size Permission Actions
subsection_access_restrictions.feature File 3.01 KB 0777
subsection_actionmenu.feature File 11 KB 0777
subsection_coursepage.feature File 6.02 KB 0777
subsection_disabled_plugin.feature File 8.23 KB 0777
subsection_limit.feature File 1.37 KB 0777
subsection_navigation.feature File 4.32 KB 0777
subsection_no_completion.feature File 2.71 KB 0777
subsection_rename.feature File 2.7 KB 0777
subsection_sectionpage.feature File 2.13 KB 0777
subsection_visibility.feature File 3.12 KB 0777
subsection_visibility_badge.feature File 3.63 KB 0777
Filemanager