Exit button not working

Jul 02, 2021

I have added an exit button to my course but when i uploaded to the LMS it won't work. 

I've tried this on both Moodle and Scorm.Cloud but no luck. 

2 Replies
Phil Mayor

Exit button will only work in LMS when it is opens as a popup and even then may not work.

Some LMSs prevent the popup from being closed and require the use of the close button.

You could add javascript with:

window.cose()

or

self.close()

Could just be that the parent is preventing the child from being closed.