Hi,
I'm developing scorm based project, I've to play the scorm 2004 packages. courses are playing
and capturing the data working properly with the using of LMS functions(LMSFinish(), commit()..etc).
Now I've to implement one more function i.e RESUME the package where user left last time.
Sample cmi data
scoid:"1234"
data[cmi.completion_status]:"incomplete"
data[cmi.exit]:"suspend"
data[cmi.location]:"page3"
Hope you help.