tunapanda/h5p-standalone

Provide full H5P experience

0xMurage opened this issue ยท 3 comments

Although H5P standalone provides an easy and quick way for a developer/less technical user to display any H5P content on a website, few configuration options are currently not exposed for customization.
Below configurations options need to be exposed to improve the standalone benefits similar to other H5P platform integration options:

  1. General H5P player/editor settings (Under H5PIntegration)
Property Purpose
ajax.setFinished Where to post user results once they complete. Ref
ajax.contentUserData Where to post user progress/content state. Ref
postUserStatistics Indicates if user results should be sent to ajax.setFinished url. Ref
user.name Current user name (if available). Ref
user.email Current user email (if available)
siteUrl User bio url (if available) - used to identify the actor if user.* is not provided. Ref
saveFreq How often current user engagement content state should be saved (in seconds). false to disable Ref.
l10n.h5p H5P core JS components localization namespace. Ref
url Used to generate content url if H5PIntegration.contents[contentId].contentUrl is not available. Ref.
  1. Content specific properties: (Under H5PIntegration.contents[contentId])
Property Purpose
contentUserData Content state/user data according to interaction with the content. Ref
embedCode HTML code that can be used to embed the content on other web media. Ref

Hi, is there possibility to find old version of H5P Standalone, because with this version, any thing work !?
Thanks

๐ŸŽ‰ This issue has been resolved in version 3.6.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€