we are trying to figure out if we can track or report user path in simulation.the purpose is to identify if they are taking a wrong step while navigating a simulation.
normally, we create a simulation that shows the correct path or actions. but if you were to add all possible interaction how can we track the user clicks.
for eg. - if there is a simulation with buttons on a screen each linked to button on different screens.
User 1 can click on button 1 on screen 1 to go to screen 2 , then click on button 2 on screen 2 to go to screen 3.
User 2 can click on button 2 on screen 1 to go to screen 4 , then click on button 1 on screen 4 to go to screen 3.
do we have any way to pull out this information or any other tool aside to captivate that can bring about this intelligence.