H5P Plugin for Moodle
Find a file
2021-03-23 12:12:29 +01: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 Update translations map 2021-03-19 12:57:43 +01:00
db Merge branch 'master' into content-hub 2020-12-04 14:11:44 +01:00
editor@defa025458 Update editor and core 2021-03-23 12:12:29 +01:00
lang/en Fix translation mapping 2021-03-19 14:13:32 +01:00
library@a0f1e1a527 Update editor and core 2021-03-23 12:12:29 +01:00
pix Issue 254: Resize icon.svg down to 24x24. 2019-11-01 15:54:49 +11:00
reporting@1e784ebc43 Update reporting submodule 2020-08-04 14:17:47 +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 JI-2272 Add content hub implementation changes 2021-02-23 14:54:11 +01:00
autoloader.php JI-942 Remove unused autoload 2019-02-05 15:19:39 +01:00
content_hub_registration.php Fix Moodle coding style 2020-12-01 14:14:57 +01: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 Merge branch 'master' into content-hub 2020-12-04 14:11:44 +01: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 JI-2272 Add content hub implementation changes 2021-02-23 14:54:11 +01:00
mod_form.php Fix form not failing to load when default activity completion is set 2021-03-21 10:44:59 +01: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 hub account settings not being displayed when not registered 2020-12-01 15:38:19 +01:00
share.php JI-2272 Add content hub implementation changes 2021-02-23 14:54:11 +01: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 Merge branch 'master' into content-hub 2020-12-04 14:11:44 +01:00
view.css Add new hub icon to sharing bar 2020-12-03 11:09:35 +01:00
view.php JI-2084 Fix synced status update after resync 2020-12-03 15:27:39 +01: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.