Survey Flow - Then branch if: score >= x | XM Community
Skip to main content
Solved

Survey Flow - Then branch if: score >= x

  • September 20, 2019
  • 2 replies
  • 97 views

Hi, I am making a survey which gives points in each block. For each block there are 12 questions, with either a 1 og 0 score. I would like to branch based on the score achieved in the current block. (e.g. if score > 10, go to block 2, if score is <= 10, go to block 3). Can anyone help me with this? Thanks in advance! Frida

Best answer by NickVEIC

Try assigning an embedded data variable the value of the score at that point in the survey, then use branching based on the value of that embedded data variable. !

2 replies

Forum|alt.badge.img+8
  • Level 2 ●●
  • 22 replies
  • Answer
  • September 20, 2019
Try assigning an embedded data variable the value of the score at that point in the survey, then use branching based on the value of that embedded data variable. !

  • Author
  • 1 reply
  • September 23, 2019
Hi! Thanks, I managed to do it 😃