Forum Discussion
AndrewCrosby-fb
4 years agoCommunity Member
How To Display Radio button Totals Without Clicking A Button
Hello, I'm new to working with variables and I've come a long way in trying to solve this problem. In the attached Storyline file, I have a series of radio buttons. A learner can select radio but...
TomKuhlmann
4 years agoStaff
You need a trigger that wipes out the current value.
I'd try this:
- subtract variable score 1 from AddTotal
- Set score 1 to X
- Add variable score 1 to AddTotal
Something like that should work on the click...it essentially subtracts the value of the variable and adds the new value.