Forum Discussion
AlisiaLeyva
3 years agoCommunity Member
Storyline Results Slide Personalize
I am trying to create a "quiz" that tracks what type of answer the student selects (ex: always true, sometimes true, never true). I want the results slide to show which one the student selected the ...
TracyParish
Super Hero
Hi Alisia:
A few things you are missing. For each slide you need to ADD 1 to the variable, rather then using SET. If you use SET it just keeps making the variable =1, if you you ADD 1 it will count each time the learner selects that "answer type".
And on the results slide, I put into the text box:
Always - %variablename%
You can also insert this variable value into the text box by clicking the INSERT TAB on the ribbon, then REFERENCE, and selecting the variable name you wish to insert.
If the Always variable was equal to 6, for example it was clicked 6 times through the assessment then it would display as "Always - 6".
Does that make sense?
AlisiaLeyva
3 years agoCommunity Member
Yes, I got it now! Thank you so much!