We noticed that when you have two consecutive blocks, the page on the second block does not scroll back to the top when running the survey. We solved this by adding an HTML element to the first page on the second block, with the following HTML markup:
<script>
document.getElementById("survey-survey").scrollTo(0, 0);
</script>