H5P Plugin for Moodle
Find a file
2021-04-22 12:00:41 +02:00
amd Merge branch 'master' into content-hub 2020-12-04 14:11:44 +01:00
backup/moodle2 implements passing grade course completion 2019-07-31 12:12:32 +01:00
classes Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
db Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
editor@17e913170d Update editor 2021-04-14 16:54:07 +02:00
lang/en Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
library@77cd61b147 Update H5P Core 2021-04-22 11:33:50 +02:00
pix Issue 254: Resize icon.svg down to 24x24. 2019-11-01 15:54:49 +11:00
reporting@bda0c7d975 Update reporting module 2021-04-22 12:00:41 +02:00
templates JI-2150 Align hub settings with other Moodle options 2021-01-28 14:51:24 +01:00
.eslintrc Add eslint config, and fix problems reported 2018-09-12 12:36:35 +02:00
.gitignore HFJ-13: Added uploading and saving of h5p files. 2013-11-15 16:28:04 +01:00
.gitmodules Update .gitmodules 2018-03-22 14:01:50 +01:00
.jshintrc JI-1059 Fix remaining Ci complaint 2019-04-03 15:00:57 +02:00
.travis.yml Fix travis integration services 2020-08-05 13:06:05 +02:00
ajax.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
autoloader.php JI-942 Remove unused autoload 2019-02-05 15:19:39 +01:00
content_hub_registration.php Ensure hub registration js is always loaded in head 2021-04-14 16:33:49 +02:00
dataviews.js Add eslint config, and fix problems reported 2018-09-12 12:36:35 +02:00
editor.js Fix unsupported trailing comma in arguments list for ie11 2019-12-09 12:44:55 +01:00
embed.php Fix core not being able to write to session when making tokens 2020-12-07 12:56:37 +01:00
grade.php Add translation for grading header 2020-11-18 12:56:21 +01:00
index.php Fixed most issues from Moodle codechecker 2017-06-08 15:12:00 +02:00
lib.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
library_list.php HFP-2858 Change function name to lower-case letters only 2019-10-08 13:51:18 +02:00
LICENSE Initial commit 2015-11-10 16:57:10 +01:00
locallib.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
mod_form.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
README.md Update README.md 2019-08-14 10:10:26 +02:00
renderer.php Render report from template 2017-06-19 09:30:50 +02:00
review.php HFP-2858 Change function name to lower-case letters only 2019-10-08 13:51:18 +02:00
settings-hide-key.js Add eslint config, and fix problems reported 2018-09-12 12:36:35 +02:00
settings.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
share.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
styles.css Fix #339 improve asset caching on embedded content 2020-10-15 16:13:27 +01:00
thirdpartylibs.xml Define third party libraries 2017-06-06 14:14:01 +02:00
upgrade_content_page.php HFP-2858 Change function name to lower-case letters only 2019-10-08 13:51:18 +02:00
version.php Prepare for release 1.22.1 2021-04-22 11:39:18 +02:00
view.css Fix align content hub icon to middle 2021-04-14 15:52:31 +02:00
view.php Fix complaints from moodle ci linter 2021-04-14 17:28:53 +02:00
xapi-collector.js JI-1059 Update library submodule 2019-04-03 17:08:08 +02:00
xapi-custom-report.css HFP-1904 Fix Moodle coding style issues. 2018-06-29 14:39:28 +02:00

H5P Moodle Plugin

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.

Usage

If you intend to use the repository directly in production, make sure that you're using the "Stable" branch, as this is the production branch. There are no guarantees for the state of the other branches at any given time. Also make sure that all submodules are pulled as well using:

git submodule update --init

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.

GDPR Compliance

Information useful to help you achieve GDPR compliance while using this plugin can be found at H5P.org's GDPR Compliance page.

Development Version

Warning! Never use the development version in production, there are no guarantees for which state the development branches are in at a given time.

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

git clone -b master 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 to the Moodle AMOS translator
  • 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 to the 'master' branch or on a separate feature branch.