Interactive Video

Interactive Video - Navigation Hotspot Pause

Hi, I'm a newbie evaluating a few e-learning systems. Been impressed with what I've seen here but have a quick question which is key to our decision...

I've uploaded a video, and added a navigation hotspot to appear from 0:00 to 0:05 and ticked 'Pause video'. I presumed that after the first 5 seconds the video would pause until the hotspot was clicked. I'm not getting this behaviour - am I doing something wrong or misinterpreting the expected behaviour?

Thanks,

Stephan

'not authorized to access this page' with interactive video upload

Hi!

I made an interactive video and needed a second (changed) version of based upon this work. So I downloaded the file and uploaded it when creating the new content. There I changed the video and some interactions, and all worked great. However, when I'm not logged in, I cannot see this new content that I based upon other content: 'You are not authorized to access this page.'. This happens in all browsers.

Here is the link to the interactive video: https://h5p.org/node/86113.

Auto Play Video

Forums: 

Hi,

I am trying to make intercative vdeo to play automaticaly when my moodle activity page load. I tried the below code in my custom.js file. But it seems to be not working. Any help appreciated.

(function ($) {
    $(document).ready(function () {
        $('.h5p-control').trigger("click");
    })
})(H5P.jQuery);

 

Pages