Email distribution can be the method that you can follow here.
You will probably have to build different surveys and trigger them one after the another - using a workflow or automation.
From the current functionality, I dont think we can achieve what you need exactly.
I’d suggest:
Allow respondents to finish later
User personal links
Incomplete survey responses - set to 1 year
You could use the Table of Contents feature to make navigation to the different sections easier.
Please note, only one person should be in the survey at a time - otherwise answers could be lost.
I think that it should work, but you’re relying on respondents following the instructions correctly.
Thank you all for your quick responses, Mike, this is the rout I have followed and built in a table on content for this, thank you for clarifying that 1 person should be in the survey at one time.
My concern came from the help page that states, “Used Individual Links: The participant may be trying to access the survey through a used or expired Individual Link. Individual Links are created automatically for every person in your contact list when you send the survey out through the Qualtrics mailer or create Personal Links. This kind of survey link can be used only once and then becomes invalid.” - does that mean that it can only be submitted once or can only be accessed once?
regards
Ollie
Thank you all for your quick responses, Mike, this is the rout I have followed and built in a table on content for this, thank you for clarifying that 1 person should be in the survey at one time.
My concern came from the help page that states, “Used Individual Links: The participant may be trying to access the survey through a used or expired Individual Link. Individual Links are created automatically for every person in your contact list when you send the survey out through the Qualtrics mailer or create Personal Links. This kind of survey link can be used only once and then becomes invalid.” - does that mean that it can only be submitted once or can only be accessed once?
regards
Ollie
After answering the block that should be answered by person 1, you can provide a message to forward the link to person 2 and then hit next button, so the person 2 sees new page. So it will be one link generated from one email address but used by multiple people.
Since the above approach can be error prone. We can use below method as well.
Create separate surveys for each person/ touch point and then to merge all the response at one place, we can have separate survey wherein we can add the response using this and this api.
Thank you all for your quick responses, Mike, this is the rout I have followed and built in a table on content for this, thank you for clarifying that 1 person should be in the survey at one time.
My concern came from the help page that states, “Used Individual Links: The participant may be trying to access the survey through a used or expired Individual Link. Individual Links are created automatically for every person in your contact list when you send the survey out through the Qualtrics mailer or create Personal Links. This kind of survey link can be used only once and then becomes invalid.” - does that mean that it can only be submitted once or can only be accessed once?
regards
Ollie
Hi Ollie
I assume when they say it “becomes invalid” - that they mean after the survey has been completed/ submitted once. You can test it quite easily - by sending yourself a survey - completing some of it, then forwarding the survey to say your personal email and then test completing it on your phone. I’ve used these settings to do something similar ish and it’s worked. Just make sure that you adjust the Incomplete Survey Setting to be say a year, as you don’t want the link expiring because of no activity in a week. I think the default is a week from recollection.
Thanks
Mike
Good afternoon from a sunny Sweden!
What if the survey link you send out land on a “main page” where all the different sections are outlined with links to each section? That way each individual can just go to their part and fill out the details.
One issue is to ensure no-one accidently submits the survey which would mean it’s closed for everyone. But if everyone only keeps to “their own” area and the “main owner” of the survey (the first person receiving it) is the one who is supposed to actually submit it once done, you’d be fine. :)
All the best
-Mattias
Perhaps you could have “passwords” for different sections - and a final password for submission. The password(s) could be sent to the main respondents, or revealed during the survey as progress is made. Sounds fun
Thank you all for the responses.
I am finding that my answers are being stored for all question types, except for “matrix tables” as these clear themselves when the other questions dont, anyone experienced this?
Ollie
Thank you all for the responses.
I am finding that my answers are being stored for all question types, except for “matrix tables” as these clear themselves when the other questions dont, anyone experienced this?
Ollie
Had you pressed next on the Matrix table page before exiting the survey? Qualtrics will only store once you’ve pressed next to go the next page.
Yes, i had tried that.
I think it is because I have entered this code
jQuery("#"+this.questionId+" inpututype=text]").val("");
into the java script box to eliminate the entire table showing “0” when loaded. I think this is removing the inputs and displaying blanks when the page is loaded.
If my thought is correct, do you know how to non destructively have a blank table that retains information when filled in?
regards
Ollie
Yes, i had tried that.
I think it is because I have entered this code
jQuery("#"+this.questionId+" inpututype=text]").val("");
into the java script box to eliminate the entire table showing “0” when loaded. I think this is removing the inputs and displaying blanks when the page is loaded.
If my thought is correct, do you know how to non destructively have a blank table that retains information when filled in?
regards
Ollie
ah, is that because it’s a Matrix Constant Sum? Does it need to be a constant sum - could you make it a Matrix Text Entry question?