H5P Plugin for Moodle
Find a file
2016-09-22 13:42:40 +02:00
backup/moodle2 Fix missing encode_content_links on backup_hvp_activity_task.class 2016-06-19 23:44:01 +03:00
classes Fixes #93, use Moodle's SQL limit func 2016-07-15 09:50:52 +02:00
db Manager should not be able to update content types 2016-07-15 13:29:45 +02:00
editor@1fcded8f9b Updated editor 2016-09-22 13:42:40 +02:00
lang Restrict LRS dependent content types by default 2016-09-22 11:01:50 +02:00
library@7d86a6235b Updated submodules. 2016-09-21 14:42:15 +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 Reverted logging of xAPI statments 2016-07-13 19:53:27 +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 New module_view, module_list_view & xAPI events 2016-06-30 02:36:11 +03: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 context and token to URL prefix 2016-06-13 10:39:19 +02:00
mod_form.php Fixes #93, use Moodle's SQL limit func 2016-07-15 09:50:52 +02:00
README.md Bumped version to 1.0-rc 2016-07-15 09:50:36 +02:00
settings.php Restrict LRS dependent content types by default 2016-09-22 11:01:50 +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 Update version and release candidate. 2016-09-21 14:04:54 +02:00
view.php Corrected indentation 2016-07-18 10:53:19 +02:00

H5P Moodle Plugin

This is the 1.0-rc version of the H5P plugin for Moodle. That means that this version is feature complete but you might encounter bugs or issues that will not be present in the final version.

Create and add rich content inside your LMS for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.

Description

One of the great benefits with using H5P is that it gives you access to lots of different interactive content types.

Another great benefit with H5P is that it allows you to easily share and reuse content. To reuse content, you just download the H5P you would like to edit and make your changes e.g. translate to a new language or adjust it to a new situation.

H5P is:

  • Open Source
  • Free to Use
  • HTML5
  • Responsive

The H5P community is actively contributing to improve H5P. Updates and new features are continuously made available on the community portal H5P.org.

View our setup for Moodle to get information on how to get started with H5P.

Install

Beta Version

If you can't wait for the final release or simply wish to help test the plugin, you can download the beta version. Here is an example. Remember to replace the version number with the latest from the releases page:

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

It's not recommended to download the tag/version from the releases page as you would also have to download the appropriate version of h5p-php-library and h5p-editor-php-library to put inside the library and editor folders.

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

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.