Moodle Plugins directory: Webservice manage sections: Versions: v0.9.6.2 | Moodle.org
Webservice manage sections
Webservice manage sections v0.9.6.2
Moodle WebService Manage Sections (wsmanagesections)
This local plugin allows you to manage the section structure of a moodle course via REST API. Functions are build analog to the core_course function.
"Webservice manage sections" gives you the following functions: * local_wsmanagesections_create_sections: create sections at a defined position, * local_wsmanagesections_delete_sections: delete sections with given sectionnumber or -id, * local_wsmanagesections_move_section: move a section to a definded position, * local_wsmanagesections_get_sections: get the settings of given sections (name,visibility, format options, ...), * local_wsmanagesections_update_sections: update the settings of given sections (name,visibility, format options, ...).
Configuration
No configuration needed, just install the plugin. Keep in mind to add the functions to the rest-service.
Usage
Use functions over Rest API. Have a look at python sample code at https://github.com/corvus-albus/corvus-albus-moodle-local_wsmanagesections-script-examples.
Requirements
- Moodle 3.3 or later
Installation
Copy the wsmanagesections folder into your /local directory. Add the functions to your rest-service.
Author
Corvus Albus
Version information
- Version build number
- 2020080500
- Version release name
- v0.9.6.2
- Maturity
- Stable version
- MD5 Sum
- 47d76231dc7f7ae66f82cd7d9623e4ff
- Supported software
- Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.3
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.4
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.5
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.6
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.7
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.8
- The more recent release v0.9.6.4 (2023042402) exists for Moodle 3.9
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
- VCS tag
- v0.9.6.2
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.