Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_mod-hvp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
bfd310ee
Commit
bfd310ee
authored
6 years ago
by
Paal Joergensen
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-27
12 additions, 27 deletions
README.md
with
12 additions
and
27 deletions
README.md
+
12
−
27
View file @
bfd310ee
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment