Tutorial to modify a content
Hello,
I am currently working with several H5P content under Drupal 8, and I would like to be able to retrieve more information on the client side via xAPI events.
Currently, we can retrieve the score via the functions defined for this effect. I would like to modify the different contents to retrieve the instruction displayed to the user at time T.
I tinkered around by communicating with the database to retrieve this content, but it's not conclusive especially with H5P like the multiChoices, or recently the BranshingScénario.
Can you help me?