You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am writting a simplified version of an LMS and I want to store the data send to the commit in a database. But in case there is an error I need to say it to the player/document/SCO (whatever you call it) and I have been searching through the source code without finding anything to do this because the callback function (in the processListeners function) return value is completely ignored and because of this if I try to raise an error through the throw new Exception or the throwSCORMError it will be ignored as well.
Any way to do it without touching the source code ?
The text was updated successfully, but these errors were encountered:
Hi,
I am writting a simplified version of an LMS and I want to store the data send to the commit in a database. But in case there is an error I need to say it to the player/document/SCO (whatever you call it) and I have been searching through the source code without finding anything to do this because the callback function (in the
processListeners
function) return value is completely ignored and because of this if I try to raise an error through thethrow new Exception
or thethrowSCORMError
it will be ignored as well.Any way to do it without touching the source code ?
The text was updated successfully, but these errors were encountered: