How to review H5P content types?

When someone programs an H5P content type, it is common practice that someone else gives it a review. That means someone checks whether everything is working as intended. Moreover, one takes a look if there’s something that violates widely recognized standards, if there’s something that does not follow custom policies, or if something within the…

What was that thing again? An H5P architecture overview

When talking about H5P, one can easily get lost in terminology – in particular if one has not used H5P before. This brief description of H5P’s architecture is supposed to help to deepen the understanding of H5P. The description is directed at developers in particular who want to understand what they are dealing with. Hopefully,…

How can I let H5P content types store the state actively?

The core of H5P takes care of storing contents’ state automatically if the resume feature is activated in the H5P integration settings. State is stored in regular intervals and based on some content type events and browser events. However, there may be a good reason why you don’t want to wait for H5P core to…