cartridge xml [IMSCC] how to included the H5P file in moodle? - moodle

I have issue while creating cartridge XML package for moodle, It doesn't support H5P format. When i import the package into moodle, it shows h5p not found in package.

IMS Common Cartridge 1.1 does not support h5p.
It supports only these content types:
URL
Folder
LTI
Discussion topic
Assessment
Static HTML
See the official standard
IMS Common Cartridge® v1.1 Implementation

Related

Add new file extensions in content resources JasperReports Server 8.0.0

I am trying to add a new file extension in JasperReports Server, there is not much information about this except what is presented in the following link
https://community.jaspersoft.com/wiki/how-add-new-content-resource-file-...
The explanation is given there, but I can't find the route they mention, I don't know if it's because I'm using the community version, any help in this regard?

Word JavaScript preview API

Is it possible to use the preview API in a offline environment? I means, something like to reference locally the library.
Thank you for your time.
Best regards
Yes, it is possible if you download the latest office.js version locally. To use preview APIs:
You must reference the beta library on the CDN (https://appsforoffice.microsoft.com/lib/beta/hosted/office.js). The type definition file for TypeScript compilation and IntelliSense is found at the CDN and DefinitelyTyped. You can install these types with npm install --save-dev #types/office-js-preview.
You may need to join the Office Insider program for access to more recent Office builds.
Read more about that in that in the Word JavaScript preview APIs article.

OpenUI5 offline documentation

When offline I'd like to have the UI5 documentation saved locally.
It appears the docs contained in the runtime simply reference the official website and the only other form of downloadable documentation I could find is a PDF from SAP which is indeed well structured and cross-referenced.
Still, I wonder: is there a packaged version of the UI5 documentation ?
Using the Node modules for OpenUI5, I expected to find a separate package for the documentation: there is none. Serving the unzipped SDK with any local webserver works just fine.

Product Review In Virto Commerce

The product review section is seen in the official document (https://virtocommerce.com/docs/vc2userguide/merchandise-management/products-catalog), but not in the latest source code (https://github.com/VirtoCommerce/vc-platform). Is the part displayed on the official website from another version?
VirtoCommers platform has a modularity architecture. Each domain-specific functionality such as PIM (Product information management) presented as standalone modules which can be installed into the platform in runtime. So, the platform solution does not contain code modules.
The catalog module is located in this repository https://github.com/VirtoCommerce/vc-module-catalog

Where can I find online/live and accurate and multi versioned Jersey documentation?

Since java.net has been shut down where can I find an online documentation for Jersey 2.0? Github repo contains docbook only. Docs.oracle.com is a nightmare and does not contains the info I need.
Jersey 2.23 User Guide is available on the github site: https://jersey.github.io/documentation/latest/index.html