H5P content results registration on Wordpress website

I have recently installed the H5P plugin on a Wordpress website and created some Fill in the Blanks type content. This content is working fine.

What I have a question about though is results reporting. In the Wordpress control panel there is a menu "H5P content" -> "My results". Right now it seems to me like results get registered and show up in this menu after I complete a Fill in the Blanks exercise while still logged in into Wordpress, but that results do not get registered after I complete a Fill in the Blanks exercise while not logged into Wordpress.

In this intentional behavior? And is there a possibility to always register all exercise results from every website visitor?

Content types: 
otacke's picture

Yes, that is technically intended behavior. Without the user being logged in, there's no clear way to identify the user. While there may be a use case for that behavior, it would not be very common, would it?

You can track the xAPI statements that H5P contents emit, even for users that are not logged in. You will need to store and evaluate these separately, however. Sorry if that was tech babble.

Best,

Oliver

Thank you for this answer. I suppose I could then try the procedure outlined here if I still want to keep track of visitor results by actively collecting the xAPI statements?

otacke's picture

That document is old, don't know if it is still valid. But it describes the approach in general, yes.