Forum Discussion
Variables true/false visible to user.
Hello,
I'm creating a course where user have to choose 8 items out of 24. Choosing ONLY the 8 should show number 24 (or 100%). This I can do with true/false state.
The problem I have is that I don't know how to show to user the number of those variables in "true" state. The results should be visible for the rest of the course.
- WendyFarmerSuper Hero
Hi Wojciech
If I understand you could use a number variable called for example 'count' and display that on the slides.
So as each of the 'true' items are selected have another trigger that adds 1 to the variable 'count' then have a text box with the variable reference 'count' in it that has the total of the items to display.
Hope that makes sense.
- WojciechGrzegorCommunity Member
Hi,
Thanks Wendy. That gave me the results I wanted. :)- WendyFarmerSuper Hero
Excellent - glad that helped you.