Multible instances of a "h5p object"?
I can see from the documentation that you can make a multible instance implementation of H5P module.
How do you do this?
I can imagine two alternative ways:
A. You just install the h5p module one time and then implement it in different web pages and you will have multiple instances of the same h5p module.
B. A will not work, and you will have to upload the same h5p module under different names. There will then still only be installed one common library, but each different web page will have to use different named h5p modules.