Forum Discussion
MelisaHamidovic
5 years agoCommunity Member
How to track that user have clicked multiple hotspots to complete task?
I'm currently working on a course where the users have to click on three different hotspots.
The starting scene is where the three hotspots are located. Each hotspot activates a different scene an...
PhilMayor
5 years agoSuper Hero
More difficult with hotspots as they cannot have a visited state.
I always use use offslide objects with a visited state and clicking the hotspot will change the respective one to listed and then unlock the next button based off of these visited states. I would ensure these are not in the tab order either.
You could also switch the hotspots to transparent rectangles with visited states.
Or use T/F variables one for each Hotspot and then unlock next when they are all true
MelisaHamidovic
4 years agoCommunity Member
Thank you so much, Phil! I've made it work with T/F variables.
Related Content
- 3 months ago
- 10 years ago