This module captures H5P content activity data, also known as xAPI statements, for both logged-in and anonymous users. It sends these statements to a configured Learning Record Store (LRS) in batches, allowing for configurable batch sizes and requiring cron jobs for efficient processing.
A Drupal 8 integration of Experience API (xAPI) statements emitted by H5P content types to be captured and sent to Learning Record Store (LRS).
Module captures all the statements that H5P will generate for both authenticated and anonymous users. Statements are sent to the internal endpoint that will add the timestamp, then put that statement into a queue. Queue will be handled and batches of statements would be generated and stored. Those batches will be sent to the configured LRS store.
LRS settings page would also allow to change the batch size.
Module requires cron jobs to be configured so that batches would be handled in a meaningful way.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.0-rc11 | Pre-release | 10–11 | Backported queue deletion on uninstall from 2.x. | Jun 1, 2026 | |
| 8.x-1.0-rc10 | Pre-release | 10–11 | Marked supported core versions to 10 and 11 | Apr 24, 2026 | |
| 8.x-1.0-rc9 | Pre-release | 9–10 | Small fixes to deprecations and code cleanup. | Jan 10, 2025 |