Moodle Plugins directory: Growth report | Moodle.org
Growth report
Reports ::: report_growth
Maintained by
Renaat Debleu
The report shows historical information using graphs about your Moodle installation.
Latest release:
943 sites
359 downloads
58 fans
Current versions available: 8
Introduction
Ever wondered when all those users arrived at the platform? When people started to use their mobile phone?
When all those questions arrived in the question bank? The growth report shows how your Moodle has grown
in the last years.
Use
This report is available on site and category level and shows historical information about:
- Users
- Guests
- Mobile devices
- Badges
- Course completions
- Certificates (mod_certificate and mod_customcert and mod_coursecertificate)
- Courses
- Enrolments
- Questions
- Resources
- Countries
But also teachers can see in a course when the users were enrolled, when the activities were added and completed, ...
Warning
This plugin is 100% open source and has NOT been tested in Moodle Workplace, Totara, or any other proprietary software system. As long as the latter do not reward plugin developers, you can use this plugin only in 100% open source environments.
Supported databases
- MYSQL
- MariaDB
- PostgreSQL
- MSSQL
- OracleDB
Useful links
Contributors
Renaat Debleu (Lead maintainer)
Please login to view contributors details and/or to contact them
It is the same information that is sent to Moodle each time your site registration is updated (Site administration > Registration). The calculation is a simple database query:
activeusers = $DB->count_records_select('user', 'deleted = ? AND lastlogin > ?', [0, time() - DAYSECS * 30])
So for Moodle, the last 30 days is considered as recent.
R.
I like this plugin, but I would like to know if you can clarify what Q1, Q2, Q3 and Q4 mean in the graphs.
Thanks greetings.
I divide a year in 4 parts: Quarter ! - Quarter 2 | Quarter 3 | Quarter 4.
R
Thank for the reply.
Have a nice weekend!
this function does not exist for the simple reason that city and state are text fields. As an example, I have seen hundreds of versions of the city 'Perth', Pert - Perht - Parth - ...., so this plugin would only produce unreliable results....
R
Two questions, is there a way to go in depth in each point of the graph? how could one filter the dates of the graphs?
Thank you very much!
Currently, there is no way to go in depth, nor can the dates be filtered, simply because the managers I know are not interested in details, they only want numbers that go up
But if you find a budget, this could be implemented.
R
If a course is deleted, will its completions still show up? If not, so you recommend hiding the course and moving it to an archived category instead?
This report does not store information but collects information from tables without even checking if the data is visible or not. So hiding a course will not have a difference in the report, nor moving the course in an archived category. Deleting a course removes the activity completion data, but strangely not the the course completion data.
So making a recommendation is difficult. it all depends on your privacy and/or site policy what happens with old data. This plugin can only show data that is not deleted...
Growth plugin is nice and useful.
A suggestion : would it be possible, on each report page, to add a precise description of the displayed data (what it is, and what it's not), so that it's clear for people looking at it (to understand the underlying query and corresponding values).
This is a report for managers and marketeers: in their life everything can only grow and never shrink. So the first graph always shows a growing curve based on the total number of activities - users - certificates, ....
The second graph is more interesting: there the number of new activities - users - certificates, .... per quarter is shown.
You are welcome to create a pull request to add a precise description of the displayed data (what it is, and what it's not). But I have the impression this info will be very repetitive. And my experience is that managers and marketeers are not the reading type....
R