H5P Plugin for Moodle
Find a file
Thomas Marstrander 2ca75368c7 Improved error messages when downloading h5ps during install.
Remove successfully installed h5ps on error.
2016-05-25 13:51:38 +02:00
backup/moodle2 POET - Fixing identified Moodle code guideline issues where easy. 2016-04-01 15:29:54 -04:00
classes Improved error messages when downloading h5ps during install. 2016-05-25 13:51:38 +02:00
db Improved error messages when downloading h5ps during install. 2016-05-25 13:51:38 +02:00
editor@9b5e7a89c3 Updated editor 2016-05-11 15:32:02 +02:00
lang Improved error messages when downloading h5ps during install. 2016-05-25 13:51:38 +02:00
library@417af36c81 Make it easy to download H5P updates 2016-05-12 15:53:29 +02:00
pix Fixed #8 - Update H5P icon. [MDL-8] 2016-01-06 14:38:29 +01:00
.gitignore HFJ-13: Added uploading and saving of h5p files. 2013-11-15 16:28:04 +01:00
.gitmodules Added submodule for H5P editor 2016-04-19 13:52:25 +02:00
.travis.yml POET - Removing 'library' subdirectory from tests. 2016-04-01 13:55:41 -04:00
ajax.php Added function for getting language code 2016-05-12 10:28:25 +02:00
autoloader.php Implemented H5P event log 2016-05-09 11:40:51 +02:00
dataviews.js POET - Fixing identified Moodle code guideline issues where easy 2. 2016-04-01 16:35:43 -04:00
editor.js Added the editor to the form 2016-04-21 14:48:40 +02:00
grade.php Specify which id in where clause 2016-05-09 14:12:26 +02:00
index.php Fixes #70, index page for H5Ps 2016-05-24 16:39:58 +02:00
lib.php Merge branches 'event-logging' and 'master' of https://github.com/h5p/h5p-moodle-plugin into event-logging 2016-05-11 15:24:15 +02:00
library_list.php Make it easy to download H5P updates 2016-05-12 15:53:29 +02:00
LICENSE Initial commit 2015-11-10 16:57:10 +01:00
locallib.php Added function for getting language code 2016-05-12 10:28:25 +02:00
mod_form.php Print info messages on form error 2016-05-24 11:12:52 +02:00
README.md Updated links 2016-02-01 10:01:03 +01:00
settings.php Implemented H5P event log 2016-05-09 11:40:51 +02:00
styles.css Fixed #35, added report for each content 2016-01-29 14:09:24 +01:00
upgrade_content_page.php POET - Fixing identified Moodle code guideline issues where easy 3. 2016-04-01 16:45:16 -04:00
version.php Notify admin about new updates 2016-05-13 12:52:03 +02:00
view.php Merge branch 'master' into content-user-data-fix 2016-05-11 15:46:10 +02:00

H5P Moodle Plugin

This is a prototype under development.

Install

Development Version

Warning! Using the development version may cause strange bugs, so do not use it for production!

Inside your moodle/mod folder you run the following command:

git clone https://github.com/h5p/h5p-moodle-plugin.git hvp && cd hvp && git submodule update --init

Alpha Versions

If you can't wait for the final release you can check out one of the test versions. Here is an example. Remember to replace the version number with the latest from the releases page:

git clone --branch 0.2.0 https://github.com/h5p/h5p-moodle-plugin.git hvp && cd hvp && git submodule update --init

Alternatively, you can download the latest tag/version from the releases page. However, then you'll also have to download the same version of h5p-php-library, e.g. moodle-0.2.0. And extract it into the moodle/mod/hvp/library folder.

Enabling The Plugin

In Moodle, go to administrator -> plugin overview, and press 'Update database'.

Settings

Settings can be found at: Site Administration -> Plugins -> Activity Modules -> H5P

Contributing

Feel free to contribute by:

  • Submitting translations
  • Testing and creating issues. But remember to check if the issues is already reported before creating a new one. Perhaps you can contribute to an already existing issue?
  • Solving issues and submitting code through Pull Requests.