Question
Restarting a loop & merge block conditional on the answer to a subsequent question
Hi all,
New to the community, I hope I lay out this question correctly. I suspect I'm in need of some JavaScript since I wasn't able to solve this using branch logic.
Using auto-advance from a timer question, I'm sequentially flashing text on a screen using a loop & merge. After the loop & merge, in the next block, I ask people if they want to watch the loop again.
What I want: If people say "yes" they want to watch again, it should take them to the start of the loop & merge block again. Afterwards, it should once again ask them if they want to watch again. And once again, if they say "yes" it should restart the loop. They should be allowed to re-watch as many times as they like.
The best I can come up with is to, using branch logic, hard code a BUNCH of nested conditional branches (if yes --> show loop block then show "re-watch?" block; then, nested under that, a duplicate block, _ad infinitem_). The problem is that I want them to be able to re-watch as much as they'd like. For some that may be not at all, but for others that could be several or a dozen times.
Any help would be appreciated.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.