Forum Discussion
LMS version of course not registering commands/triggers
Here you go Edward, try this.
It's far from perfect but hopefully it will give you something to build upon.
Everything should work now, and I took a few liberties to tidy up your layers and add in a DISABLED state on your main "save" button.... as well as a bit of simplification on the layers.
Also, you'll notice that the text field is automatically focussed and doesnt need to be clicked on first. The user can now immediately just start typing! ....... Noice! :P
THe bad part is definitely that there is no error checking. I was trying to come up with a simple way to do this, but because Storyline has no idea what is inside a text box until it loses focus, it makes things harder. If it was me, I would have put a event listener in to a JS function and monitor it that way... but I didnt want to go the JS route for you.
Anyways, let me know what you think, and if you need anything further.
- EdwardAgadja1704 months agoCommunity Member
Hmm, so I noticed that you removed all of the triggers from the layer. Instead, it advances when the users press the "e" key, but this is not what I'm trying to achieve with this slide. I'm trying to get them to type the entire sequence of words or whatever you would call it: [Determine Notional Score
It's clearly a lot trickier when you can't simply press one key because it's repeated several times throughout the "sequence."