otacke
Forum Replies Created
-
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] h5p_subcontent_idWe are the same page and my answer holds ?? You will need to identify the subcontent (by id) in the parent content’s database entry as I pointed out.
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] h5p_subcontent_idThat subcontent ID is not part of the xAPI specification, but part of H5P’s payload being transferred via xAPI. If the object related xAPI values are not enough for identifying the subcontent, then you will have to select the
filtered
field from the database tableh5p_contents
where theid
matches the id within the xAPI object id. That field is JSON encoded and can be searched for the subcontent id as stated in the xAPI object id, leading you to all the information about the subject that you can get, including its metadata that should be more than enough to identify the subcontent.Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] How to flag in Actor group MembersThere’s only one H5P integration for WordPress, the one that you are using. Its code would need to be changed in order to (also) supply the group object type of an actor within xAPI statements. That’s why I referred you to H5P Group, the maintainer of the H5P plugin. See https://h5p.org
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] How to flag in Actor group MembersThe plugin can only report the user information that it receives from the H5P. integration for WordPress. If the H5P plugin for WordPress does not use group information, you won’t get it here and should contact the maintainer of that plugin, H5P Group.
Forum: Reviews
In reply to: [SNORDIAN's H5PxAPIkatchu] The best plugin for this.Thanks! MMost people don’t think that way, however, because they expect a “gradebook”. Maybe I should try to find the time for such a plugin, too.
Forum: Plugins
In reply to: [Interactive Content – H5P] iOS Problem with fullscreenYes, that’s exactly where the
semi-fullscreen
class would kick in. I didn’t mention that pull request without a good reason to ??Forum: Plugins
In reply to: [Interactive Content – H5P] iOS Problem with fullscreen@icc I have not investigated this particular issue, but it’s possible that this is linked to and fixed by https://github.com/h5p/h5p-php-library/pull/145.
Forum: Plugins
In reply to: [Interactive Content – H5P] Need Find the Words LibraryYes. Because content types can have depencies that you will need to install as well if they are not yet installed and if you provide libraries yourself.
Forum: Plugins
In reply to: [Interactive Content – H5P] Need Find the Words LibraryThe ccontent type was created by Jithin Thankachan. The repository can be found at https://github.com/jithin-space/h5p-find-the-words
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add a new crossword puzzleThat’s what you get after clicking on the “Crossword” entry in the H5P Hub in order to create content? So when you see the infinite loading spinner? Weird. I’d have expected to see something other than just icons not being found, e.g. a message from H5P core or some AJAX error message stemming from the server.
I don’t think this is enough information then for me to help out then (and I doubt that it’s actually a problem with the code of Crossword).
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t add a new crossword puzzleCould you please provide the output from your browser’s development console when trying to create new content?
Please consult https://balsamiq.com/support/faqs/browserconsole/ if you’re not sure about how to open the development console.
I’ll answer here directly, as the issue is with the H5P plugin for WordPress, not with the content type.
In order for
gltf
/glb
files to be allowed, those file types need to be allowed in H5P core. That has been done in June 2021, but the H5P plugin for WordPress is being shipped with an outdated version of H5P core (having other issues, too). So, in order to make this work, either the H5P core team needs to release an updated version of the H5P WordPress plugin containing a more recent version of H5P core, or you’ll need to locate the fileh5p.classes.php
and add the file type extensions that you require (gltf
andglb
) here https://github.com/h5p/h5p-php-library/blob/ab0085de2e2400ffb5bf45ddfafe3c43ab1e3d35/h5p.classes.php#L2024Forum: Plugins
In reply to: [Interactive Content – H5P] All H5P libraries in WordPressThe only H5P integration that features to automatically install and update all H5P libraries that are featured on the H5P Hub server is moodle’s custom H5P integration in moodle’s core.
When using the H5P plugin for WordPress (or any other H5P integration except the one mentioned above), the most feasible way is to use the H5P Hub and start installing the compound content types such as Column, Course Presentation or Interactive Videos first, because installing them will also install libraries required for their subcontent types.
Please note that this will not cover “all” H5P libraries, as there’s a substantial amount of content types that is not featured on the H5P Hub Server yet (including Agamotto 1.6 that you installed earlier today, the H5P Hub server still serves version 1.5). You can find some of those content types via https://www.olivertacke.de/labs/h5p-content-types/. The most convenient way to install those content types is by obtaining a content file and upload that to your platform with sufficient rights like you did.
Forum: Plugins
In reply to: [Interactive Content – H5P] Content name in Portuguese and EnglishThat’s not a feature that any of the other H5P integrations offers, no.
Forum: Plugins
In reply to: [Interactive Content – H5P] Move h5p content to another siteYou should find the export files at
<YourSite>/wp-content/uploads/h5p/exports
on your server. You can copy them and upload them to some other site. There’s neither a batch download nor upload feature however.