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
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.