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);