Survey Flow - Then branch if: score >= x | XM Community
Skip to main content
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
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