Decision trees - saving a session as you progress through multiple trees


#1

Matrix Version: 5.3.3.0

I have multiple decision trees (around 20) that make up a process of legislative compliance. I would like to be able to start at one tree and save my progress as I go, as it may take some number of hours or even days to complete. Is there a way of enabling Matrix to do this out of the box?
Can cookies be used to do this?
Is there anything like the submission logs in custom forms to show the pathway that users take through the decision trees?
Can you use keyword replacement to present the results of each individual tree?


(Bart Banda) #2

I don’t think you can with decision trees, as they don’t store submissions, they are simply advanced read only pages.

You could potentialy write some clever JS that stores their answers in a cookie and then the JS reads that next time they visit the decision tree and automatically clicks on the right answers for them to get them to the point they were at last time?