Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-profilefield_multiselect
Multiselect custom user profile field for Moodle
https://github.com/catalyst/moodle-profilefield_multiselect
Last synced: 4 days ago
JSON representation
Multiselect custom user profile field for Moodle
- Host: GitHub
- URL: https://github.com/catalyst/moodle-profilefield_multiselect
- Owner: catalyst
- Created: 2024-01-05T04:53:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T00:04:42.000Z (10 months ago)
- Last Synced: 2024-01-08T01:58:03.819Z (10 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
We are happy to publish multi-select menu as a custom user profile field for Moodle.
How it could be useful:
This new custom profile field type could be used in many cases like:
1. You have to differentiate users into groups and one user could be part of multiple groups
2. You want to take inputs from user at the time of registration or you manually want to fill some information for users like education, certificates they have done.
3. There could be various other cases like this,Installation Instructions:
1. Unzip the directory and copy inside your-moodle /user /profile /field (at the end the folder structure should look like your-moodle/user/profile/field/multiselect)
2. Log into Site as Admin user and go to site-administration -> Notification to perform installation.
3. After successful installation, you would find a new custom profile field type inside site administration -> user -> accounts -> user profile fields
4. Enjoy this new feature.