How Can I go automatically in a new page when the game is finished
Submitted by carlotoscani@gm... on Tue, 11/22/2022 - 23:48
Forums:
hi,
How Can I go automatically in a new page when the game is finished, or how can I have a link to change game when I finish another game?
king regards
BV52
Wed, 11/23/2022 - 17:49
Permalink
Hi,IMOO the feature you are
Hi,
IMOO the feature you are looking for should be implemented within the CMS/LMS/LRS level not the content level such as H5P.
Additionally please refrain from posting multiple times with the same issue/request.
-BV
carlotoscani@gm...
Wed, 11/23/2022 - 18:01
Permalink
hi, do you have an example of
hi, do you have an example of how can I implement it from wordpress? for me was clear when I answer right will appear a link button to go ahead to next game. I don't know how wordpress can know that the user has finished. Thanks for your help . it is for the children of an association ONG.
sorry for the same request in two pos, the first time I get error in the page and i didn't see that it was plublished.
kind regards
Namastè
BV52
Thu, 11/24/2022 - 17:25
Permalink
Hi,This is better answered by
Hi,
This is better answered by community members who have had experience in implementent such setup. if anyone have any suggestions feel free to chime in.
-BV
otacke
Sat, 12/03/2022 - 01:28
Permalink
Hi!You can track completion
Hi!
You can track completion via xAPI as documented in the developer documentation of H5P. You'd want to use the alter_scripts hook to add your own scripts to H5P contents - also documented including a sample plugin for WordPress. If you require some xAPI implementation code, have a look at the H5PxAPIkatchu plugin for WordPress.
Best,
Oliver
demetriosalani
Sun, 12/04/2022 - 20:30
Permalink
H5PxAPIkatchu
Hi, I have the same probelm I cannot go automatically in a new page when the game is finished I installed H5PxAPIkatchu but I cannot reach automatically in a new page. I am also in no profit and we have other friendes of other ONG with the same issue.
Please can you help us with more information about it.
I need to installe a java script?
thanks a lot for you help
Demetrio
carlotoscani@gm...
Sun, 12/04/2022 - 20:37
Permalink
developer documentation of H5P
Hi,
thanks for reply I read this https://h5p.org/documentation/for-authors/analyzing-results-and-answers
I installed this
https://wordpress.org/plugins/h5pxapikatchu/
but yet I cannot go automatically in a new page when the game is finished
is there a easy way to do this?
do you have a guide?
kind regards
I wish you a good day
Carlo
otacke
Sun, 12/04/2022 - 21:24
Permalink
Hi!As I mentioned, I
Hi!
As I mentioned, I recommended the plugin as an example how you can build a plugin to track xAPI events that you can use to implement the feature that you want. The plugin does not do that on its own.
Best,
Oliver