If else conditional on survey platform | XM Community
Skip to main content
Solved

If else conditional on survey platform

  • January 28, 2020
  • 2 replies
  • 508 views

I am trying to change an option value, based on some values given by the user in previous questions. Ideally in html that would mean using an if else condition. However, I am not sure how that would work on the qualtrics platform. For eg. If in question 1 the user puts a value of 59 in Question 2, the option displayed should be 600 if the value in q1 is above 40 and 400 if it's below 40. Piping allows applying a mathematical formula, but when I enter an if else statement there, it says invalid expression.

Best answer by TomG

You can do this with survey flow branches or JavaScript.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • January 28, 2020
You can do this with survey flow branches or JavaScript.

  • Author
  • January 28, 2020
@TomG You're right. I think what i need is easy to do through flow branches. Thank You!