Hi Qualtrics Community,
I am designing a survey where I need to end the survey for respondents if the country they were born in is the same as the country they are currently working or living in. Here are the specific questions I have included in my survey:
- In which country were you born? (Dropdown choice)
- In which country are you currently living? (Dropdown choice)
- In which country are you working? (Dropdown choice)
I want the survey to automatically end if a respondent selects the same country for the "born" question and either the "working" or "living" questions. I have added these questions to my survey and set up the basic flow, but I am unsure of the exact steps to configure the logic in the Survey Flow.
I have followed these steps:
- Created Embedded Data for
bornCountry
,livingCountry
, andworkingCountry
. - Set up Branch Logic in the Survey Flow to check if
bornCountry
is equal toworkingCountry
orlivingCountry
. - Added an End of Survey element based on this logic.
Despite these configurations, the logic does not seem to work as expected. Could someone please help identify what might be going wrong?