Autoría | Ultima modificación | Ver Log |
Moodle: Overview statistics report==================================This [Moodle](http://moodle.org) add-on produces various site and course reportcharts. The code has been designed in a way that makes adding more reportseasy.For producing the graphs, [Charts API](https://docs.moodle.org/dev/Charts_API)module is used. The code is using modern Moodle development techniques andpatterns.Available site level reports----------------------------__Users logging in - per day__ chart displays the number of unique registeredusers (not visits) who accessed the site per day during the last month.__User countries__ chart displays the countries the users are coming from,based on their user profile field.__User preferred languages__ chart displays the UI languages the users haveselected as preferred ones in their profiles.__Number of courses per category__ reports the number of courses in each coursecategory, both recursively (including subcategories) and own courses only.__Number of courses per size__ displays the distribution graph of number ofactivities per course. That is, how many courses are there with 0-4 activities,5-9 activities, 10-14 activities etc.Available course level reports------------------------------__Enrolled users__ chart displays the progress of user enrolments into thecourse based on estimated historical figures.Author------This add-on is currently maintained by [DualCube](https://github.com/dualcube).It was written by David Mudrák david@moodle.com, @mudrd8mz.