Picture of Rob Mausser
H5P video support
by Rob Mausser - Thursday, 25 August 2016, 8:18 PM
 

Has there been any interest in getting H5P video support into Adapt?

https://h5p.org/interactive-video

 

Seems pretty useful for e-Learning. Currently its available in Moodle. 

 

Wondering if anyone has put any effort into creating a component that utilizes this kind of interactive stuff. 

Aniket Dharia
Re: H5P video support
by Aniket Dharia - Friday, 26 August 2016, 6:44 AM
 

Hi Rob - 

H5P api is currently not available for complete HTML5 development. We tested it last week. Once it is available a component can definitely be built. Currently, it supports only 

Just wanted to check if you had a chance to look at the interactive video component developed by VYAS SYSTEMS.

https://github.com/VYASSYS/adapt-interactiveVideo/tree/develop

It is still under development and code review is pending but the draft version can give you an idea of how it works.

Overview:

  • The video is added to an article
  • The video can have an overlay of any component with Question view or Component view.
  • You can add time in seconds
  • When the video reaches at a certain cue point it will load the first block on top of the video
  • When the component completion is fired, the component auto closes and video continues

P.S. Currently, the extension works only on HTML5 browsers. Complete testing cycle is pending.

 

Regards,

Aniket

Picture of Juan Pérez
Re: H5P video support
by Juan Pérez - Friday, 26 August 2016, 6:48 PM
 

 Maybe you can use, by now, something like this:

  1. Plugin iframe: https://github.com/cgkineo/adapt-iframe.
  2. Create the content in H5P.
  3. Include the content from H5P in your server, in HTML5 version.
  4. Use the url with de Iframe component.

You can add in the frame, the URL from the video.

I hope get luck.

JUAN

 

 

Picture of Rob Mausser
Re: H5P video support
by Rob Mausser - Friday, 26 August 2016, 8:12 PM
 

This will technically work now, but wont have any kind of SCORM tracking on it

Picture of Rob Mausser
Re: H5P video support
by Rob Mausser - Monday, 29 August 2016, 7:10 PM
 

Thank I will try it out and report to you.