If all lessons have been completed, advance to next section?

Problem: In an LMS module learners are presented with 3 topics in the first section. They need to choose each section one at a time, but they can choose them in whichever order they want. I’m trying to use Advanced Actions to set conditions so that if any of the three topics have not been viewed yet, then clicking the “Continue” button will go back to the Selection slide, but if all three have been viewed, then clicking the “Continue” button will advance to the next section.

ActivePresenter version: 8.5.7

OS: Windows 10

Notes:

Hi,

You can take a look at the attached sample for your reference: next_section.approj (320 KB)

Please perform the following steps:

  1. In the Variables dialog, add 3 True/False variables corresponding to 3 topics of the first section:

  1. On the On Load event of each topic slide, add the Adjust Variable action:

image

  1. Add actions and conditions to the On Click event of the Continue button:

image

Regards,
Hoa

This worked! Thank you for your help!