Forum Discussion
Review Course?
- 3 days ago
- Set a variable per module (like FnClicked) when the user clicks the review button.
- On the last slide of each module, use a trigger:
- If the variable is True, jump directly to the last “Printing” slide instead of the next scene.
- If False, progress normally.
This is the exact same situation that I am working through. In my story, learners progress through seven different sections and complete a knowledge check after each section. For Section 8, before advancing to the post-survey, the learner has the ability to revisit any of the seven sections. The issue is that the "escape" option (before being forced through the knowledge check for a given section again) was not showing up.
I was able to get assistance from Ron Price (Yukon Learning) at DevLearn and we identified that the basic issue was the need to include a variable check at the start of each section. So my variable (RevisitContent [T/F]) needed to be checked - if true, make the "escape button" appear, if false, make it hidden.
I have it set so that at the point in Section 8 where the learner selects any of the previous sections to revisit, the RevisitContent variable toggles to "True." I just needed to have the program "call" that variable during the revisiting.
It works pretty good and I think I have a repeatable way to easily set this sort of self-directed review in place.
Related Content
- 10 months ago
- 11 months ago