H5P Filter

Filters ::: filter_h5p
Maintained by Robert Schrenk, Zentrum für Lernmanagement, Andreas Riepl
This filter adds the possibility to get h5p content being automatically embedded in textfields based on the activityname.

H5P Filter 1.2 (Build: 2020061100)

Moodle 3.5, 3.6, 3.7, 3.8, 3.9
Released: Thursday, 11 June 2020, 5:35 PM

moodle-filter_h5p

Adds a Filter to Moodle to automatically embed an H5P-content in textfields.

This filter adds the possibility to get h5p content being automatically embedded in textfields based on the activityname.

In order to use this filter you have to activate it after installation and ensure that it is listed above the "link activites"-filter. If you have created an interactive content using h5p you can embed it anywhere in the course you like by using the syntax {h5p:activity name}.

Example:

  1. Create an interactive Video with the name "My interactive Video"
  2. (optional) Set the visibility to "available but not shown on course page"
  3. Enter in any textfield the following pattern {h5p:My interactive Video}
  4. It will be embedded automatically and the results will be graded in your course.

Please note, that the activity name is case sensitive!

Version information

Version build number
2020061100
Version release name
1.2 (Build: 2020061100)
Maturity
Stable version
MD5 Sum
2bc3b1402733efc078e9a3526f8f0b0d
Supported software
Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
20_39_8_major

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation