I am currently managing a survey where participants are required to provide feedback on multiple projects. The survey is set up to loop through a set of questions for each project selected by the respondent. Here's a simplified explanation of the setup:
The survey starts by listing all the projects assigned to the participant since a specific year. The participant selects which projects they wish to provide feedback on. Based on their selections, the survey loops through the questions for each selected project.
The issue I am running is for people who complete the survey for some (but not all) selected projects and then attempt to re-enter the survey at a later time to complete sections for the remaining projects encounter an error message: "You have either already completed the survey or your session has expired."
How can I configure the survey to allow participants to re-enter the survey to complete it for additional projects without triggering the completion or session expiration message?