How to include consistent timed rest breaks in a randomizer survey flow. | XM Community
Skip to main content

I have 120 blocks of questions in a randomizer in the survey flow. I'd like to be able to include 3 timed question that gives a 1 minute rest break after every 30 questions. Is there a way to implement this?

I have a somewhat cumbersome solution for you.
You can try to increment a variable (embedded data value, maybe you can do that via JS?) after each question a participant completes. Precisely how you do that would depend on your survey but you need a way to know 30 questions have been completed.
Then at each step of the randomizer (at the end of each block or as a separate block but put in a group with your original block) you have the 1-minute break timer that has display logic that only displays it if 30/60/90 questions have been reached.


Leave a Reply