Branching - how to go back 2 slides - or a slide of the Moose

Hello

If all goes well, I'll be pretty accurate .

As you can see on this slide, I have a clickable top menu (TOC, LinkedIn, people to call, resources and output).

When we click on resources, anywhere in the course, the learner lands on this slide:

2015-11-03_14-26-55.png

Then, they are presented with 3 buttons in option. (Our locations, organizational chart and Photo album).

The next button on this slide really brings back the learner to everywhere where they are in the course. (Action set to go to last visited slide). These are optional. This means that if learners will not go on the site or organization chart, they return to where they were under way.

Now, this is where it gets complicated (for me)... Let's say the clicks of the learner on our site. He is brought to this slide:

2015-11-03_14-33-22.png

My question is: is there a way for the button on this slide to bring the learner to the slide before the slide in the area of resources?

I use 8 Captivate on PC.

Thank you very much

Julie

There is no system variable to return the "two" slides You will need a tip for the resources button action, to store the current number of the slide (cpInfoCurrentSlide) in a user variable "v_lastvisit" before jumping to the slide resources. Do not use the 'a go ├a last visited slide' for your button 'Next' on the slide in resources, but this action:

Expression cpCmndGotoSlide = v_lastvisit - 1


The reason that an Expression is cpCmndGotoSlide begins with index = 0, while cpCmndGotoSlide starts with 1.

Tags: Adobe Captivate

Similar Questions

Maybe you are looking for