Developers

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

True/False question's dependency on Video 1.3

Forums: 

Starting a new thread for this particular problem. I am making the .Net implementation (this thread https://h5p.org/node/87316) and am now expanding the content types supported. I am trying to create an instance of the True/False question with a video file attached. The editor works just fine with the current implementation, but when trying to view the content, it fails since the reference to the H5P.Video-1.3 is missing. This reference is not mentioned anywhere in the preload dependencies of the content type? Is this a bug?

sending variables > iFrame embedding (interactive video)

Forums: 

Hi there,

I have a shortcode method on the main part of my site that allows we to pass variables to the page that are stored in a custom table. However, with h5p interactive video being an iFrame embed this is never going to get processed.

If I put the shortcode into a link item within the interactive video it will render like:

<a href="http://www.[purl key="linkename"].com" target="_blank">[purl key="firstname"]</a>

Pages