Button Interactivity

I am building a course that contains a button that directs the learner to a link (a booklet with product information) on every screen. We also have the same button appear again 8 other times when the learner receives feedback and the information relates back to the product booklet. (i.e., the button appears twice on 8 of the screens). We don't want to have two locations to update if the product booklet ever gets updated. Is there a way to link the button that shows up on the eight pages to the button that is on every screen?

Thanks,

April

undefined

Discussion (1)

You can create a variable called "BookletURL", set it to the required URL by default and replace the URL address in the GoToWeb action with "VAR(BookletURL)". This way you can create a million buttons but to change the URL you'd only have to edit the above variable.

Discussions have been disabled for this post