• We are using a multi-page quiz to keep the sections of it separate and so we can show the progress bar. That works fine, but every time you click NEXT to advance to the next page, it goes to the BOTTOM of the next page. You have to manually scroll up to continue the quiz.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I found a solution which is best done in the souce code.
    Perhaps Frank can add it.
    (If you make this change in the plug-in, any updates will remove the change.)
    In the file qsm-quiz.js, in the quiz-master-next/js directory,
    add the following, just before $pages.hide(); on line 262 in the goToPage function:
    window.scrollTo(0, 0);

Viewing 1 replies (of 1 total)
  • The topic ‘Multi page quiz doesn’t advance to top of next page’ is closed to new replies.