How to configure a large amount of display logic very quickly? | XM Community
Skip to main content
Question

How to configure a large amount of display logic very quickly?


Forum|alt.badge.img+1

I’ve got a large drop down question, with 800 plus options and I need to configure display logic for each  option. Is there a quick way to do this? Or do I need to trawl through?

3 replies

Sachin Nandikol
QPN Level 6 ●●●●●●
Forum|alt.badge.img+34
  • QPN Level 6 ●●●●●●
  • 464 replies
  • June 20, 2024

Hello @Hyeoell,

As of now there is no easy or faster way. You will have to add ‘Display Logic’ manually. 


Forum|alt.badge.img+1
  • Level 1 ●
  • 7 replies
  • June 21, 2024

If all 800 of them have different display logic, good luck on that! 

However, if there is let’s say 10 different display logic, i would create 10 identical questions with different answer choices and use the display logic on the question so the respondant only see what he needs to see. 


vgayraud
QPN Level 5 ●●●●●
Forum|alt.badge.img+49
  • QPN Level 5 ●●●●●
  • 377 replies
  • June 24, 2024

You could update the question with API calls.

Program display logic for 1 choice for reference then get your question definition with https://api.qualtrics.com/1ebd0bb7008f8-get-question

Prepare the request body and update your question with https://api.qualtrics.com/00d49b25519bb-update-question


Leave a Reply