I created a project where there are three sections to each procedure: ShowMe, TellMe and InvolveMe. I wanted each one to be viewed before they could go to the next section. That worked great, but now I want to have just one of them be viewed. It doesn't matter which one.
When the user clicks a section, it goes to the right page, assigns the variable vNext with a 1, shows a graphic and hides a graphic. This advance action works. On the next button, I have the following advance action assigned to it:
if
vNext is equal to 1
Actions
Jump to Slide 21 End of Module
Else
Show AnswerNavPopUp
Simple, right? This works if I do not view a section so the variable vNext does not get assigned the 1. It shows the AnswerNavPopUp graphic just fine. The problem is when I view a section and it assigns the 1 to the vNext variable. When I click the next button, it does not jump to slide 21. I know that it is assigning the 1, because I have the variable showing on the page.
This is driving me crazy! Here I create a much more complex advance action and it worked great, I then try to simplify it and I can't get it work. Can someone help me out here? Let me know if you need anything else from me.
Message was edited by: kmlohr One other thing - If I choose to view any two of the sections, then the jump to slide 21 works.