Forum Discussion
Resuming a Question Bank
My current (less than ideal) solution is to have a variable on every question slide that changes from false to true when the question is answered: <When the user clicks submit on Q1, set bank_1_Q1_answered = true>, and another trigger of <When the timeline starts on this slide, jump to next slide if bank_1_Q1_answered = true>.
Repeating this for all questions in every bank makes returning to a question bank (i.e. bank_1) cycle through all answered questions until it hits a variable of <bank_1_Q#_answered = false>.
However, the further into a question bank the user gets, the more noticeable this 'cycle' of questions is. For example, jumping from Q1 to Q50 showcases a noticeable flicker of slides and isn't as instant as I would like for a seamless, uninterrupted, return to bank_1.
I'm hoping there is a simpler solution/setting that I am overlooking. Thanks again!