Creating new H5P content involves 2 steps:
The Content bank is an area in a module where H5P content is stored, edited and created. It is located under More on the contextual navigation menu.
Mathematical expressions can be added to the text editor in any of the H5P activities. There are three different ways you can use to let H5P know this is LaTeX.
This is commonly used as part of sentences within a text
\( some LaTeX \)
Example: In physics, the mass-energy equivalence is stated by the equation E = mc2, discovered in 1905 by Albert Einstein. In LaTeX: In physics, the mass-energy equivalence is stated by the equation \(E=mc^2\), discovered in 1905 by Albert Einstein.
This is commonly used as a standalone formula that will be centred. It can be written in either of the following ways.
\[ some LaTeX \]
or
$$ some LaTeX $$
Example: The mass-energy equivalence is described by the famous equation E = mc2 discovered in 1905 by Albert Einstein. In LaTeX: The mass-energy equivalence is described by the famous equation \[E=mc^2\] discovered in 1905 by Albert Einstein. or The mass-energy equivalence is described by the famous equation $$E=mc^2$$ discovered in 1905 by Albert Einstein.
Alternatively, if you have an existing H5P package ready, which may either be downloaded from a Moodle module or shared with you by a colleague, you can upload the file into the Content bank. The file extension of a H5P package should be .h5p
By default, all H5P content packages which are created in or uploaded to the content bank are set as Public. This means that staff enrolled as Lecturers or Programme Administrators on the module can edit the content. You can set your content to unlisted if you want to hide it from view in the Content bank. Please note, content will be available to other staff to edit via the activity once you add it to the module page for students to complete.
To make content unlisted:
Once H5P content is ready in the Content bank, it can be released to students by adding an H5P activity. This allows students to view and interact with the H5P content.
H5P content in your Moodle module can be edited in two locations.
If your H5P activity is linked to the H5P package in the Content bank, any update in the package will be reflected in the activity, and vice versa. If you make a copy of the file when you create the H5P activity, any changes made via the activity will not update the associated content package in the Content bank.