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

How is the best way to repeat the block until you get the right answer.

  • 5 November 2020
  • 2 replies
  • 32 views

Badge +1

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

icon

Best answer by Radam 5 November 2020, 20:10

View original

2 replies

Userlevel 5
Badge +31

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.

Badge +1

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

Leave a Reply