https://github.com/catalyst/moodle-mod_cpdlogbook
https://github.com/catalyst/moodle-mod_cpdlogbook
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalyst/moodle-mod_cpdlogbook
- Owner: catalyst
- License: gpl-3.0
- Created: 2021-07-28T00:24:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T01:39:26.000Z (over 4 years ago)
- Last Synced: 2025-04-23T04:53:04.323Z (about 1 year ago)
- Language: PHP
- Size: 10.6 MB
- Stars: 5
- Watchers: 21
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moodle-mod_cpdlogbook
This plugin is designed to provide a Continuous Professional Development logbook functionality to core Moodle.
# Installation
1. Install the plugin as you would any standard Moodle plugin via the Moodle plugin directory
(https://docs.moodle.org/311/en/Installing_plugins#Installing_directly_from_the_Moodle_plugins_directory) or git cloning it into your source:
```
git clone git@github.com:catalyst/moodle-mod_cpdlogbook.git /mod/cpdlogbook
```
Note that the plugin folder name must be `cpdlogbook` for moodle to recognise the plugin.
2. Run the Moodle upgrade.
Visit https://docs.moodle.org/311/en/Installing_plugins for further details on installing Moodle plugins.
# Similar plugins
## moodle-report_cpd
https://github.com/frumbert/moodle-report_cpd
This plugin originally written by Kineo Open Source has not been maintained since 2012.
It appears like a reasonable plugin but as expected has a very outdated codebase.
## local_cpd
This plugin was in a beta version but is also no longer maintained. It advertises a way to migrate from the report_cpd.
https://moodle.org/plugins/local_cpd
# Credit and thanks
This project was undertaken as part of the Information Technology Project (COSC320) at UNE.
## Developers
Jordan Shatte [@UndeclaredVariable](https://github.com/UndeclaredVariable)
Caleb Hill [@ZingerBoxBlues](https://github.com/ZingerBoxBlues)
Jack Moloney [@jackdmoloney](https://github.com/jackdmoloney)
Jesse Flemming [@ad-miral](https://github.com/ad-miral)
Lukas Dimitrios [@PillowIsSoft](https://github.com/PillowIsSoft)
## Client
Brendan Heywood [@brendanheywood](https://github.com/brendanheywood)
## Licensing
Licensed under the [GPLv3 license](LICENSE).