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
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.