You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Barros ee215165ea Adicionando arquivos 3 years ago
amd Adicionando arquivos 3 years ago
backup/moodle2 Adicionando arquivos 3 years ago
classes Adicionando arquivos 3 years ago
db Adicionando arquivos 3 years ago
editor Adicionando arquivos 3 years ago
lang/en Adicionando arquivos 3 years ago
library Adicionando arquivos 3 years ago
pix Adicionando arquivos 3 years ago
reporting Adicionando arquivos 3 years ago
templates Adicionando arquivos 3 years ago
LICENSE Adicionando arquivos 3 years ago
README.md Adicionando arquivos 3 years ago
ajax.php Adicionando arquivos 3 years ago
autoloader.php Adicionando arquivos 3 years ago
content_hub_registration.php Adicionando arquivos 3 years ago
dataviews.js Adicionando arquivos 3 years ago
editor.js Adicionando arquivos 3 years ago
embed.php Adicionando arquivos 3 years ago
grade.php Adicionando arquivos 3 years ago
index.php Adicionando arquivos 3 years ago
lib.php Adicionando arquivos 3 years ago
library_list.php Adicionando arquivos 3 years ago
locallib.php Adicionando arquivos 3 years ago
mod_form.php Adicionando arquivos 3 years ago
renderer.php Adicionando arquivos 3 years ago
review.php Adicionando arquivos 3 years ago
settings-hide-key.js Adicionando arquivos 3 years ago
settings.php Adicionando arquivos 3 years ago
share.php Adicionando arquivos 3 years ago
styles.css Adicionando arquivos 3 years ago
thirdpartylibs.xml Adicionando arquivos 3 years ago
upgrade_content_page.php Adicionando arquivos 3 years ago
version.php Adicionando arquivos 3 years ago
view.css Adicionando arquivos 3 years ago
view.php Adicionando arquivos 3 years ago
xapi-collector.js Adicionando arquivos 3 years ago
xapi-custom-report.css Adicionando arquivos 3 years ago

README.md

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.