Skip to content
Snippets Groups Projects
Commit bfd310ee authored by Paal Joergensen's avatar Paal Joergensen
Browse files

Merge branch 'master' of github.com:h5p/h5p-moodle-plugin

parents d218a616 bc1b37b9
No related branches found
No related tags found
No related merge requests found
# H5P Moodle Plugin # H5P Moodle Plugin
This is the 1.0-rc version of the H5P plugin for Moodle. That means that this
version is feature complete but you might encounter bugs or issues that will
not be present in the final version.
Create and add rich content inside your LMS for free. Some examples of what you 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. 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 ## Description
One of the great benefits with using H5P is that it gives you access to lots of One of the great benefits with using H5P is that it gives you access to lots of
...@@ -35,42 +41,21 @@ to get started with H5P. ...@@ -35,42 +41,21 @@ to get started with H5P.
Information useful to help you achieve GDPR compliance while using this plugin Information useful to help you achieve GDPR compliance while using this plugin
can be found at [H5P.org's GDPR Compliance](https://h5p.org/plugin-gdpr-compliance) page. can be found at [H5P.org's GDPR Compliance](https://h5p.org/plugin-gdpr-compliance) page.
## Install
### Beta Version
If you can't wait for the final release or simply wish to help test the plugin,
you can download the beta version.
Here is an example. Remember to replace the version number with the latest from
the [releases](https://github.com/h5p/h5p-moodle-plugin/releases) page:
```
git clone --branch 1.0-rc.2 https://github.com/h5p/h5p-moodle-plugin.git hvp && cd hvp && git submodule update --init
```
It's not recommended to download the tag/version from the
[releases](https://github.com/h5p/h5p-moodle-plugin/releases) page as you would
also have to download the appropriate version of
[h5p-php-library](https://github.com/h5p/h5p-php-library/releases) and
[h5p-editor-php-library](https://github.com/h5p/h5p-php-library/releases) to
put inside the `library` and `editor` folders.
### Development Version ### Development Version
Warning! Using the development version may cause strange bugs, so do not use it Warning! Never use the development version in production, there are no guarantees for which state the development branches are in at a given time.
for production!
Inside your `moodle/mod` folder you run the following command: Inside your `moodle/mod` folder you run the following command:
``` ```
git clone https://github.com/h5p/h5p-moodle-plugin.git hvp && cd hvp && git submodule update --init git clone -b master https://github.com/h5p/h5p-moodle-plugin.git hvp && cd hvp && git submodule update --init
``` ```
### Enabling The Plugin ### Enabling The Plugin
In Moodle, go to administrator -> plugin overview, and press 'Update database'. In Moodle, go to administrator -> plugin overview, and press 'Update database'.
## Settings ## Settings
Settings can be found at: Site Administration -> Plugins -> Activity Modules -> H5P Settings can be found at: Site Administration -> Plugins -> Activity Modules -> H5P
## Contributing ## Contributing
Feel free to contribute by: Feel free to contribute by:
* Submitting translations * Submitting translations
* Testing and creating issues. But remember to check if the issues is already * Testing and creating issues. But remember to check if the issues is already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment