H5P Plugin for Moodle
Find a file
2026-01-22 08:22:00 +01:00
amd Fix/JI-5522 fix resizing problems in moodle4 (#556) 2024-06-19 12:51:28 +02:00
backup/moodle2 implements passing grade course completion 2019-07-31 12:12:32 +01:00
classes Fix uploading new library crashing 2024-11-14 10:01:40 +01:00
db Update messages.php resolves #562 2024-10-07 13:04:15 +02:00
editor@2465cd392b update core + editor 2026-01-22 08:22:00 +01:00
lang/en Feature/ji 5044 hub finding content should be on by default and possible to turn off (#555) 2024-06-19 14:35:42 +02:00
library@c58dd04480 update core + editor 2026-01-22 08:22:00 +01:00
pix Issue 254: Resize icon.svg down to 24x24. 2019-11-01 15:54:49 +11:00
reporting@3f77492cf2 Merge branch 'stable' 2025-01-22 09:24:40 +01:00
templates Fix mobile app embedding display, which partially showed the content 2021-09-08 14:24:29 +10: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 php library submodule 2024-12-09 16:05:36 +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/JI-5522 fix resizing problems in moodle4 (#556) 2024-06-19 12:51:28 +02:00
grade.php Added error message definitions to lang strings file 2023-05-17 10:34:22 +12:00
index.php Fixed potential XSS issue 2023-06-01 15:59:26 +12: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 Fix LICENSE inconsistency - changing to gpl v3 to match code 2023-02-13 13:07:43 +13:00
locallib.php Feature/ji 5044 hub finding content should be on by default and possible to turn off (#555) 2024-06-19 14:35:42 +02:00
mod_form.php added suffix to completion rules 2023-11-24 10:22:40 +00: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 Added error message definitions to lang strings file 2023-05-17 10:34:22 +12:00
settings-hide-key.js Add eslint config, and fix problems reported 2018-09-12 12:36:35 +02:00
settings.php Feature/ji 5044 hub finding content should be on by default and possible to turn off (#555) 2024-06-19 14:35:42 +02:00
share.php Added error message definitions to lang strings file 2023-05-17 10:34:22 +12:00
styles.css Revert "imported h5p css files into styles.css and removed require CSS from locallib.php" 2023-12-25 10:56:46 +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 Update version 2024-12-09 16:36:38 +01:00
view.css AU-7569 update icon codes 2026-01-06 11:09:07 +01:00
view.php Omit double headings (and intro) on Moodle ≥ 4.0.0 fixes #450. 2023-03-26 17:32:45 +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.