Forum Discussion
Determine which slide user came from
- 2 months ago
Hi Sanju,
You can use a lightbox to display the puzzle. That way, you don't need to consider the navigation issue. They will return to the question slide when close the lightbox. And if you’d like users to automatically move on to the next question when they close the lightbox, simply add a trigger to jump to the next slide right below the lightbox trigger.
Hi Sanju,
You can use a lightbox to display the puzzle. That way, you don't need to consider the navigation issue. They will return to the question slide when close the lightbox. And if you’d like users to automatically move on to the next question when they close the lightbox, simply add a trigger to jump to the next slide right below the lightbox trigger.
- ST_012 months agoCommunity Member
Thanks Judy and Joanne.
Using lightboxes will solve my issue? How do I trigger a specific piece of the puzzle to become visible when the user gets a specific question correct?
Variables and states give me the issue (I need the pieces to stay visible once they first appear. So next times you go to the puzzle the pieces that became visible are still visible.).
When I use variables the Q1 var is still true in Q2.
Should I reset Q1 to false at the start of Q2? But wouldn't that make the first puzzle piece hidden? I have all pieces hidden to start.
Maybe I should open a case?