Plugin: H5P: Update README.md - refs #2667

pull/3388/head
Yannick Warnier 5 years ago
parent a24e3eeb8a
commit 2c3254f42f
  1. 16
      plugin/h5p/README.md

@ -3,10 +3,18 @@ H5P plugin
This plugin is only compatible with Chamilo version 1.11.10 and above.
This plugin allows you to create H5P resources directly from inside Chamilo,
using the Open Source H5P library. Once enabled and set to the pre_footer region,
a new H5P logo will appear in the documents creation, exclusively in the
learning path document creation interface (don't look for it anywhere else at
this point).
using the Open Source H5P library.
To enable:
* install the plugin
* mark it as "enabled" (inside the plugin configuration page)
* set the plugin to the region "pre_footer"
* change permissions on disk for the plugin/h5p/cache-h5p/launch folder to be writeable by the web server
Once enabled, permissions granted for the web server to write in plugin/h5p/cache-h5p/launch/
and the pre_footer region set for the plugin, a new H5P logo will appear in the
document creation section, exclusively in the learning path document creation
interface (don't look for it anywhere else at this point).
However, it is still very limited at this stage: the H5P files are created in a
common directory for all teachers. This means all teachers can re-use contents of

Loading…
Cancel
Save