1 |
efrain |
1 |
Moodle: Overview statistics report
|
|
|
2 |
==================================
|
|
|
3 |
|
|
|
4 |
This [Moodle](http://moodle.org) add-on produces various site and course report
|
|
|
5 |
charts. The code has been designed in a way that makes adding more reports
|
|
|
6 |
easy.
|
|
|
7 |
|
|
|
8 |
For producing the graphs, [Charts API](https://docs.moodle.org/dev/Charts_API)
|
|
|
9 |
module is used. The code is using modern Moodle development techniques and
|
|
|
10 |
patterns.
|
|
|
11 |
|
|
|
12 |
Available site level reports
|
|
|
13 |
----------------------------
|
|
|
14 |
|
|
|
15 |
__Users logging in - per day__ chart displays the number of unique registered
|
|
|
16 |
users (not visits) who accessed the site per day during the last month.
|
|
|
17 |
|
|
|
18 |
__User countries__ chart displays the countries the users are coming from,
|
|
|
19 |
based on their user profile field.
|
|
|
20 |
|
|
|
21 |
__User preferred languages__ chart displays the UI languages the users have
|
|
|
22 |
selected as preferred ones in their profiles.
|
|
|
23 |
|
|
|
24 |
__Number of courses per category__ reports the number of courses in each course
|
|
|
25 |
category, both recursively (including subcategories) and own courses only.
|
|
|
26 |
|
|
|
27 |
__Number of courses per size__ displays the distribution graph of number of
|
|
|
28 |
activities per course. That is, how many courses are there with 0-4 activities,
|
|
|
29 |
5-9 activities, 10-14 activities etc.
|
|
|
30 |
|
|
|
31 |
Available course level reports
|
|
|
32 |
------------------------------
|
|
|
33 |
|
|
|
34 |
__Enrolled users__ chart displays the progress of user enrolments into the
|
|
|
35 |
course based on estimated historical figures.
|
|
|
36 |
|
|
|
37 |
Author
|
|
|
38 |
------
|
|
|
39 |
This add-on is currently maintained by [DualCube](https://github.com/dualcube).
|
|
|
40 |
It was written by David Mudrák david@moodle.com, @mudrd8mz.
|