Growth report

Reports ::: report_growth
Maintained by RenaatRenaat Debleu
The report shows historical information using graphs about your Moodle installation.
Latest release:
908 sites
833 downloads
49 fans
Current versions available: 6

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

Supported databases

  • MYSQL
  • MariaDB
  • PostgreSQL
  • MSSQL
  • OracleDB

 workflowCoverage Status  

 
 

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Renaat
Renaat Debleu (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Ipakita ang mga komento
  • Renaat
    Lun, 9 Nob 2020, 4:27 PM
    The report shows historical information using graphs about: Users - Guests - Mobile devices - Badges - Course completions - Certificates (mod_certificate and mod_customcert) - Courses - Enrolments - Questions - Resources - Countries
  • Sergio Bestetti
    Lun, 9 Nob 2020, 10:58 PM
    Gracias !!
  • Daniel
    Sab, 15 May 2021, 1:53 PM
    Thank you for this very useful plugin which gives in a very clear way all the useful figures concerning the evolution of the Moodle platform since its origin.
    We really missed this tool.
    Thanks again for this.
    Daniel Méthot
    Moodler particularly useful
  • Daniel
    Mar, 20 Hul 2021, 7:36 PM
    Thank you very much for all your work.
    Very helpful!
    Daniel
  • Darrel Tenter
    Mar, 5 Abr 2022, 6:57 AM
    Thank you for this plugin, Can you tell me on the Summary page, how do you identify "Number of recently active users"? What is 'recent'?
  • Renaat
    Mar, 5 Abr 2022, 3:43 PM
    Hi Darrel,

    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.
  • David Nicolas Sammartino
    Biy, 25 Nob 2022, 11:09 PM
    Hello Renaat.

    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.
  • Renaat
    Biy, 25 Nob 2022, 11:24 PM
    Hello David,

    I divide a year in 4 parts: Quarter ! - Quarter 2 | Quarter 3 | Quarter 4.

    R
  • David Nicolas Sammartino
    Sab, 26 Nob 2022, 12:38 AM
    Hi Renaat.

    Thank for the reply.

    Have a nice weekend!
  • André de Souza Silva
    Lun, 15 May 2023, 6:09 AM
    Hello, I downloaded this plugin, but I didn't find anything about users by city/state, does this function/option exist?
  • Renaat
    Lun, 15 May 2023, 4:52 PM
    Hello André,

    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
  • André de Souza Silva
    Lin, 21 May 2023, 6:42 AM
    Okay, Renaat, thanks for the feedback. I understand your concern. Even so, I'd like to try due to a demand I have here. The problem is that I don't understand anything about PHP, I risk a bit in Javascript, so the grid question is if it would be possible to indicate me where I should try to configure/modify in your code to insert this function? Sure if you can help?!
  • Rene Hernández
    Biy, 27 Okt 2023, 9:11 PM
    Renaat, excelent plugin, congrats.
    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!
  • Renaat
    Sab, 28 Okt 2023, 12:22 AM
    Hi Rene,

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

    But if you find a budget, this could be implemented.

    R
  • Corey Gaitwood
    Biy, 29 Dis 2023, 7:00 AM
    Hello Rene, does this plugin work on the Mobile app?
1 2
Please login to post comments