Content creation

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

Bookmarks in interactive videos

I have a problem: I started a new interactive video reusing another piece of content containing 3 bookmarks.

Former video was longer, so now I find myself with 3 bookmarks, only 1 of them referring to a point actually present in the shorter new video interaction. The other 2 bookmarks are OUT of the timeline and they aren't visible nor removable, but they still show in the list above the Bookmarks button.

How can I manage this?

Thanks

Rosy

 

Access previous uploaded media files

Hello,

We are using H5P for the interactive video's and it's great!

One of the things we noticed, is that media files that were previously uploaded are not accessible from the WordPress admin (to edit them or to re-use them). They are also not found in the Media Library.

Is there a way to access them? (not via FTP, that's not what I would like for my cliënt)

Hope to hear from you!
-Kevin

Use Webworkers with H5P

Hi everyone!

I recently started to get into H5P to realize some tasks concerning music notation. I would like to use an external library which uses lots of convenient, but very compute intensive functions. To be as performant as possible I tried to use Webworkers to outsource most of computing with this library. But as far as I understand webworkers always need some kind of URL in their constructor to work, which means that I need to use at least 2 (bundeled) js-Files for the project to refer from one to another. e.g new Worker("./worker.js")

Pages