Text Entry

Mar 01, 2017

Is there a way to set a trigger to jump to the next slide when specific content is entered into the text entry field? For example, when the user types "Articulate" they will advance to the next slide (without clicking in another location on the slide or pressing the Enter key).

5 Replies
Wendy Farmer

Boo is right Lynn -this has been a much asked for function and like you I've tried the smoke and mirrors with variables, offstage elements...

There may be a way to do with Javascript but I'm not savvy enough in that to say yes or no or how to do it.

Hopefully others will chime in if there is a way.

Good luck!

Daniel Servan

Hi Lynn,

The only way to do this is to embed a web object.
The web object contain a simple html file with a text entry field and detect onKeydown event.
On every event, a javascript is trigger a variable in Storyline to update its value.
Another event in Storyline to check the variable when variable changes and if it is equal to your desired condition, it will fire a trigger to jump to another slide.

I am pretty sure that external html file can control Storyline Variable.
Therefore, you can control the flow of the navigation in Storyline with help of the variables from Web Object.

This discussion is closed. You can start a new discussion or contact Articulate Support.