Plugin Author
otacke
(@otacke)
Hi Tomded!
I just checked, and there doesn’t seem to be any trouble with H5P.Flashcards.
Are you sure you’re not using H5P.DialogCards? That content type doesn’t use xAPI.
If you’re sure that you are using H5P.Flashcards: Could you please activate the debug mode of this plugin and check the browser’s developer console for errors? It’s usually opened by pressing F12.
Best,
Oliver
Thread Starter
tomded
(@tomded)
Hello otacke,
thank you for your quick answer. I’m sure I’m using H5P.Flashcards. I’ve activated the debug mode and checked the console. I can see the log from h5pxapikatchu-listener.js, but no errors.
Maybe the information, I like to see isn’t provided from xapi. If I made a mistake on my input, I would like to see, which answer was given. Is this possible?
I get an record on acting on the flashcard, but I don’t see, which answer was given.
Thank you in advance
tomded
p.s.:
I’m not very familiar with Javascript or H5P. I looked into the Source-Code and I think the “verbs” are important. So maybe I’d like to see the “fill-in”.
Plugin Author
otacke
(@otacke)
Hi Tomded!
The H5P.Flashcards content type doesn’t report the answers, just the score as part of the completed statement, cmp. https://github.com/h5p/h5p-flashcards/blob/master/js/flashcards.js#L392
You’d have to get in touch with the H5P community on the H5P feature request forum if you need that type of information.
Best,
Oliver