tezvi / moodle-report_coursemodstats

Moodle course module instances advanced reporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPLv3 License LinkedIn


Moodle LMS report plugin for course module statistics

This report plugin shows number of activity and resource instances per course in downloadable Excel file.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

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.

Excel file example

Moodle coursemodstats excel example

Example of report form.

Moodle coursemodstats form

The plugin entry point link could be found in Moodle site administration block.

Moodle coursemodstats admin link

Supported modules

All visible modules from mdl_modules database table are included automatically and their names are translated to your current Moodle language.

Form options

  • 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.

(back to top)

Built With

Getting Started

Checkout this project and open it with PHP suported IDE. You may use VSCode or PHPStorm.

Prerequisites

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.

Installation

  1. If you choose to manually install this plugin then place git repository contents in your moodle root directory under ./report/coursemodstats subdirectory.
  2. 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.

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL v3 License. See LICENSE file for more information.

(back to top)

Contact

Project Link: https://github.com/tezvi/moodle-report_coursemodstats

(back to top)

About

Moodle course module instances advanced reporting

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%