Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: H5P activity.

H5P activity: Difference between revisions

From MoodleDocs
m (Added some clarifications.)
(→‎How does it work?: attempts report success and completion columns)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Activities}}{{New features}}
{{Activities}}{{New features}}
The H5P activity enables H5P content created in the [[Content bank]] or on h5p.com to be easily added to a course.
__NOTOC__
==What is the H5P activity?==
The H5P activity enables H5P content created in the [[Content bank]] or on h5p.com to be easily added to a course as an activity.


==Adding an H5P activity==
{{MediaPlayer | url =https://youtu.be/ctRh1vtVXFA  | desc = The H5P activity}}


# With the editing turned on in a course, click 'Add an activity or resource' and then select H5P.
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]].
# Add the title and other information and either:
 
#*upload a new activity (file extension .h5p) from the file picker or
==How is it set up?==
#* locate and upload an existing .h5p file from the file picker > content bank or
#Ensure that you first have an existing H5P activity to upload, or that you have created one in the [[Content bank]].
#* click the link "Use the content bank (opens in a new window) to manage your H5P files" and, from the new window, create a new H5P activity, save it, return to the H5P activity settings and upload the file from the content bank.
#In a course, with the editing turned on, choose 'H5P' from the activity chooser.
# Remember that if you add the content as an alias, any content edition will update this instance; but if you add it as a copy changes won't be applied, See [[Working with files]] for more details
#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]]
#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 20: Line 40:
* [[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]] is a third-party plugin created and maintained by Joubel.
Since 3.9, a new H5P activity has been developed and included in Moodle LMS core: mod_h5pactivity
 
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.
 
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.
* [[H5P FAQ]]
* [[H5P migration tool]] for migrating content from the mod_hvp plugin to the H5P activity


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


[[es:Actividad H5P]]
[[es:Actividad H5P]]

Latest revision as of 08:16, 9 September 2020

New feature
in Moodle 3.9!


What is the H5P activity?

The H5P activity enables H5P content created in the Content bank or on h5p.com to be easily added to a course as an activity.

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 modifed 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