Forum Discussion
Exit Button triggers RESUME dialog box
This issue just started happening when using our LMS (SAP/SF) and does not happen in SCORM Cloud.
I appreciate any help you can provide. Thank you.
2 Replies
- MariaCSStaff
Hi, Kevin.
Thank you for reaching out!
We usually test courses in SCORM Cloud to rule out LMS issues. Since you've already done that, the next step would be to reach out to SAP to see if there are any settings on their end that might be triggering this behavior.
If you'd like us to take a deeper look at your project to see if there's something else that might be happening, you're welcome to submit it through a support case.
- KevinNoltyCommunity Member
Just to follow up. I fixed the issue by simply changing out the JavaScript I use for the Exit Button. In addition to having the built-in Exit Course trigger, I also Execute JavaScript in two other triggers. I updated the script from "window.open(location, '_self').close();" to simply "self.close();". Attached is a screenshot from the trigger panel. It seems to work in Edge and Chrome browsers.
Related Content
- 10 months ago
- 10 months ago