Check participant's metadata based conditions before going live | XM Community
Skip to main content
Solved

Check participant's metadata based conditions before going live

  • January 17, 2025
  • 3 replies
  • 45 views

Forum|alt.badge.img+2

Hi everyone,

I’m relatively new to the EX platform. I’ve programmed questions in the survey based on participants' metadata (e.g., Country). For instance, some questions are shown to participants from certain countries, while others are not. The default preview survey link doesn’t provide an option to verify this behavior based on metadata. How can I check if my display logic is working correctly before the survey goes live?

Best answer by HarshadR

Thank you all for your help. I created dummy participants with the necessary metadata and tested the links. This method proved to be more efficient compared to others.

View original

3 replies

Forum|alt.badge.img+16

Assuming you already have embedded data set up in the survey flow to capture the information from url, you can use query strings. Set your data information after the preview link.

For example, to add “data” of value “CountryA” and “Marriagestatus” of value “Single” to preview link.

url: previewlink&data=CountryA&Marriagestatus=Single

 

More information: Passing Information via Query Strings


Aggarwal
Level 4 ●●●●
Forum|alt.badge.img+15
  • Level 4 ●●●●
  • 134 replies
  • January 17, 2025

In EX project you can also generate test data with actual metadata, refer this support page

 

https://www.qualtrics.com/support/employee-experience/creating-ee-project/survey-tab/survey-tools-ee/


Forum|alt.badge.img+2
  • Author
  • 1 reply
  • Answer
  • January 20, 2025

Thank you all for your help. I created dummy participants with the necessary metadata and tested the links. This method proved to be more efficient compared to others.


Leave a Reply