Set up survey logic based on the number of times a participant has completed a survey | XM Community
Solved

Set up survey logic based on the number of times a participant has completed a survey

  • 21 September 2018
  • 2 replies
  • 3 views

Userlevel 6
Badge +5
I have a survey project where participants will be completely a survey 20 different times. Each time they take the survey they will be using contact authentication. There are minor variations between each of the 20 surveys. Is there anyway to accomplish this without having to make 20 separate surveys? Is there something I can do in the survey flow that upon authentication can look and see how many times they have completed the survey and then assign them to a branch accordingly?

Any help would be greatly appreciated.
icon

Best answer by TomG 21 September 2018, 21:43

View original

2 replies

Userlevel 7
Badge +27
@uhrxx005,

You could have an embedded variable in the panel that tells you how many times they have taken the survey. At the end of the survey update the variable using a math expression to add one, then use a contact trigger to update the value in your panel for the next time they take the survey.
Userlevel 6
Badge +5
Thanks @TomG

Leave a Reply