Forum Discussion
KristenJahn
2 years agoCommunity Member
Display layer when trigger happens x amount of times
Hello!
I'm wondering if this is possible.
Right now: When the Learner clicks the Hotspot, they will advance to the next slide. If they click anywhere else on the screen, a "Wrong Answer" layer...
Nedim
2 years agoCommunity Member
You would need a custom number variable (eg. max3) with initial value of 0. Adjust variable Add value 1 to max3 when the user click outside Hotspot. Show layer "Wrong Answer" when max3 changes if max3 = 3. This could be customized further in the project to tailor your exact requirements.