Few general questions

Hi,

I have a few questions about this project :

  • Is it possible to install H5P other than via LTI or plugin ?
  • Does H5P.com offer the same functionnalities as the integration ?
  • Is there a port to nodejs ?

It doesn't need to be free, i.e., paying solutions are possible.

I tried to find answers but I don't seem to find any recent one.

Cheers

BV52's picture

Hi iamrubengomes,

  1. I'm afraid not the plugin only has 4 versions Moodle, Wordpress, Drupal 7 and Drupal 8. Altough any LMS that supports deep-linking should work with H5P.com.
  2. H5P.com is actually the platform used for LTI integration.
  3. I'm not a developer so I'm not really sure about this.

I hope this helps if you have any clarificatiosn feel free to post your comment.

-BV

otacke's picture

Hi all!

There are some other plugins that have not been created by the H5P core team, e.g. for ILIAS and Typo3.

A quite advanced port to node.js can be found on github at https://github.com/Lumieducation/H5P-Nodejs-library

Best,

Oliver 

Thanks for your answers :)

Maria Kiouzepi's picture

Hi there!

While trying my way with the interactive video (https://h5p.org/node/772708), I saw the possibility of submitting answers in the end.Where can I find these submissions?

BV52's picture

Hi Maria,

H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in. 

I highly recommend looking through these documentation:

 

https://h5p.org/documentation/x-api

 

https://h5p.org/documentation/for-authors/analyzing-results-and-answers

 

-BV