Forum Discussion
SamClark
7 years agoCommunity Member
Exit SL via JavaScript
I'd like to write a script that alerts the learner and exits the course after learner acknowledgment.
I could do a window.close() but some LMS encapsulate the course so using the built-in SL EXIT ...
RobTao
5 years agoCommunity Member
Thank you for the detail response. I'll try my best, but some of programming is beyond me at the moment.
Rob
- MathNotermans-95 years agoCommunity Member
Working on fixing it...either today i will get a working version....else sometime this week...
- MathNotermans-95 years agoCommunity Member
What you basically should do with this kind of projects... break it up in small blocks..get those working and then combine them.
Blocks would be:1) Properly working timer. Being able to set and reset it.
2) Mouseevents. Make sure you can track any mouseevents
3) Exit course through Javascript
If you have these 3 blocks working in simple separate Storyline's. Try combining them... and only then try to do the same in the MasterSlides.
Related Content
- 5 months ago