Forum Discussion
States? Variables? Both? Help...
Hello
I am not sure your plan for using this, but there are some triggers that are conflicting here.
First - if you are wanting to add when the user selects correct, you may want to consider using a number variable.
The current set up will Change the state to "first" but since the next trigger is jumping to the next slide, you really will never see that state change.
The next slide will show the normal state. You could set the initial state of the storage unit on the next slide to be "first" or again use variables instead. These decisions will be more than likely based on the bigger picture of how you are using it.
- ELOUPEI2 years agoCommunity Member
Thanks for the quick response.
The starting point is that the learner either selects a correct or incorrect option.
Every time the select a correct option, one point is added to the scoreboard for a total of eight points.
If they select an incorrect option, they repeat that option.
I need the scoreboard to reflect the learner's total number of correct responses regardless of incorrect responses (and therefore whatever other slides or slide layers they have to then repeat).
Joel