Forum Discussion
Need help with completion page
I have a menu slide and 11 layers on that slide.
The menu slide has 10 links that show visited once clicked and the user goes to the layer related to the link.
Each layer has a variable that changes from false to true when the layer starts.
There is a trigger on the menu slide that says when timeline begins, if all variables are true, show completion layer.
When I test it, once all variables are true, I have to click play to get the completion layer to show. I want it to show automatically.
I also tried a trigger that said once all links are visited to play completion slide. It also forces me to click play to see the completion slide.
What am I missing?
I included several images to help answer any questions about the setup of the menu slide and the set up of the layers slides.
- GarthYorko-TECommunity Member
Your trigger to show to the Completion layer means that the learner will never see the 10th link since the variable changes when the layer starts. Change those to adjust the variable when the timeline ends.
This thread has a solution for you on getting the completion layer to show.
- LeaAnneDaugh988Community Member
The 10th layer has to start before the variable becomes true, so it successfully goes to 10 and back, but when it gets back and all variables are true, it isn't showing layer 11. I see what you did in the other file, but why isn't this working. What is forcing you to have to click play for layer 11 to show up? I don't want to have the timeline toggle showing, so I can't force my users to click play since it won't be visible.
- GarthYorko-TECommunity Member
Your trigger is set to go off when the timeline starts on the slide. Since you never leave the slide, you just show layers over the top, the slide only starts once.
Once you click the replay button, the slide starts again and layer 11 shows.
- LeaAnneDaugh988Community Member
I moved the Course Complete to its own slide and changed the trigger from if/then variables to visited states. I added a next button to be visible only when the all 10 buttons are visited. That worked. I still don't totally get why, even after modifying it similar to how I solved it with the new slide, it still wouldn't work. Regardless, I have resolved the issue.