How To Host H5P Content on Your Own

  Рет қаралды 19,310

K. Anthony

K. Anthony

Күн бұрын

H5P is an amazing open source toolset for creating elearning interactions of many different types. If you aren't using one of the 3 content/learning management systems with plugins (WordPress, Moodle, and Drupal) there's still a way for you to create and host H5P content for use in your course.
Dear Instructional Designer Episode with Svein Tore: dearinstructio...
Get H5P: h5p.org/
Get the H5P Standalone Project: github.com/tun...

Пікірлер: 38
@akhilpeterpan
@akhilpeterpan 7 жыл бұрын
I didn’t know that H5p could be used outside the 3 platforms . Now , I accidentally chanced upon this video . And it really made it that simple to host H5p on own server . Will forever be grateful for this hack . Thanks a ton !
@scubatricky
@scubatricky 2 жыл бұрын
Where has the workspace folder gone? The Source code has now changed in the repository, but the readme etc hasn't been updated?
@manouchk38
@manouchk38 4 жыл бұрын
Very interesting! Watching in order to see if I can implement some of this in my emergency online teaching.
@colingreenaway5304
@colingreenaway5304 4 жыл бұрын
Hi. I got this working by following your tutorial thank you. However, I would like to use the updated tunapanda H5P standalone and it has changed as there is no workspace/.... place to put your H5P content folder in the index.html file? Any ideas. Thank you
@VahidMasrour
@VahidMasrour 4 жыл бұрын
Great step-by-step explanation! Thank you!!
@feigilubow
@feigilubow Жыл бұрын
Very clear , thank you!
@alejandrorios8386
@alejandrorios8386 7 жыл бұрын
This video was absolutely awesome. Kudos
@soul.rebel1986
@soul.rebel1986 5 жыл бұрын
Is there a way to make your projects responsive? I noticed that my content doesn't scale down on mobile.
@JulianDavis1971
@JulianDavis1971 6 жыл бұрын
Great explanation, thank you for sharing. I've used this process a few times and run into some issues with IE and the promise.js :)
@Cy_Instructional_Media
@Cy_Instructional_Media 5 жыл бұрын
The github download is different now. There's no demo folder or index.html file anymore. Workspace is now in a folder called "test." They have a file called single.html which may be the replacement for index.html, but it's not clear how to point the content to the right folder. It's too bad because your video was very easy to follow. I'll have to try to figure out how to make it work.
@carolc.3988
@carolc.3988 5 жыл бұрын
I got stuck at this step too :/ If you figure out how to make it work, could you please share here?
@oteizajavier6234
@oteizajavier6234 4 жыл бұрын
Hi there Did any of you find a solution with this?I can't make it work!!
@Cy_Instructional_Media
@Cy_Instructional_Media 4 жыл бұрын
@@oteizajavier6234 I was able to download a previous version of the github download and it worked like in this video.
@oteizajavier6234
@oteizajavier6234 4 жыл бұрын
Thanks for answering, Cyrus. I have done the same and it works.
@sergejq7091
@sergejq7091 4 жыл бұрын
@Reinhard Hütter I somehow got it working: I made a "workplace" directory on the same level as "full-workplace" and extracted the zip there. In the single.html file, I then changed the name from "full-workplace" to "workplace" (There is only one occurene where you have to do that). I also had to change the paths to the "dist" folder from "/dist.." to "../dist/.." in every occurence since that did not load otherwise. And that's it. After that, i could load the h5p file by opening the single.html file pretty fine
@ordaineddoodle4970
@ordaineddoodle4970 2 жыл бұрын
Has anyone tried this lately? I went to the site, but found different files and instructions. Haven't had any success thus far. :(
@jjkhunt5808
@jjkhunt5808 5 жыл бұрын
in present h5p standalon there are no demo folder and workspace folder moves to test folder
@jkanady
@jkanady 4 жыл бұрын
Nice! Thanks! Tried your method for the 1.3.x branch from tunapanda's Github, and it still works. Though, when I click the embed button to fetch the embed code, the box where the code usually is shows up as blank. Is that typical? Or, did I do something wrong?
@jjkhunt5808
@jjkhunt5808 5 жыл бұрын
there r no index.html file in h5p standalone2.0.0 .zip file plz update video
@noeliazaballa
@noeliazaballa Жыл бұрын
I think these instructions are no longer valid.. can anyone help me with the new scheme?
@learnfix5725
@learnfix5725 3 жыл бұрын
Really useful, thanks.
@ithinkStudio
@ithinkStudio 4 жыл бұрын
I followed the instructions (1)unzip a h5p project (interactive-video) and move to workspace (2)create and change interactive-video.html as follows (3)copy entire h5p-standalone-master directory to a web server. After running and test the web page, I got a blank page without and information. Did I do something wrong? Thank you very much. .... const { H5P } = H5PStandalone; new H5P(document.getElementById('h5p-container'), 'workspace', { frameJs: '/dist/frame.bundle.js', frameCss: '/dist/styles/h5p.css', h5pContent: '/workspace/interactive-video' });
@anthkris09
@anthkris09 4 жыл бұрын
Howdy! This video is a bit old and I haven't had a chance to work with H5P in a number of years, so I don't know if there have been any changes to the standalone project or to H5P that might be resulting in this. I'd suggest searching the issues in the github project to see if anyone else is experiencing the same problem.
@ithinkStudio
@ithinkStudio 4 жыл бұрын
@@anthkris09 thanks for your suggestion
@HellhammerHH
@HellhammerHH 6 жыл бұрын
Amazing!!! This is a huge trick. Thank you so much, man.
@vicovdeventuin
@vicovdeventuin 7 жыл бұрын
Thanks for sharing! Superhandy
@ericbertrand2608
@ericbertrand2608 5 жыл бұрын
I love you. Thank you very much.
@GrowToGive
@GrowToGive 5 жыл бұрын
Excellent presentation! Are you a teacher?
@samoainsel
@samoainsel 5 жыл бұрын
great, thanks!
@etimessang4980
@etimessang4980 6 жыл бұрын
WHat if you want to create your own H5p interactive contents on your LMS?
@anthkris09
@anthkris09 6 жыл бұрын
Your options there would be to either create a plugin for your LMS or to create the content on H5P.org then download it and use this method. Unfortunately, H5P doesn't have a more general LTI tool, yet, but I think they are working on that, along with a subscription service at h5p.com/
@mathwithnikhil
@mathwithnikhil 6 жыл бұрын
I didn't get the last step of the hosting
@anthkris09
@anthkris09 6 жыл бұрын
Nikhil B The last step is to host your files somewhere. That could be something like AWS or some other web hosting solution that can serve up HTML, CSS, and JavaScript
@ryanquesenberry44
@ryanquesenberry44 5 жыл бұрын
Looks like a new "2.0" release of h5p-standalone was released recently and this useful how-to no longer seems applicable.
@ryanquesenberry44
@ryanquesenberry44 5 жыл бұрын
@@persiaxfanbase6883 not that I've found. Documentation was limited when I looked or else I might of considered making one. I did discover that the 1.3 version does still work with your directions.
I tried every FREE website builder. This is the best
7:58
Steve Builds Websites
Рет қаралды 471 М.
Creating Effective Moodle Lessons
8:52
LSU Online
Рет қаралды 33 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
H5P.org vs H5P.com (The changes coming your way!)
6:30
Get Interactive
Рет қаралды 543
What is the Experience API (xAPI)?
6:57
Devlin Peck
Рет қаралды 22 М.
The H5P Report  - March 2023
8:24
EdTech Designer
Рет қаралды 498
H5P Interactive Video - examples of all interactions.
17:13
eLearning-ninja Learning Design
Рет қаралды 17 М.
H5P - Placing H5P Content onto a Website
5:55
Chuck Lavera
Рет қаралды 2,2 М.
H5P Tutorial - Create Interactives for Your LMS or Website
10:27
Technology for Teachers and Students
Рет қаралды 130 М.
Using H5P packages within your website
7:00
Wyver Solutions Ltd
Рет қаралды 4,7 М.
Insane Theoretical Physics Discussion with ChatGPT and DeepSeek
4:59
Unzicker's Real Physics
Рет қаралды 21 М.
What's going on with WordPress?
10:45
Craylor Made
Рет қаралды 41 М.
Creating Interactive Content with H5P
11:30
Learning Bites
Рет қаралды 53 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН