How is the best way to repeat the block until you get the right answer. | XM Community
Skip to main content

Hi everyone.
How is the best way to repeat the block until you get the right answer in Qualtrics.
Please tell me.

I've never found a way to loop, but you can just nest multiple conditional branches, with the logic "if question != right answer" display the same block. If there are 4 possible answers, do it 4 times to cover all the possible choices.


I see!
Your idea is using javascript!
I hadn't thought of it that way.
Thank you.


Leave a Reply