Hi guys, how are you doing?
Would you please help me? I couldn't find an answer to my problem here or even googleing...
When I go local everything works fine, spoor sends me every info to Chrome's console.log, but when I upload my course to a LMS, it pops me this debug window at every commit:
"An error has occurred:
Course could not set cmi.suspend_data to
... [suspend_data value here] ...
Error info: Incorrect data type
LMS Error Info: "
LMS is recognizing cmi.suspend_data as an object instead of string?? How can it be possible when I check on console.log and its typeof() is actually a string? What's happening? I really don't know what to do. It is a Spoor issue or a LMs issue? How can I solve this?