Can I use java script for dispay logic? | XM Community
Skip to main content
I have 100 question pairs--each pair in its own block. The second question in each pair should be presented only if the first question is answered before the timing question times it out. Unfortunately there are 12 response options in the first question, so recreating the display logic by indicating 'not selected' for each response option (x100) is not very efficient. Is there are more efficient way to do this?
You can use embedded data



Add an embedded data in survey flow

Then through JavaScript, based on the condition you can assign a value to the embedded data Then based on the embedded data you can apply the display logic.
Thank you, that makes perfect sense. Much appreciated!

Leave a Reply