Installation and server related problems

Discuss problems with installing the H5P plugins/modules and content types as well as server-related issues

Cannot find H5P content

Hi, all,

My H5P library suddenly disappeared overnight. I have content built out for LearnDash. I cannot find any of the assets built out and when looking into the course it says "Cannot find H5P content with id: ___"

Would appreciate any guidance as this is alarming and we have a lot of courses that are affected by this.

Thanks

 

Load on Moodle Server caused by H5P Interactive Videos

Nalin Wikramanayake's picture

Dear All

I have created an H5P Interactive Video where the video is hosted on Youtube.  What is the load on the Moodle Server when students access the content, view the video and answer the quesions?  As I understand it the content will stream the video from YouTube, add the interactive layer and present it to the student without the video stream having anything to do with the Moodle server - am I correct?

Having the video somewhere else must make a HUGE difference in the load on the Moodle server?

preloadedDependencies are not installing automatically for custom H5P content type

{
"title": "Video Game",
"description": "Custom video game.",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 0,
"runnable": 1,
"author": "Arun AK",
"license": "MIT",
"machineName": "H5P.VideoGame",
"preloadedJs": [
{
"path": "video-game.js"
}
],
"preloadedCss": [
{
"path": "video-game.css"
}
],
"preloadedDependencies": [
{
"machineName": "H5P.Video",
"majorVersion": 1,
"minorVersion": 6
}
],

Pages