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?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.