Thank you Ben and Holch.
I think I'm starting to figure it out a bit. What I wanted was to be able to allow the user to access the results later on as well after submission. Like a permanent link. I think I might have a solution with a combination of things. I could create a non-visible question to accept their unique id (external to limesurvey) which might be the first question and so I create a intermediary page where when the user wants to enter the survey they would go to this page first which could essentially send a request for the first answer and from there on the user would be prompted for the rest of the survey. The second thing to do is sort of replicate the functionality of the print answer into a separate controller/action which would accept the unique id as a parameter along with the survey id and then use that to print the answers as opposed to the current module which uses the limesurvey response id stored in the session. So together with both of those I could build a URL to access the survey answers directly for each unique user I think.
I think I'm starting to figure it out a bit. What I wanted was to be able to allow the user to access the results later on as well after submission. Like a permanent link. I think I might have a solution with a combination of things. I could create a non-visible question to accept their unique id (external to limesurvey) which might be the first question and so I create a intermediary page where when the user wants to enter the survey they would go to this page first which could essentially send a request for the first answer and from there on the user would be prompted for the rest of the survey. The second thing to do is sort of replicate the functionality of the print answer into a separate controller/action which would accept the unique id as a parameter along with the survey id and then use that to print the answers as opposed to the current module which uses the limesurvey response id stored in the session. So together with both of those I could build a URL to access the survey answers directly for each unique user I think.