Moodle Plugins directory: Dynamic Dropdown menu: Versions: Version for Moodle 3.7 onwards | Moodle.org
Dynamic Dropdown menu
Custom field ::: customfield_dynamic
Maintained by
Sooraj Singh
This plugin is Course custom field Plugin and provides a new dynamic select/multi-select type custom field that takes input as SQL query and makes the select field based on the output of SQL query.
Dynamic Dropdown menu Version for Moodle 3.7 onwards
Moodle 3.7, 3.8, 3.9, 3.10
Released: Tuesday, 16 February 2021, 3:09 AM
moodle-customfield_dynamic
This is a course custom field plugin
Installation
Install this plugin directly from UI.
Site Administration => Plugins => install plugin
OR copy the folder to your-moodle/customfield/field/
Use
1) Add Dynamic Dropdown Menu field in Course customField
2) In the SQL query field, enter the SQL statement with two select field id and data
For Eg: select id, data from table_name
3) Check the "Enable auto-complete mode" option if required.
4) Check the "Enable Multi-select" option if required.
5) For Multi-select, the default value can have multiple values in comma-separated format
otherwise enter a single value.
6) Now add / edit a course and select the option from dropdown menu
Version information
- Version build number
- 2021020712
- Version release name
- Version for Moodle 3.7 onwards
- Maturity
- Stable version
- MD5 Sum
- 3d6bede23938cf4d4c6aa280e7b0ddcd
- Supported software
- Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL