Content creation

Discussions related to "the good and proper use" of H5P as a content creation tool

Custom js preventdefault not working

Hello all,

I've got the next question.
i want to prevent that when i press a .h5p-interaction-button in a interactive video that the action will not be excecuted.

This is what i got.

var H5P = H5P || {}; (function ($) { $(document).ready(function () { $(".h5p-interaction-button").click(function(e){ e.preventDefault(); console.log("test"); }); }); })(H5P.jQuery);

Please advise....

Kind regards

Ascii and subscript/superscript (Question Set)

hello, a colleague wants to use the "question set" (multiple choise, fill in the blanks, mark the words, true/false question). she has to use physical formulas and greek letters, but h5p does not accept Ascii. she writes the letters in word and uses copy/paste to transfer them in H5P. is there an eaysier way? she has also problems with subscript and superscript. it seems, that you cannot use this in H5P?

Pages