h5p Interactive book

h5p Interactive book

by Reza ISSANY -
Number of replies: 3

Hello,

I'm discovering moodle and my deployment context is a bit complicated. I'm deploying in an air-gap environment (without any internet connection).

I have build the h5p interactive book content type from the github repo and I have uploaded into moodle:

image.png

If I try to use it I have a problem with the drop down into the item/page. This drow down is empty.

image%20%281%29.png

I can't understand why.

My moodle version is Version 4.5.4 (Build: 20250414). This setup has never been connected to internet. The cron job to download the h5p content types has been disabled because it can't work in my environment.

Any idea please ?

Average of ratings: -
In reply to Reza ISSANY

h5p Interactive book

by Oliver Tacke -
Picture of Particularly helpful Moodlers

H5P content types have dependencies. If you merely build and install one library, you're lacking all the dependencies, here in particular Column which is used for pages, Column's dependencies (and so forth) and a couple of others.

It might be simpler to download the latest versions of content types and to install what you need instead of building everything yourself (from the master branch which usually holds development versions not release versions?!)

This might help: https://codepen.io/otacke/details/xbxYMZK

Average of ratings: Useful (2)
In reply to Oliver Tacke

h5p Interactive book

by Reza ISSANY -
Thanks. The moodle is in an air gap environment. I'll check how to achieve that (public instance, backup/restore).
In reply to Reza ISSANY

h5p Interactive book

by Oliver Tacke -
Picture of Particularly helpful Moodlers
Well, you must have managed to get the files you built yourself onto your setup, too - portable hardisk, usb pen drive, ..., floppy disk ... smile