Remediation in a course with multiple content slides and question slides
My goal is to build a course that consists of ~20 content slides (each has a short video lecture), followed by several questions each to compose one big quiz, each answer is counted toward the grade.
So, my current setup is as follows:
- Each lecture slide is followed by 1-3 question slides.
- One attempt is allowed per each question.
- All questions must be answered correctly before a user can move on to the next content slide.
- Each lecture is preceded by another content slide and has a "Next" button with "Return to Quiz" On success action.
- On failure to answer a question correctly, the user is redirected to the preceding lecture slide to review the lecture. Then the user is redirected back to the failed question slide (via a "Next" button) and has the next attempt at answering the question.
I understand the remediation scenario and was able to set up the first lecture slide, followed by 3 question slides, and it all works the way I want. The lecture slide's "Next" button works properly depending on where the user came to the lecture slide from.
However, when the user finally arrives to the next lecture slide, as soon as they click the "Next" button on that slide, they are taken back to the last answered question slide - in my case it's the third question slide after the first lecture slide. The loop closes right there.
Basically, there is no way for the user to move past the second lecture slide. ![]()
Why does the "Next" button on the second lecture slide fail to go to the first question slide that follows?
What am I doing wrong?
Thank you.
Lyolya
