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...
WesleyAleshire
Community Member
Is there a way to add a function that directs the user to a "unknown term" slide when the user types in a word that isn't used in the search function?
BridgetODell
4 years agoCommunity Member
@Content Creators - yes, you could do this.
When the user's text entry can't be found within the specified search terms, it will return a value of -1, which will be set as the value of the placement variable.
So, on your search button, you could add a trigger to "Jump to Slide" Unknown Term Slide when User Clicks if placement variable = -1.
Let me know if you have any additional questions on this.