Forum Discussion
HowiePearson
4 years agoCommunity Member
Exit button not working
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.
PhilMayor
4 years agoSuper Hero
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.