Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

How to Use the H5P API to Import Generated Content?

Forums: 

I am currently developing a platform and have generated some quiz content (such as multimedia multiple-choice questions, memory games, drag-and-drop questions, etc.). I have formatted this content as JSON data, but I am unsure how to use the H5P API to import this data into the H5P system.

Specifically, I am unclear about how to construct the API request and how to correctly pass the data to ensure the content is successfully imported into H5P.

Using h5p_alter_filtered_parameters to modify a Text value on the Interactive Video

Forums: 

Hello, I am hoping someone can help me find a shorter/quicker way to achieve the following;

I have an interactive video and in it I have a Text element, which says "Hello {name}". I will be passing the {name} parameter via an encrypted Query Variable, I have tested that and it works fine using encode/decode within PHP. 

Pages