Survey Flow - Then branch if: score >= x | XM Community
Solved

Survey Flow - Then branch if: score >= x

  • 20 September 2019
  • 2 replies
  • 48 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
icon

Best answer by NickVEIC 20 September 2019, 15:28

View original

2 replies

Userlevel 2
Badge +4
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.

!
Hi! Thanks, I managed to do it 😃

Leave a Reply