moodle-logstore_xapi
moodle-logstore_xapi copied to clipboard
A Moodle plugin to send xAPI statements to an LRS using events in the Moodle logstore.
**Description** Due dates captured against assessments are in unix timestamp format and not converted to ISO 8601 as is standard across xAPI specification. Here is an example: ` "object": {...
**Description** - Right now, actors can only be identified by the following: 1. homePage - Always set to app_url 2. name - Either username, or id, depending on a setting....
This is the code I believe has an error: https://github.com/xAPI-vle/moodle-logstore_xapi/blob/30d7b73750d35c9b4ef3a2adb328d387cc809866/src/transformer/events/mod_book/chapter_viewed.php#L62 The subchapter value is only ever 0 or 1, but the code here assumes this is the parent chapter id....
…l Europe/London change. Previously this set the timezone to Europe/London outside of this function, which was causing problems elsewhere in the system, as once the plugin settings were all loaded...
**Description** We have been working to debug this issue on our moodle site, during which we have observed the following: The timestamp is being turned into a filename in a...
in the current version of the plugin it doesn't track a teacher making a course module or a assignment or anything inside a course. i tried making on but it...
**Description** plug in to track course module creation by a teacher **Related Issues** - #762 **PR Type** - Fix or Enhancement
When using the functionality in Moodle to 'log in as user' for troubleshooting, the plugin should not send this user activity to the LRS. It will be captured in the...
**Description** - Transforming event having userid=0 creates exception fix. **Related Issues** - #606 **PR Type** - Fix.
**Description** Enabling the "Identify users by id" setting does not send the username in the xAPI statement. **Version** Release 4.6.0, which appears to be current master. **Steps to reproduce the...