This report plugin shows number of activity and resource instances per course in downloadable Excel file.
Table of Contents
Report plugin coursemodstats allows you to download Excel file report with module instance counts grouped by module type and course name. It also renders root course category and course current category for easier navigation.
The plugin entry point link could be found in Moodle site administration block.
All visible modules from mdl_modules database table are included automatically and their names are translated to your current Moodle language.
-
Count only visible modules - This option will ignore any hidden module on a system level and there fore not count it's course instances.
-
Filter only visible courses - Only visible courses will be included in report.
-
Select all available courses - When this option is checked all courses will be included in report. Otherwise you can select specific courses from the list. Previous filter will be applied to this selection regardless.
Checkout this project and open it with PHP suported IDE. You may use VSCode or PHPStorm.
Please make sure that you are using php version 7.x and as a precaution backup your Moodle installation before installing this report plugin.
This plugin requires 3rd party dependency PhpOffice\PhpSpreadsheet
that is already bundled with Moodle version +3.8.
- If you choose to manually install this plugin then place git repository contents in your moodle root directory under ./report/coursemodstats subdirectory.
- If you are installing this plugin from moodle.org through your Moodle administration interface then locate coursemodstats and start the installation process from your browser.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL v3 License. See LICENSE
file for more information.
Project Link: https://github.com/tezvi/moodle-report_coursemodstats