Learning Analytics Log

Log storage ::: logstore_lanalytics
Maintained by Thomas Dondorf, Bernd Decker, Sebastian Schilling
Privacy-friendly logstore for the Learning Analytics plugin

Learning Analytics Log v0.9.0

Moodle 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0
Released: tysdag, 2 august 2022, 21:10

Changelog

All notable changes to this project will be documented in this file.

[0.9.0] - 2022-08-01

Added

  • Cleanup Task added to automatically clean up log database table after a given time.

[0.8.0] - 2020-10-22

Added

  • Privacy Provider added

[0.7.0] - 2020-10-19

Changed

  • Log table modified
    • Dropped columns: userid, objectid, os, browser
    • Added columns: device (combined value for os and browser)
  • This means roughly 20% less space is used

Added

  • Import script: Option added to import only the last X weeks

[0.6.0] - 2020-06-22

Added

  • Support for guest role is added
    • Previously, events triggered by guests were never logged
    • guest is now a valid identifier for whitelists and blacklists

[0.5.0] - 2020-05-13

Fixed

  • Regular expressions for browser detection were off, especially "iOS" devices were counted as "macOS"

Added

  • Added a CLI tool to make it easier to test user agents and the corresponding regular expressions

[0.4.0] - 2020-04-03

Added

  • Setting tracking_roles added to be used as whitelist for roles.
  • Setting log_scope added to decide what should be logged

Changed

  • UI of setting course_ids changed to textarea for easier input

[0.3.0] - 2020-03-31

Changed

  • Plugin only loads and calls lalog subplugins if there is data to log.

[0.2.1] - 2020-03-24

Fixed

  • Added missing language strings

[0.2.0] - 2020-03-24

First public release.

Version information

Version build number
2022080105
Version release name
v0.9.0
Can be updated from
v0.8.0 (2020102200)
Can be updated to
v0.10.0 (2022081800)
Maturity
Stabil versjon
MD5 Sum
e3afe4b29f13dabbbd8764bd5a87373c
Supported software
Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v0.9.0

Default installation instructions for plugins of the type Log storage

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mytool") in the "admin/tool/log/store" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation