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
Also, another item to note is that the word "test" will give you a value of 0.
This is the correct value. So if you are getting a value of 0 for the word "test" that is correct. You can build your programming to occur when placement = 0.
I get the following values when testing your code:
test Placement = 0
= 10 Placement = 5
development Placement = 10
= 40 Placement = 22
Let me know if this helps.