H5P activity: Difference between revisions

From MoodleDocs
(updated video)
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Activities}}{{New features}}
{{Activities}}
==What is an H5P activity?==
__NOTOC__
The H5P activity enables H5P content created in the [[Content bank]] or on h5p.com to be easily added to a course.
==What is the H5P activity?==
{{MediaPlayer | url =https://youtu.be/ctRh1vtVXFA | desc = Overview of the H5P activity}}
The H5P activity enables H5P content created in the [[Content bank]], or on the [https://h5p.com/ h5p.com site], or the [https://next.lumi.education/ LUMI] app  for desktop, to be easily added to a course as an activity.,
https://youtu.be/ctRh1vtVXFA
 
Make sure you download the newly created H5P file on the [https://h5p.com/ h5p.com site] that you will later upload to your Moodle course to be easily added to a course as an activity.
 
If you are linking to H5P content on another site, such as [https://h5p.com/ h5p.com site], then you need to enter it as an allowed source (Administration -> Plugins -> Filters -> Display H5p -> Allowed sources). Nothing needs to be entered if you are adding H5P content to your course from the content bank or by uploading an H5P package.
 
{{MediaPlayer | url = https://youtu.be/XFuXuJ4R9aw | desc = The H5P activity}}
 
Note: You can also embed H5P content into any activity or resource, such as a [[Lesson]] or a [[Book]], via the H5P button in the Atto editor, as described in the [[H5P|H5P overview]].


==How is it set up?==
==How is it set up?==
Line 9: Line 16:
#In a course, with the editing turned on, choose 'H5P' from the activity chooser.
#In a course, with the editing turned on, choose 'H5P' from the activity chooser.
#Give it a name and, if needed, a description.
#Give it a name and, if needed, a description.
# From Package file >file picker, add your H5P file from the Upload a file link or from the Content bank. '''Note:''' If you add the content as an alias, any modifications will be displayed here but if you add it as a copy, the modifed version will not display. For more information see [[Working with files]]
# From Package file > File picker, add your H5P file from the Upload a file link or from the Content bank. '''Note:''' If you add the content as an alias, any modifications will be displayed here but if you add it as a copy, the modified version will not display. For more information see [[Working with files]]
#Expand the other sections to select the settings you want, and then click Save and return to course.
#Expand the other sections to select the settings you want, and then click Save and return to course.
==How does it work?==
===Student view===
Students click on the H5P icon in the course to access it.
[[File:StudentH5Pview.png|center]]
Depending on the H5P activity and teacher's settings, the activity may be gradeable. Students can see their attempts from the View my attempts link top right.
[[File:StudentH5PScore.png|center]]
In the attempts report, the success column reports when the student has obtained 100% in the activity. The completion column reports whether the student went through the H5P content to the end. (The attempts report only displays data from the H5P content - there is no connection with the 'Grade to pass' activity setting nor with activity completion settings.)
===Teacher view===
Teachers can see all attempts by all users from the link above the activity. Note that the figure refers to the number of attempts, not to the number of students who have attempted the activity.
[[File:h5pteachersubmitted.png|center]]


==Capabilities==
==Capabilities==
Line 21: Line 44:
* [[Capabilities/mod/h5pactivity:view|View H5P]]
* [[Capabilities/mod/h5pactivity:view|View H5P]]


==Migrating activities from mod_hvp to mod_h5pactivity==
==More information==
 
The [[Interactive_Content_-_H5P_activity|mod_hvp plugin]] (mod_hvp) is a third-party plugin created and maintained by Joubel.
Since 3.9, a new H5P activity (mod_h5pactivity) has been developed and included in Moodle LMS core.
 
For migrating content from mod_hvp to mod_h5pactivity, a migration tool has been created. It can be downloaded and installed from https://moodle.org/plugins/tool_migratehvp2h5p.
This tool will allow admins to choose the mod_hvp activities to migrate to mod_h5pactivity and what to do with the original activity once migrated (hide it, delete it or leave as it is). When using it, a new mod_h5pactivity will be created and the student results will be copied too.
 
The migration tool can be executed as a regular admin tool from the site administration menu or via terminal (CLI) in case the instance has a big number of mod_hvp to migrate. You can find more information on how to execute the migration tool in [https://moodle.org/plugins/tool_migratehvp2h5p the plugin description]
 
There are some limitations to consider before using the migration tool to copy activities from mod_hvp to mod_h5pactivity:
 
# Currently it's still not possible to save the current status with the mod_h5pactivity. The mod_hvp supports it (although it's disabled by default) so, before migrating the activities, consider students might loose these unfinished attempts.
# The new mod_h5pactivity hasn't any global settings to define the default behaviour so general settings defined in mod_hvp, such as the default display options or whether to use or not the hub, are not migrated.
# The new mod_h5pactivity doesn't support (at least for now), H5P styles (hvp_alter_styles): MDL-69087
 
[[File:migrationtool_hvp2h5p.png|Migration tool]]
 
==See also==


* [[H5P]] for more information on H5P in Moodle
* [[H5P]] for more information on H5P in Moodle, including embedding H5P content.
* [https://moodle.org/mod/forum/view.php?id=8603 H5P forum] on moodle.org - for any questions you may have
* [[H5P FAQ]]
* [[H5P migration tool]] for migrating content from the mod_hvp plugin to the H5P activity
* [[H5P essay]] an auto-grading H5P essay question type


[[Category: H5P]]
[[Category:H5P]]


[[es:Actividad H5P]]
[[es:Actividad H5P]]
[[de:H5P-Aktivität]]

Revision as of 20:05, 15 May 2022


What is the H5P activity?

The H5P activity enables H5P content created in the Content bank, or on the h5p.com site, or the LUMI app for desktop, to be easily added to a course as an activity.,

Make sure you download the newly created H5P file on the h5p.com site that you will later upload to your Moodle course to be easily added to a course as an activity.

If you are linking to H5P content on another site, such as h5p.com site, then you need to enter it as an allowed source (Administration -> Plugins -> Filters -> Display H5p -> Allowed sources). Nothing needs to be entered if you are adding H5P content to your course from the content bank or by uploading an H5P package.

The H5P activity

Note: You can also embed H5P content into any activity or resource, such as a Lesson or a Book, via the H5P button in the Atto editor, as described in the H5P overview.

How is it set up?

  1. Ensure that you first have an existing H5P activity to upload, or that you have created one in the Content bank.
  2. In a course, with the editing turned on, choose 'H5P' from the activity chooser.
  3. Give it a name and, if needed, a description.
  4. From Package file > File picker, add your H5P file from the Upload a file link or from the Content bank. Note: If you add the content as an alias, any modifications will be displayed here but if you add it as a copy, the modified version will not display. For more information see Working with files
  5. Expand the other sections to select the settings you want, and then click Save and return to course.

How does it work?

Student view

Students click on the H5P icon in the course to access it.

StudentH5Pview.png

Depending on the H5P activity and teacher's settings, the activity may be gradeable. Students can see their attempts from the View my attempts link top right.

StudentH5PScore.png

In the attempts report, the success column reports when the student has obtained 100% in the activity. The completion column reports whether the student went through the H5P content to the end. (The attempts report only displays data from the H5P content - there is no connection with the 'Grade to pass' activity setting nor with activity completion settings.)

Teacher view

Teachers can see all attempts by all users from the link above the activity. Note that the figure refers to the number of attempts, not to the number of students who have attempted the activity.

h5pteachersubmitted.png

Capabilities

There are 4 capabilities relating to the H5P activity:

More information

  • H5P for more information on H5P in Moodle, including embedding H5P content.
  • H5P FAQ
  • H5P migration tool for migrating content from the mod_hvp plugin to the H5P activity
  • H5P essay an auto-grading H5P essay question type