Remediation Sequence

Hi. I think this is pretty basic, so I apologize in advance.

I frequently have some kind of content, followed by several question slides about it. The first time, the user finishes the content slide, they should go forward to the first question slide. No problem so far.

If the user makes an error on any of the questions, they are directed back to the content slide to re-watch/review it. No problem.

But after this remedial view of the content, they should be directed back to the question they missed instead of going to the next slide. I assume I’d use “Go to Last Visited Slide” for this.

But I’m not quite sure how to set up the variables/conditions so that if it’s the first time, they are directed to the next slide, but if not, they are directed to the last visited slide. And in the easiest way possible, as I’ll have to repeat this sequence many, many times. THANKS!!!

Hi @Chante,

Please refer to the attached project to see if it suits your needs.

Here are the steps to create it:

  1. Add Variables:
  • A number variable to mark the last visited slide.
  • A boolean (True/False) variable to indicate if the question is incorrect.
  1. Last Content Slide:
  • On the last content slide, add actions to the “Next” button’s On Click event.

image

  1. Add Messages on Question Slides:
  • Include correct/incorrect messages to notify users.
  1. Modify Feedback Actions:
  • Delete the Show Feedback Layer action.
  • Add new actions (avoiding the feedback layer simplifies the creation process).

image

  1. Clear User Input:
  • Add the Clear User Input action to the On Load event of the question slide so that the question’s answer is reset when the slide is revisited.

image

Note: Use advanced actions to avoid copying and pasting the same action on multiple slides.

Regards,
Chante.approj (784 KB)

1 Like

Best. Support. Ever.

THANK YOU!!!

3 Likes