Creating new H5P content involves 2 steps:
For further information about Make a copy of the file and Link to the file, please refer to Step 2: Add H5P content to Moodle.
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 already had an existing H5P package ready, which may either be downloaded from a Moodle module or shared with you by someone else, 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 other editing staff roles on the module can search for and download the H5P content package, or create a H5P activity from the content package. However, only the staff member that created the H5P content package can edit the content. You can set your content to unlisted if you want to hide it from view in the Content bank. It will be available to other staff and students to view once you add it as an H5P activity to the module.
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.