Forum Discussion
EdwardAgadja170
4 months agoCommunity Member
LMS version of course not registering commands/triggers
Is there a reason why the trigger for a command works in the Storyline file but doesn't work in the LMS? I've commanded that the slide should move to the next layer if certain keys are pressed, and ...
AndrewHanley
4 months agoCommunity Member
If its definitely working ok in Storyline, then the LMS may be intercepting the keyboard events and not passing them through to your Storyline project; hence your trigger will never activate because it's waiting for keystrokes that never arrive.
Unfortunately if this is the case, there isn't an easy fix. You could use Javascript to expose thr keyboard event and set up a listener, but not sure how familiar you are with JS?
- EdwardAgadja1704 months agoCommunity Member
I was hoping not to hear that. I'm not familiar with JS at all.
It's strange because sometimes it works and sometimes it doesn't. I've completed this course before, no issue, and others have advanced past this slide as well. So I'm not sure if this is a strange inconsistency.
Were you able to view my attachment?