Skip to main content
garyc56322630
Known Participant
May 11, 2017
Question

SCORM : When Scorm 2004 is exiting, ScormDriver commit function gets called many times

  • May 11, 2017
  • 1 reply
  • 440 views

Hello,

After publishing to Scorm 2004 with any template, I noticed that the commit function is getting calls many times when terminating a SCORM.

It is really an issue as our LMS captures 3 times the same information. 

Has anybody experienced this behavior?

This topic has been closed for replies.

1 reply

RodWard
Community Expert
Community Expert
May 12, 2017

Could be an issue with your LMS.

Try uploading your SCORM to SCORM Cloud online LMS and check the logs there to see how many times it commits.

garyc56322630
Known Participant
May 12, 2017

Hi,

Thanks for the advice. 

I did this and still have many commits. (see DebugLog)

The "Calling Commit" statement is repeated many times as I send only one unique Terminate... It very strange

Thanks ,

DebugLogs - Copy

Gary

TLCMediaDesign
Inspiring
May 12, 2017

More than likely the commit command is issued every time another command is issued. So it may be writing the cmi.location, cmi.suspend_data, an others and the commit is issued after these calls as well.