No action for variable on revisit

May 01, 2018

How can i tell a variable NOT to count/add 1 more when a user visits a page. I have a question counter, but when the user uses the back button, it messes with the counting. Is there a revisit trigger or command for variables?

2 Replies
Tom Kuhlmann

You can create a variable for the slide to track if it's been visited or not. Most people use something like SlideVisited = True or False. Set initial value to False. 

Create a trigger to set the SlideVisited to True when....

Then set the count variables to adjust the variables based on the condition of the slide being visited.

Adjust variable COUNT on the condition that SlideVisited is False.

This discussion is closed. You can start a new discussion or contact Articulate Support.