Adding Question Numbers to Randomized Blocks | XM Community
Solved

Adding Question Numbers to Randomized Blocks

  • 24 August 2020
  • 2 replies
  • 164 views

Badge +1

Hi all,
I have created a survey which uses Randomizer (in Survey Flow) to present question blocks in a random order. I want to add incrementing question numbers to the title of the question blocks that are randomly displayed (e.g., "Question 1 of 10") so participants can see their progress. I tried searching for previous answers, and can see there is this answer:
https://www.qualtrics.com/community/discussion/comment/24445#Comment_24445However I don't quite understand how to do this. Please could anyone provide a more detailed explanation (i.e., where do you increment the embedded data?) or provide an alternative solution?
Thanks for your help,
Sam

icon

Best answer by TomG 24 August 2020, 18:56

View original

2 replies

Userlevel 7
Badge +27

You increment the counter in survey flow:
Randomizer
Group A
Embedded Data: counter = $e{ e://Field/counter + 1 }
Block A
Group B
...etc...
Pipe counter into first question is each block as ${e://Field/counter}

Badge +1

Thanks TomG ! That was exactly what I was looking for.
Here's a screenshot of what the survey flow would look like in case anyone else gets confused:
Screen Shot 2020-08-25 at 15.37.49.pngCheers!

Leave a Reply