<< Back
Message for this thread
Posted by Messages text
Saunders Ben

Avatar
Total post : 52
> Profile
Written on : 01/02/2011 04:47 ( more than one month )
Object : Closing scorm content window
Hi there

We are having issues closing the SCORM player once a course is finished. In other LMS's the content is launched in a new window so our close code for the SCORM package is set to close the new window and parse the courses results etc back to the LMS, when the user clicks on an exit button within the content screen.

Since the docebo content player does not open a new window but puts an overlay onto the existing screen how can we get the content to close without using the close button to the top right (We still want the content to close when the user clicks the exit button we provide in the course)

Are you able to provide any programming advise on how this has been done with other content?
 
Hall Dennis

Noavatar
Total post : 29
> Profile
Written on : 24/08/2011 21:53 ( more than one month )
Object : Re: Closing scorm content window
Hi Ben:

Your SCORMwrapper javascript should have the command LMSFinish for 1.2 or Terminate for 2004 in it.
Those commands close the player window of the LMS when you click on a button with this code behind it.
You SCORMWrapper may have some function name like quit() associated, so in that case you make a button that has i.e. onClick="quit()" behind it.

Best Regards,
Dennis Hall
 
<< Back