Overview Statistics icon

Overview Statistics

Maintained by DualCube Team
The Overview Statistics plugin for Moodle is a powerful tool that provides administrators with a variety of site and course report charts. It’s designed to make adding more reports easy, and it’s coded with the latest techniques.
Price option: Free

Supports Moodle 2.5-5.0 See all versions
Latest release: 1 year ago
Installations: 4123
Downloads (last 90 days): 459

Frankenstyle name: report_overviewstats
Reports

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hmm, that's really weird that both you Mark and Ahmed above report same kind of problem. I just tried and I installed the plugin into Moodle 2.6 with no troubles. Can you try to put the following into your config.php file?

$CFG->debugdisplay = 1;
$CFG->debug = 32767;
Hi David,
After installing v1.3 my site went completely blank. I cannot access the site at all now. I'm using moodle 2.6.3
I don't have too much experience using moodle, so I was hoping you could tell me what I could to fix this asap as the site is used by one of my clients.
Thanks
Ronan

Ahmed: Empty page is a typical sign of some PHP error thrown with error displaying disabled. Either enable the error display, or check the web server error log for details. In both cases, it may help to temporarily increase Moodle's debugging level.

hi David .. when i go to siteadministration/reports/overview statistics it goes to an empty page .. it was working correctly but i don't know what's happened

@Anderson Hsu - No, there is no such report implemented.

Is the plugin can show all course watched status ? For example, we want to know how many people watch the course by day/week/year ? Thank you.
I found the way to remove decimal point. I thought it would be helpful for anyone having the same problem to share the solution here . Adding major unit with count= max+ 1 below the labelFormat will align the labels on the axes with no decimals (Here max is the maximum count for a country) .
Hello all,
Is there any way to remove the decimal points in the bar graph obtained for countries. I am trying to have only integers on the axes because number of countries can never be a decimal number. Any help is greatly appreciated . Thank you.
sirisha g@: not without additional coding. Also, it depends on what data you actually need to visualise etc.
Hello David,
Is there a way to extract information from an external database with this plugin?
Thanks Sirisha
The number of displayed decimal places at the values axis fixed in v1.1 of the plugin.
Thank you for the report, it works great. If you can just fix the number of users in the users loggin in report, for it is showing decimal number, that would be great.
You basically need to add the code providing data to a class in the classes directory and then the YUI chart renderer into the yui/src/charts/js/. You'll need to use shifter to compile and use the source javascript then. I would suggest starting by copying an existing class.
Please do not hesitate to fill a pull request at github once you have your additions done and tested. TIA
This is a great plugin. I quite like it. I want to add a course specific report that shows:
-unique visits/day (graphed)
-total actions/day (graphed)
I've briefly looked for ways to add these myself, I've yet to locate any documentation on the github site for this. Any suggestions?
I just tried to install in Moodle 2.6 and did not notice any obvious regressions. So I added it as a supported version now.