error when we start test second time
We use Captivate 2019
On the last slide in the action "onEnter" we use JavaScript to send data to our system.
This script:
SCORM_objAPI.LMSSetValue("cmi.suspend_data", "123");
instead of "123" we send result of test to our system.
But, when we start test second time - it is not work. It looks like pause on the first or second slide and nothing else. When we use previous versoin of Captivate this Script successfully worked fine. Now this script works too, but we don't have opportunity to do test next time. This situation happen in cloud and in our local system. So, my question is, how to use "cmi.suspend_data" in our test without crashing all the test on the second start. Maybe there is some examples?
