H5P Plugin for Moodle
Find a file
2016-03-29 12:56:28 +02:00
backup/moodle2 RENAMED THE MODULE. 2013-11-13 14:37:50 +01:00
classes Make sure cron runs without issues 2016-03-07 10:59:18 +01:00
db Merge pull request #33 from juho-jaakkola/hvp_table 2016-01-18 09:27:13 +01:00
lang/en Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00
library@d912232433 Updated h5p libraries 2016-03-29 12:56:28 +02:00
pix Fixed #8 - Update H5P icon. [MDL-8] 2016-01-06 14:38:29 +01:00
.gitignore HFJ-13: Added uploading and saving of h5p files. 2013-11-15 16:28:04 +01:00
.gitmodules Added library as submodule 2015-12-01 12:32:02 +01:00
ajax.php Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00
autoloader.php Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00
dataviews.js Updated docs #35 2016-01-29 15:20:45 +01:00
grade.php Updated docs #35 2016-01-29 15:20:45 +01:00
index.php HFJ-11: Created installable module with database tabels. 2013-11-13 13:06:42 +01:00
lib.php Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00
library_list.php Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00
LICENSE Initial commit 2015-11-10 16:57:10 +01:00
locallib.php Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00
mod_form.php Fixed #34 - Editing an existing activity without uploading H5P [MDL-34] 2016-01-28 14:35:03 +01:00
README.md Updated links 2016-02-01 10:01:03 +01:00
settings.php Merge branch 'master' into library-admin-page 2016-01-15 10:51:25 +01:00
styles.css Fixed #35, added report for each content 2016-01-29 14:09:24 +01:00
upgrade_content_page.php Use correct function 2016-03-15 15:49:13 +01:00
version.php Fixed #24 - Adds 'timecreated' and 'timemodified' columns to 'hvp' table 2016-01-13 13:05:08 +02:00
view.php Improved the way AJAX is handeled 2016-02-25 16:12:08 +01:00

H5P Moodle Plugin

This is a prototype under development.

Install

Development Version

Warning! Using the development version may cause strange bugs, so do not use it for production!

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

Alpha Versions

If you can't wait for the final release you can check out one of the test versions. Here is an example. Remember to replace the version number with the latest from the releases page:

git clone --branch 0.2.0 https://github.com/h5p/h5p-moodle-plugin.git hvp && cd hvp && git submodule update --init

Alternatively, you can download the latest tag/version from the releases page. However, then you'll also have to download the same version of h5p-php-library, e.g. moodle-0.2.0. And extract it into the moodle/mod/hvp/library folder.

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
  • 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.