Forum Discussion
BridgetODell
7 years agoCommunity Member
Build Custom Search within Storyline using JavaScript
Using JavaScript, follow these instructions to add a Custom Search Engine to your course. In 2018, I shared this functionality via a 5 minute Spark Presentation at the Chicago eLearning & Technology...
BridgetODell
7 years agoCommunity Member
Final thing to test/check is the trigger order. You will want this JavaScript trigger to be the first one in your lineup.
So, on your search button, from top to bottom, the triggers in the right panel should be ordered:
1. Execute JavaScript programming
2. Do _____ according to Placement Value
Ex. JavaScript Programming gives me a value of Placement = 0 when the user has entered text and a value of 10 when the user enters development
Your next trigger should be to do something with those values by jumping to a slide or showing a layer, etc. Ex. Jump to slide: Text when placement = 0
Next Trigger: Jump to slide: Development when placement = 10