Exit button dosent closes the window
February 7, 2006 12:00 AM
In a SCORM course, the last thing the content issues is an LMSFinish call. The problem is that the APIAdapter (LMS Supplied) is then supposed to do whatever it does to finish up the course and post back any changes. The content can't just close the wiondow at that time ... the afapter may not be finished. The option on publishing tells the javascript to try to close the window ... but there is no guarantee the window will close ... script cannot close a window that was not opened by script. Technically, the LMS should close the window when thye are done whatever they are doing ... the argument being that whomever opened the window (the LMS) ... should close the window.Tim
Discussions have been disabled for this post