From 3b218535f6fbc51e0b1559a63c9350a662a529a4 Mon Sep 17 00:00:00 2001 From: farbod Date: Mon, 28 Mar 2022 13:15:17 +0200 Subject: [PATCH] sync readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c0902a..ffffada 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ moodle-local_och5pcore ===================== +The main purpose of this plugin is to make it possible for the teachers to select Opencast Video from within the H5P Editor when using H5P Interactive Videos feature.
It provides an easy way to add support for H5P opencast to your site themes. It does this by writing new code into your theme renderer.php and config.php files, adding the code required to allow your theme to render H5P opencast content (as suggested by H5P.org in Moodle Customization). Your web server process must also have write access to the Moodle installation tree for this plugin to function.
This design helps to apply the required extension to every installed theme dynamically, instead of creating an extended theme! Using this integration now enables teachers to select opencast videos in a course, using a dropdown inside the H5P Interactive Videos' editor in course content bank. After selecting the opencast video, another dropdown will be shown to select different types of video flavor (Presenter/Presentation). By selecting the video flavor, all available qualities of the video then will be inserted into H5P Editor videos list and the rest will be processed by H5P.