Javascript package to use in a web application
Submitted by Arnaud01 on Tue, 08/12/2014 - 10:48
Forums:
Hello,
Would it be possible to provide a javascript package of h5P ?
I'm building a web application and I would like to use the h5p activities inside.
Thank you in advance,
Arnaud
Derrick
Thu, 09/04/2014 - 18:43
Permalink
Interested in Web Apps also
I'm intrigued if it could be packaged as HTML5 and displayed within a web app on iOS.
fnoks
Fri, 09/05/2014 - 12:20
Permalink
H5P as javascript package
I am not sure what you mean by "javascript package". Are you thinking of a "static H5P", where editing won't be possible?
Arnaud01
Fri, 09/05/2014 - 21:50
Permalink
For now, H5P is available for
For now, H5P is available for the following frameworks : Drupal, WordPress and Joomla.
http://h5p.org/node/585
I would like to use H5P in a web application.
I'm not thinking of static H5P, I'm just looking for a way to use H5P in a webapp.
Thank you
fnoks
Mon, 09/08/2014 - 11:37
Permalink
H5P integration
H5P's backend consists of a generic php core and a platform-specific implementation (Drupal, Joomla, Wordpress). You could implement the platform specific interface for your platform.
Are you developing a webapp using php? If so, a good starting point could be the wordpress implementation.
We are planning to add documentation on how to do this platform integration, but I am not sure when this will be in place. In the meantime, add any questions to the forum!
Arnaud01
Mon, 09/08/2014 - 21:26
Permalink
Hello,
Hello,
I'm developping a webapp using Angular JS. https://angularjs.org
A web application uses HTML CSS and javascript. It works on the client side. It isn't dependant on the internet connexion.
My app to help children learn how to read : http://logicielcp.fr
fnoks
Tue, 09/09/2014 - 09:25
Permalink
Hi again,The H5P
Hi again,
The H5P-implementation needs a backend with logic, but it is possible to make a pure clientside H5P-viewer which is independent of the backend. Currently we do not have any tools that converts an H5P to be included in a web app (the way you define it). When that is said, it is possible to create such a tool, but we don't have it in our current plan. Maybe someone in the community could create it, with our support?
castelmager
Tue, 07/25/2017 - 23:36
Permalink
any news on this ?
Hi, any news with this topic ?
I'm using moodle and h5p its grate, but now I want to include some activities in my web app (javascript or angular 2) exist any support to do this ?
If I include in my site an iframe of h5p content hosted in a wordpres/moodle site, I will not able to get xapi statement or some question results right ?
Best regards,
Sebastian.
fnoks
Wed, 07/26/2017 - 09:35
Permalink
Hi,As I understand your
Hi,
As I understand your question, you want to run the H5P inside an iframe, and get the xAPI events in the parent document. Sending events from an iframe to the parent means using the postMessage function. You could look at a relevant pull request here.
castelmager
Sun, 08/06/2017 - 13:49
Permalink
Thanks! I'll check it.
Thanks! I'll check it.
Regards
archana_perfect...
Sat, 03/26/2022 - 19:38
Permalink
Hello, Is there any update on
Hello,
Is there any update on this ?
otacke
Mon, 03/28/2022 - 19:23
Permalink
Hi!Forwarding xAPI statements
Hi!
Forwarding xAPI statements to the parent iframe unconditionally would raise privacy issues, so this will probably not be implemented in H5P core. You'd have to add your own custom postMessage solution.
Best,
Oliver
sandip_das
Mon, 08/10/2020 - 19:45
Permalink
Hey Arnaud01, can you show me
Hey Arnaud01, can you show me your angular code that will be help.
Jagadhissh
Sun, 09/22/2024 - 05:34
Permalink
h5p supports for ReactJS Javascript
Hello team,
This is an awesome tool! I.
I want to integrate H5P into my ReactJS website, with content populated from a backend API server. Is this possible?