Moodle Plugins directory: Learning Analytics Log: Versions: v0.10.0 | Moodle.org

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.10.0
Moodle 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3
Released: Donnerstag, 18. August 2022, 17:26
Changelog
All notable changes to this project will be documented in this file.
[0.10.0] - 2022-08-18
Fixed
- PHP 8 compatibility
[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 totextarea
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
- 2022081800
- Version release name
- v0.10.0
- Can be updated from
- v0.8.0 (2020102200), v0.9.0 (2022080105)
- Maturity
- Stable Version
- MD5 Sum
- 2d1398d0054c9b3c54ee7874a7e2ffd6
- Supported software
- Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v0.10.0
Default installation instructions for plugins of the type Log storage
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "mytool") in the "admin/tool/log/store" subdirectory.
- Visit http://yoursite.com/admin to finish the installation