Forum Discussion
Tracking a Running/Evolving "Score" Within a Multi-Questioned Scenario
Hi, you can do that by creating a variable for points. You can configure the correct answers to add one point to that variable (with Javascript). Then, with the last slide, create triggers that display the appropriate text box. All text boxes would initially be in the hidden state, and only the trigger that corresponded to the current score would make one visible.
- JeffDalto-91bd24 days agoCommunity Member
Yes, this is what I'm trying to do, but I was thinking there would be a simple way to do it within the existing tools of Storyline so the variable can be modified without me having to learn/create Javascript.
- Silverfire4 days agoCommunity Member
As JudyNollet​ has mentioned you can use well-crafted triggers. If you end up using a lot of those it gets difficult to read and I find dipping down into code to be easier. Anyhow, looks like you've got a lot of good advice below on doing this.