Slider feature with conditional button

Feb 15, 2021

Hi there! I have a slide that has a slider where the learner moves the slider to see 7 responsibilities a team does. I want a button to start as disabled but then appear when the seen all of the layers. I am assuming I am going to have to set a T/F variable for each layer, but I wanted to see if there was maybe a different/easier way I wasn't thinking of! :) Thank you!

3 Replies
Walt Hamilton

Your first instinct is the only fool-proof answer - variables that change when each layer is visited. There are lots of other, more glamorous ways to do it that may be easier, but they only work under certain conditions. The variables are the only way that will work under all circumstances. Like you say, what if some layers are skipped, or the slider starts in the middle?