T O P

  • By -

Araignys

Do you need the respondents’ answers in all three queues to be linked to the same record?


Kindly-Guidance5594

No, different groups of people will be answering the different sections


Araignys

Great - then you have two options. **Option 1:** Your first step is to divide the sections across three projects, so you have three public survey links to the first survey of each section. Then, create a *fourth* project with a single survey that contains a descriptive text field with the links to the three public surveys. Enable the HIDESUBMIT action tag, and add it to the descriptive text field. Distribute the link to that survey. **Option 2:** If you want to make sure people only take one section, or are less able to take sections multiple times, you can be a bit more complicated. Add as the first instrument in your project a survey with a choice field \[which\_survey\] and a calculated text field \[which\_url\]. In survey termination options, enable Redirect to a URL and pipe \[which\_url\] into the URL field. Set up \[which\_url\] like this: u/CALCTEXT(if([which_survey]='1', [survey-url:survey_1], if([which_survey]='2', [survey-url:survey_2], if([which_survey]='3', [survey-url:survey_3], "")))) Now there's a chance this might not work due to record initialisation issues - I'm not sure, I've only had one coffee today. If that's the case, enable pagination on your first instrument and put \[which\_url\] on page 2 or later to make sure the record-specific link exists.