This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:usestats [2017/06/10 13:14] admin |
blocks:usestats [2023/01/31 16:46] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Bloc Use_Stats / User time stats ===== | + | <html><!-- nomoodle --></html>{{ :logo-apl.png?nolink |}} <html><!-- /nomoodle --></html> |
+ | ===== Block Use_Stats / User time stats ===== | ||
* **Component type:** Block | * **Component type:** Block | ||
* **Name:** Use Stats | * **Name:** Use Stats | ||
- | * **Versions:** 1.9, 2.2 à 2.9 | + | * **Versions:** :M27: to :M39: |
- | * **Distribution:** Publique | + | * **Older versions:** 1.9, 2.2 à 2.6 |
+ | * **Distribution:** Dual release - public and PRO | ||
* **Availability:** Stable | * **Availability:** Stable | ||
* **Repository:** https://github.com/vfremaux/moodle-block_use_stats | * **Repository:** https://github.com/vfremaux/moodle-block_use_stats | ||
Line 10: | Line 12: | ||
{{ :block_use_stats:block_sample.jpg|}} | {{ :block_use_stats:block_sample.jpg|}} | ||
- | this block provides a central primitive to extract user time tracks from Moodle log. At start, the block was intended to provide users with a rough indication on how much they had spend on courses, and merely for teachers that might have to justify their online time to the learning staff. the road map extended the behaviour of the block to let people auditing learners time spent, and provide a calculation bases for more structured and formatted reports [[:Report:TrainingSessions|Training Session Report]]. | + | This block provides a central primitive to extract user time tracks from Moodle log. At start, the block was intended to provide users with a rough indication on how much they had spend on courses, and merely for teachers that might have to justify their online time to the learning staff. the road map extended the behaviour of the block to let people auditing learners time spent, and provide a calculation bases for more structured and formatted reports [[:Report:TrainingSessions|Training Session Report]]. |
==== Guides ==== | ==== Guides ==== | ||
Line 28: | Line 30: | ||
* Display | * Display | ||
* Individual display | * Individual display | ||
- | * Display of other users if authorised to | + | * Display of other users if authorized to |
* Detailed printing of time aggregation | * Detailed printing of time aggregation | ||
- | * Sliding period fiiter | + | * Sliding period filter |
* Parametric fixed period filter | * Parametric fixed period filter | ||
* Performance | * Performance | ||
Line 41: | Line 43: | ||
* Saving performance adding a pre-aggregation engine to speed up access to results on large usages. | * Saving performance adding a pre-aggregation engine to speed up access to results on large usages. | ||
+ | <html><!-- nomoodle --></html> | ||
+ | ==== Builds ==== | ||
+ | |||
+ | ^ :M27: ^ :M28: ^ :M29: ^ :M30: ^ :M31: ^ :M32: ^ :M33: ^ :M34: ^ :M35: ^ :M36: ^ | ||
+ | | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_27_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_28_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_29_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_30_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_31_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_32_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_33_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_34_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_35_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_use_stats.svg?branch=MOODLE_36_STABLE"></html> | | ||
+ | |||
+ | [[https://travis-ci.org/vfremaux/moodle-block_use_stats/branches|Travis-ci Continuous integration]] | ||
+ | |||
+ | Note : Failing status is not necessarily the sign of a non functioning module. It just says that the Moodle code standards check are not full filling. This is a continuous effort of us rewriting the plugin code to get it compliant. | ||
+ | |||
+ | <html><!-- /nomoodle --></html> | ||
==== Credits ==== | ==== Credits ==== | ||
Line 47: | Line 60: | ||
==== Component origin ==== | ==== Component origin ==== | ||
- | MyLearningFactory.com component catalog. | + | ActiveProLearn/Mylearning Factory component catalog. |
+ | |||
+ | ------- | ||
- | [[:start|Back to home]] | + | [[:start|Back to home]] - [[:plugins|Back to plugin list order by type]] |