Moodle Plugins directory: Statistics (Graph Stats) | Moodle.org

Statistics (Graph Stats)
Blocks ::: block_graph_stats
Maintained by
Éric Bugnet,
Vadim Dvorovenko
Little graph with visitors statistics
Latest release:
589 sites
49 downloads
32 fans
Current versions available: 5
This block allow you to view a little graph in your Moodle 2.x with visitors statistics.
This is the evolution of the Graph_Stats block.
In first page, it shows visitors (unique and multi), with details of user and course count.
In course, it shows visitor to the course only.
People with the coursereport/log:view capacity can see a simple page wich show who was connected today, and a link for the course reports of the day.
You can define :
- size
- colors
- style
- number of days to shown
With help of some of you, some translation are already (partially) complete : thanks !
Useful links
Contributors
Éric Bugnet (Lead maintainer): Dev
Vadim Dvorovenko: Maintainer
Jean FRUITET: Helper for Moodle 2 transition
Please login to view contributors details and/or to contact them
Can you please add all languages strings to your version ?
https://github.com/jfruitet/block_graph_stats_m24/tree/master/lang
Regards.
Jean.
These langpacks are old, they have unused strings and does not have some new strings, added by Wesley Ellis (uniquevisitors). I've deleted unused strings, but i cannot add missing.
Currently translation for all modules in Moodle plugins repository are maintained via AMOS (lang.moodle.org). Translation, made via AMOS (and downloaded with langpack) takes precedence over version in plugin's directory. So it's not needed any more to add translations to plugin. But for AMOS it is needed, that new version is uploaded to moodle plugins directory. (http://lang.moodle.org/mod/forum/discuss.php?d=2485)
Only the maintainer (Éric Bugnet) can do so. If it's not possible to contact him to update version here, or ask him to transfer plugin to other maintainer, we should create alternate plugin record (e.g. graph_stats2)
I have started using this block on my site (lms.iba-suk.edu.pk) and it works fine. It shows the Sats only on the homepage, Will it work for course page ? Teacher should know the traffic on its course. How to do that ?
So any suggestions for this ?
Bonjour s zed, en effet il y a une configuration qui empêche de placer ce bloc sur la dashboard.
En juin j'ai effectué une pull request sur github pour corriger cela mais c'est toujours en attente d'intégration. (https://github.com/vadimonus/moodle-block_graph_stats/pull/1)
En gros il faut appliquer ce commit (https://github.com/vadimonus/moodle-block_graph_stats/pull/1/commits/5fe6b6e992a4a943c944bce926154765b8cbda16) sur ton fichier block_graph_stats.php
Concernant les connexions en fait la requête exécutée lorsque l'on est dans un cours ne gère pas les accès multiples pour un même utilisateur. Je verrai pour fournir un patch quand j'aurai un peu de temps.
===================================
To sum up s zed ask :
- why he can not add this block to the dashboard. As i faced same issue on june i made reference to a related PR i opened.
- why there is only distinct course viewed display on the graph when you are in a course. As you can see the query (https://github.com/vadimonus/moodle-block_graph_stats/blob/master/locallib.php#L70) count only distinct user course_viewed event even if we have checked block_graph_stats|multi in config. I'll try to provide a patch when i'll have freetime.
Can someone please explain, where/how we can see the stats?
PLugin has been installed, but I dont find a way how to use it.
MArtins