Use Stats

Blocks ::: block_use_stats
Maintained by Valery Fremaux
Provides time base use stats indicators. The compilation library is used by the "training session" report plugin.

Use Stats 2.2.0 (build 2012031802)

Moodle 2.2
Released: Wednesday, 3 April 2013, 6:06 PM
####################################
#
# Moodle Third Party Adds-on
#
####################################
#
# module: Use Stats Block
# type: block
# whouses: teachers, eventually students
# developer: Valery Fremaux (valery.Fremaux@club-internet.fr)
# date: 2012/03/18
# Version : Moodle 2

This block allows displaying use stats for the current user.

Use stats are given as an answer to the "how many time I spent on this Moodle". This may be usefull in situation where work time should be known to estimate average personnal productivity and enhancing its own process.

In other situations could it be used as an objetive proof of real work in some extreme and conflictual situations we hope they never occur.

## Short overview ##

This block samples the user's log records and thresholds the activity backtrace. The main hypothesis is that any activity type unless offline activity or in-classroom activity may underlie a constant loggin track generation.

The block compiles all log events and summarizes all intervals larger than an adjustable threshold. Compilation are also made on a course basis.

The more Moodle is used as a daily content editing tool, the more accurate should be this report.

## Install the block ##

unzip this distribution in the /blocks folder

browse to the "administration" page to make the block registered by Moodle.

## Use the block ##

Add a block in any workspace you use. Compilation will be visible to the current user, with no restrictions if he is a teacher.

Students may be given access to their own report, if the instance is programmed for by the teacher within a course context, or by the administrator out of a course context (MyMoodle, general pages)

## Language files ##

For Moodle < 1.7.0, copy the lang directory in the adequate location.

Version information

Version build number
2013011600
Version release name
2.2.0 (build 2012031802)
Maturity
Release candidate
MD5 Sum
eb90919c1ff2494259f1f806c59de390
Supported software
PHP 5.3, Moodle 2.2
  • Latest release for Moodle 2.2

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_22_STABLE

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.