Specific end of message of first 1000 respondent | XM Community
Skip to main content
Question

Specific end of message of first 1000 respondent

  • December 4, 2024
  • 5 replies
  • 42 views

Forum|alt.badge.img+1

I would like to display a specific end message to the first 1000 respondents (who have logically finished the survey). How do I do this?

5 replies

  • Level 4 ●●●●
  • 275 replies
  • December 4, 2024

First set the Quotas. Set the condition for first 1000 respondents using quota  count display end of survey then anything more than 1000 display different end of survey message.


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • December 4, 2024

 

Is it ok like this ? I put the Finished label as a quota but sure it is correct.


  • Level 4 ●●●●
  • 275 replies
  • December 4, 2024

Set embedded data at end of survey (CompletedResp =1). So whoever answer the last question this embedded data will have a value. Use this in Quotas. 

Then you can use the method I suggested above


Forum|alt.badge.img+21
  • 319 replies
  • December 5, 2024

Adding on more details…

Since quota option only occurs when quota count has been met, I think you should stick to default end of survey message if you wish for those respondents after 1000 to receive the default message. 

Then, in survey flow, add a branch logic that checks condition of quota either “less than or equals to 1000” or “has not been met” (pick one will do). Then, within that branch logic path, add a “end of survey” element and customise it into the specific message that you wish for the first 1000 respondent to see.

 


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • December 5, 2024

Thank you very much, I’ll try :)