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

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?

Hello @Hyeoell,

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


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. 


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