Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.11.4
-
None
-
MOODLE_311_STABLE
Description
The app uses exported/deployed H5P files. These are received with one of the following WebServices:
core_h5p_get_trusted_h5p_file
mod_h5pactivity_get_h5pactivities_by_courses
The new file has a different title in h5p.json than the original one. This title can be used by some packages, e.g. we have an Interactive book with this case. Instead of receiving the original title, we receive "Interactive Book".
How to reproduce:
- Go to the content bank and create an interactive book H5P package with a certain title.
- Add the package to an H5P activity. In "H5P options", select the "Allow download" option (which uses the deployedfile mentioned in the description)
- Save and wait for it to be deployed.
- Click the "Reuse" button and download the .h5p file.
- Change the extension of the h5p file to zip and unzip it.
- Open the h5p.json file. Check that the title is "Interactive Book" instead of the original one.