Autoría | Ultima modificación | Ver Log |
# H5P Moodle PluginCreate and add rich content inside your LMS for free. Some examples of what youget with H5P are Interactive Video, Quizzes, Collage and Timeline.## UsageIf 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```## DescriptionOne of the great benefits with using H5P is that it gives you access to lots ofdifferent [interactive content types](https://h5p.org/content-types-and-applications).Another great benefit with H5P is that it allows you to easily share and reusecontent. To reuse content, you just download the H5P you would like to edit andmake your changes – e.g. translate to a new language or adjust it to a newsituation.H5P is:* Open Source* Free to Use* HTML5* ResponsiveThe H5P community is actively contributing to improve H5P. Updates and newfeatures are continuously made available on the community portal[H5P.org](https://h5p.org).View our [setup for Moodle](https://h5p.org/moodle) to get information on howto get started with H5P.### GDPR ComplianceInformation useful to help you achieve GDPR compliance while using this plugincan be found at [H5P.org's GDPR Compliance](https://h5p.org/plugin-gdpr-compliance) page.### Development VersionWarning! 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 PluginIn Moodle, go to administrator -> plugin overview, and press 'Update database'.## SettingsSettings can be found at: Site Administration -> Plugins -> Activity Modules -> H5P## ContributingFeel free to contribute by:* Submitting translations to the [Moodle AMOS translator](https://lang.moodle.org/local/amos/view.php)* Testing and creating issues. But remember to check if the issues is alreadyreported before creating a new one. Perhaps you can contribute to an alreadyexisting issue?* Solving issues and submitting code through Pull Requests to the 'master' branch or on a separate feature branch.