Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-local_assessfreq
Assessment Frequency core plugin for Moodle
https://github.com/catalyst/moodle-local_assessfreq
Last synced: 3 days ago
JSON representation
Assessment Frequency core plugin for Moodle
- Host: GitHub
- URL: https://github.com/catalyst/moodle-local_assessfreq
- Owner: catalyst
- License: other
- Created: 2020-02-23T06:28:09.000Z (over 4 years ago)
- Default Branch: MOODLE_402_STABLE
- Last Pushed: 2024-11-05T14:26:55.000Z (9 days ago)
- Last Synced: 2024-11-05T15:32:45.876Z (9 days ago)
- Language: PHP
- Size: 1.45 MB
- Stars: 14
- Watchers: 32
- Forks: 10
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: history.php
- License: LICENSE.md
Awesome Lists containing this project
README
![Build Status](https://github.com/catalyst/moodle-local_assessfreq/actions/workflows/master.yml/badge.svg?branch=master)
# Assessment frequency #
Advanced assessment reporting for the Moodle LMS.
## Branches ##
The following maps the plugin version to use depending on your Moodle version.| Moodle version | Branch |
| ----------------------| ------------------|
| Moodle 3.5 to 3.8 | MOODLE_35 |
| Moodle 3.9 | MOODLE_39 |
| Moodle 3.10 | MOODLE_310 |
| Moodle 3.11 | MOODLE_311_STABLE |
| Moodle 4.0 to 4.1 | MOODLE_400_STABLE |
| Moodle 4.2 and higher | MOODLE_402_STABLE |## Plugin Installation ##
The following steps will help you install this plugin into your Moodle instance.1. Clone or copy the code for this repository into your Moodle installation at the following location: `/local/assessfreq`
2. Make sure you have checked-out the correct version of the code, e.g. for Moodle version 3.10: `git checkout MOODLE_39`
3. Run the upgrade: `sudo -u www-data php admin/cli/upgrade` **Note:** the user may be different to www-data on your system.Once the plugin is installed, next the Moodle setup needs to be performed.
**Note:** It is recommended that installation be completed via the command line instead of the Moodle user interface.
## Moodle setup
TODO: this## License ##
2020 Matt Porritt
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with
this program. If not, see .