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.