Time limit on logic 'Qualtrics survey has not been taken' | XM Community
Skip to main content

Is there any way of saying if the person has taken the survey and 30 days has passed then show the trigger again. Can't seem to find a way to do this, we only have 'Prevent repeated display' but this doesn't differentiate between those that have taken the survey and those that haven't. E.g I have 'Prevent repeated display' set to 7 days, however if the person has taken the survey then I don't want them to see if again after 7 days, I do however if they haven't taken the survey.

Jayneeta_Vaitha_Capventis You can use a custom javascript to deploy cookie on the browser that can expire after 30 days apart from setting prevent repeated display. You can use the cookie parameter to then apply in your action which will fail if someone is visiting the same page again

image.png


@Jayneeta_Vaitha_Capventis, you can add a display logic statement that indicates that the intercept will succeed if the person has not seen the pop up in a specified amount of time and the particular survey has not been taken as pictured below.
Screen Shot 2022-09-19 at 12.09.38 PM.png


Leave a Reply