Table of Contents & Loop and Merge | XM Community
Question

Table of Contents & Loop and Merge

  • 17 December 2020
  • 1 reply
  • 50 views

Userlevel 7
Badge +19
  • Level 5 ●●●●●
  • 544 replies

I have a project where I need users to rate 56+ Items across the same 3 questions. Obviously Loop and Merge is the best way to accomplish such a repetitive task!
However, I also would like to use the Table of Contents features. It would be wonderful for users to be able to jump from item to item, and just to see how far they've made it. When I had this to the survey flow, the only thing the Table of Contents shows is "Block 1"- my Looping block.

Any ideas/insights that can help me use these two features together? Or design similar functionality?


1 reply

Userlevel 7
Badge +27

A table of contents can only contain blocks.
You could pipe the current loop number into your question to show them progress, such as "Question ${lm://CurrentLoopNumber} of 56".
You could also add a question to your block and use display logic to show it every X blocks. You would need to use JavaScript to calculate an embedded data field that you would base the display logic on.

Leave a Reply