going direclty to a slide that is part of a question bank draw

Feb 24, 2023

Hi heroes - here is our challenge - we have a course assessment that pulls random questions from a set of about 10 questions banks, separated by module (so that it can draw randomly, but still make sure we get some questions from each module)

We are tracking which questions a user has not answered so that we can give them a chance to return to a skipped question before submitting. But with question banks, you can't use the 'jump to' slide x directly - you can only jump to the  'slide draw'.

As an alternative, our developer has javascript that cycles through the slides to find the slide number that matches the selected number. This works except that screen readers actually read the slides that are getting passed through even without any time or focus on them.  Our developer is working to see if we can resolve that.

But as a secondary path, i was wondering if anyone had devised a solution to jump directly to a question that has been pulled from the bank for a specific instance of the quiz.

Be the first to reply