Hi, I have installed this plugin, and the H5P XApi settings page isn’t visible in my menu?
Is there a link I can use to get to this page?
Oddly the statements still make there way to my LRS. I use LifterLMS xapi which has the LRS settings setup, would it pick up on this connection?
Cheers,
Jason
The plugin started to throw unable to save result data with code 500 error after we upgraded to WordPress 4.8.2. Most of the fields in the xAPI statement are null. Ex:
{ id=<null>
type=https://activitystrea.ms/schema/1.0/page
context=https://purl.imsglobal.org/ctx/caliper/v1/Context
name= | H5P True or False Example
description=<null>
extensions=<null>
dateCreated=<null>
dateModified=<null>
subOrganizationOf=<null>
courseNumber=<null>
}
Our LRS logs show invalid xAPI request exception. Any insights on how to fix this issue would be greatly appreciated. Thanks.
This is a typo mistake in function h5pxapi_enqueue_scripts the $s start with a concatenation and should be a declaration
instead
$s.="<script>\n";
should be
$s="<script>\n";
Best regards
]]>Just started with a Digital Ocean droplet and I keep getting this code when trying to send statements to Learning Locker. I have the latest version of the plugin but still no luck. Can you halp?
]]>Hi,
The xAPI piece is not working for me. I’m running on windows but have the PEM files in place, and have successfully used other xAPI plugins. This is the error that comes up, and no statements are sent:
Message: SSL certificate problem: unable to get local issuer certificate
Thanks,
Ellen
]]>Hello! I saw with this plugin and h5p I can use wordpress as an LMS but I didn’t get how. I have a low skill on programming so I rely basically on plugins and ready to use codes.
In my wordpress theme I can use plugins like Namaste or Learnpress and input the iframes of h5p contents created but I don’t know how to only grant access to the next level in a case the user reach a minimum score.
Could you please give me which direction should I look?
Thank you!
I think you should either inform users that this plugin only sends statements from H5Ps when they’re embedded on pages or that you make it work in the admin view as well.
]]>Hi,
thank you for your graet Job.
I m using learning locker.
When I use the “H5P Fill in the blanks”, I don’t find All the statements sent by H5P like “object.definition.correctResponsePattern[n]” or “result.response”.
I only get the result score as you can see below.
}
},
“result”: {
“score”: {
“min”: 0,
“max”: 11,
“raw”: 6,
“scaled”: 0.5455
},
“duration”: “PT4156.46S”
},
Bests Regards
Vincent
]]>Hi:
This plugin throws a 500 error code dialogue each time a string is sent to the LRS (LearningLocker in this case).
Finally, in the end, it never sends anything to the LRS.
Best Regards,
]]>