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

H5P FAQ: Difference between revisions

From MoodleDocs
(New FAQ: How can I make sure that my H5P content is accessible?)
mNo edit summary
Line 31: Line 31:


Please see the h5p.com documentation [https://documentation.h5p.com/content/1290410474004879128 Recommendations and overviews of content types].
Please see the h5p.com documentation [https://documentation.h5p.com/content/1290410474004879128 Recommendations and overviews of content types].


==How can I ensure that H5P content can be accessed in the Moodle app when offline?==
==How can I ensure that H5P content can be accessed in the Moodle app when offline?==

Revision as of 08:59, 15 June 2021

How can I add H5P content to a Lesson or Book?

You can easily add existing H5P content to a Lesson, Book, or other activity or resource via the H5P icon in the Atto editor.

See the section 'Embedding H5P' in H5P for details.

How can I ensure that the grade from the H5P content is stored in the gradebook?

You need to use an H5P activity rather than embedding the H5P content in a different activity.

How can I get embedded H5P content to work with the gradebook?

Add the content as an H5P activity using the Stealth activities feature and embed the resultant code.

Can I migrate content from the mod_hvp plugin to the H5P activity in standard Moodle?

Yes, with the H5P migration tool.

Is it possible to import H5P question types into the Moodle question bank?

Yes - for some (though not all) H5P question types, using the H5P content types format plugin.

How can I make sure that my H5P content is accessible?

Please see the h5p.com documentation Recommendations and overviews of content types.

How can I ensure that H5P content can be accessed in the Moodle app when offline?

The H5P activity included in core supports offline, which means that it is always fully downloaded to the users' device: Moodle app offline features (Other activities). Admins can disable this behaviour from "Site administration > Mobile app > Mobile features > Disabled features > View H5P content offline" (by default is on).

For any other H5P content used, for instance, in a label or in a book:

  • If they are external links, they will never be downloaded.
  • If they are local files, users will always have a button to download them in order to access this H5P content offline.

Is it possible to style H5P content the same as the rest of my site?

Yes (in Moodle 3.10 onwards)! Please see the dev documentation H5P styles.

What are the differences between the H5P core plugin and mod_hvp ?

Aspect core mod_hvp
Automatically add Calendar notifications No Yes
Store H5P content in the Content Bank Yes No

Any further questions?

Please post in the H5P forum on moodle.org