Interactive Content – H5P

Activities ::: mod_hvp
Maintained by Frode Petterson, Thomas Marstrander, Pål Jørgensen, Svein-Tore Griff With
Part of set Gamification.
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.
Latest release:
28384 sites
6k downloads
614 fans
Current versions available: 1

One of the great benefits with using H5P is that it gives you access to lots of different interactive content types.

Another great benefit with H5P is that it allows you to easily share and reuse content. To reuse content, you just download the H5P you would like to edit and make your changes – e.g. translate to a new language or adjust it to a new situation.

H5P is:

  • Open Source
  • Free to Use
  • HTML5
  • Responsive

Note that it is currently possible for people with programming skills to cheat in H5P interactions and obtain the full score without knowing the correct answers. H5Ps must not be used for exams or similar.

The H5P community is actively contributing to improve H5P. Updates and new features are continuously made available on the community portal H5P.org.

View our setup for Moodle to get information on how to get started with H5P.

GDPR Compliance

Information useful to help you achieve GDPR compliance while using this plugin can be found at H5P.org's GDPR Compliance page.

Potential privacy issues

The plugin is set up to automatically download content types and provide anonymous usage data which can be disabled through settings.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Frode Petterson (Lead maintainer)
Thomas Marstrander: Developer
Pål Jørgensen: Developer
Svein-Tore Griff With: Developer
Please login to view contributors details and/or to contact them

Comments RSS

Kuva kommentaarid
  • José Gerardo Díaz Estepa
    Laupäev, 23. november 2024, 21.56 PM
    An update appeared today and the uploaded content disappeared.
    23/11/2024
  • José Gerardo Díaz Estepa
    Laupäev, 23. november 2024, 22.57 PM
    SOS.....Today's update 11/23/2024, has problems since it does not allow me to see the information and the error Exception appears - Class "mod_hvp\content_user_data" not found
  • Wolfgang Kathan
    Neljapäev, 28. november 2024, 22.20 PM
    Since the update, 11/23/2024, the following error occurs instead of the library: "Error, unable to load libraries."
  • leili mei
    Esmaspäev, 13. jaanuar 2025, 22.09 PM
    Hello.
    We have Moodle 4.5 and I am trying out Timeline but I can't seem to make the photo appear. I placed a link of a Flicker photo but only a broken image icon appears not the photo.
    Any idea how to resolve this? Thanks.
  • Wael Dokhan
    Neljapäev, 13. veebruar 2025, 07.38 AM
    Interactive video in interactive content activity not working in moodle app for ios os what is solve
  • Patrick Tan
    Teisipäev, 1. aprill 2025, 20.52 PM
    Anyone else stuck at this step after selecting interactive video content type?

    "...Loading, please wait"
  • Scott Rogers
    Kolmapäev, 23. aprill 2025, 09.34 AM
    Hi Team, does anyone know when the 5.0 compatible version will be released?
  • Mandar Bhanushe
    Teisipäev, 6. mai 2025, 21.20 PM
    Please make this compatible with Moodle 5.0+ version asap.
  • Gowius marketing
    Laupäev, 5. juuli 2025, 09.29 AM
    cuando sale la versión 5.0
  • Gowius marketing
    Laupäev, 5. juuli 2025, 09.35 AM
    Hola no aparece el boton de instalar y el de descarga no es zip
  • Marine Carayon
    Teisipäev, 8. juuli 2025, 22.58 PM
    Hello,
    A teacher reported an H5P bug to me regarding interactive videos. This bug has been going on for 3/4 years. When a student makes a graded interactive video and wants to try again to improve their score, the score from the first attempt remains and does not change. This means that, on the MOODLE gradebook, the grade is not changed.
    This adds work for the teacher.
    Could you look into this?
    Thanks!
  • Finlay Wright
    Kolmapäev, 9. juuli 2025, 20.06 PM
    hello, is there any word on when this will be compatible with 5.0?
  • Holger Striegl
    Neljapäev, 31. juuli 2025, 21.57 PM
    During an update (to moodle 4.5), we are facing troubles with some content types (advent calendar, arithmetic quizz, etc.). We wanted to try to (re)install the libraries for those content types "manually" via the libraries-settings-page on our moodle instance. The question is: where can I find the libraries (*.h5p-files) that I can upload there?
    Do I get them via the h5p-git-repository and do i simply have to download the zip-files there (https://github.com/h5p/h5p-arithmetic-quiz)? If I do so, our moodle instance gives me errors like: Could "not find library.json file with valid json format for library css".

    We already converted the zip-files fro the git-repo to a *.h5p-file, but are not sure, if we did everything correctly or why this is not working.
  • Martin Hostettler
    Neljapäev, 14. august 2025, 21.20 PM
    hello, is an update scheduled for moodle 5.0
    thank you for more informations about.
  • Çağrı Akkaya
    Neljapäev, 4. september 2025, 16.25 PM
    I recently faced an issue where Moodle couldn’t load the following file for H5P Interactive Video:

    /pluginfile.php/1/mod_hvp/libraries/H5PEditor.VerticalTabs-1.3/vertical-tabs.js?ver=1.3.9


    After some debugging, I found out that the file records in the mdl_files table were inconsistent.

    Steps I followed:

    I ran the following query:

    SELECT id, contenthash, filename, filepath, component
    FROM mdl_files
    WHERE filename = 'vertical-tabs.js';


    This returned two rows:

    One with component = mod_hvp

    Another with component = core_h5p

    When comparing the working and non-working systems, I noticed that the core_h5p record was correct (same in both), but the mod_hvp record had a wrong or outdated contenthash.

    Solution:

    I copied the correct contenthash value from the core_h5p row

    And updated the mod_hvp row with it.

    After that, the file started loading correctly again.

    ✅ Key takeaway:
    If vertical-tabs.js (or similar H5P editor libraries) can’t be found, check the mdl_files table. Make sure the mod_hvp record points to the same valid contenthash as the core_h5p record.
Please login to post comments