gabrieldoty / simplify-scorm

Scorm 1.2 Javascript API
MIT License
230 stars 77 forks source link

scorm player php mysql #3

Closed gheeenrique closed 6 years ago

gheeenrique commented 6 years ago

Hello friends, I'm trying to develop a scorm player that sends to mysql, has anyone done anything like this? Thank you.

gabrieldoty commented 6 years ago

Hello, this should work ideally for you, in the documentation should be a description about how to serialize the scorm value into JSON which should be easily stored into a DB, let me know if you have any questions

gheeenrique commented 6 years ago

I can not get a response in scorm exported by SAP WPB, I run the course but I do not have JSON response.

gabrieldoty commented 6 years ago

You have to manually get the response on the course exit or on the finish event by calling API.cmi.toJSON();