Confirm status in LMS

Thanks Justin,The problem is that the LMS does not get updated until the user closes the course. We have people leaving the course open when they are done, the session with the LMS server times out, and then the status on the LMS is not recorded as being "completed".I found that I need to call:LMSSetValue("cmi.core.lesson_status","completed");LMSCommit();in a HTML object.Now I need to find the command to send time in course to the LMS and zero it, because I assume that if I force the send and then the course sends it once the user exits the course the time may get added to what I have already force sent.

Discussions have been disabled for this post