moodle-mod_hvp
moodle-mod_hvp copied to clipboard
Essay Interactive Content wrong xapi object
Hi,
We are logging our h5p interactive content to Learning Locker. For. the type Essay, the xapi object name will be displayed as always as 'Essay' for xapi verbs answered, mastered, passed. However, the name in Moodle is something completely different.
The problem is that the object name for the "attempted" event is different from the object name for answered, mastered and passed events ?
The expected behaviour is to have "Actor answered H5p content title", not "Actor answered Essay".
@ismetbuyar @thomasmars The H5P Hub is running version 1.2.3 of H5P.Essay (April 2020). As of version 1.2.4, the title field is used instead of the generic name. The current version is 1.2.5 and 1.2.6 could be tagged any time if the H5P core team has free resources to release an update.
@otacke Thanks. Created https://h5ptechnology.atlassian.net/browse/HFP-3316
Thank you very much. What do I have to do to get the fixed version ?
@ismetbuyar You could wait a little until someone at the H5P core team can spare some time to take care of the update. You can then simply update via the H5P Hub.
You could also visit https://github.com/otacke/h5p-essay and build yourself a library file from the sources if you don't want someone to review the changes first. You can then upload the library file on the H5P library settings page within moodle.
@otacke I would like to build from source, could you quickly explain how to do that ? Thanks.
@ismetbuyar Quick is pointing you towards https://h5p.org/h5p-cli-guide and telling you to clone the master branch of the Essay repository and then run h5p pack
on it to create an H5P library file that you can install via the H5P library settings page.
Thanks a lot, it worked perfectly.
@RubyCastaneda77 ???