Hello,
I'm trying to add a scorm package (Passed/Failed), but it isn't recording the status/score of the user. The weird thing is, on a different test environment, the same uploaded package worked fine - with for the rest all the same settings (including the htaccess settings).
So, the package and scorm is showing in the environment. It is possible to do the test. However, the results are not being shown in the course admin.
Would be great if we could get this resolved.
This reply has been marked as private.
1 . IN order this to work please enable Api from wp-admin ->LMS-> settings -> Api .
2. You would need to update vibe course module , vibe customtypes and wplms theme to version 3.9.9+
3 . you might also need to add this line in your.htaccess file :
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
If above line does not work please change the above line to :
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1