SCORM data tracking

Home Forums Legacy Support Support queries Other issues SCORM data tracking

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224637
    AmirCaspi1
    Participant
    Where can I find in the WPLMS backend the tracked data of a SCORM course? Thanks
    #224771
    Mk
    Moderator
    it's saved in usermeta table in encrypted form.
    we have an API to get this data : http://site.com/wp-json/wplms/v1/scorm/scormdata/get in header send authentication token for the user : post these data : key: name of the scorm package module_id : unit or quiz id course_id : (if there is any) type : unit or quiz
    #225100
    AmirCaspi1
    Participant
    1. Does the data accessible in stats or reports through the dashboard?

    2. I get several 404s for requests when playing the SCORM. Any idea?

    #225284
    Mk
    Moderator
    1: No sir currently not available. we only record progress of course package , records marks of the package in quiz and course as of now. 2 . IN order this to work please enable Api from wp-admin ->LMS-> settings -> Api . 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
    #227154
    AmirCaspi1
    Participant
    Thanks, I will give it a try.
    #227293
    Mk
    Moderator
    great, Please reply whatever you got.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘SCORM data tracking’ is closed to new replies.