One course for two audiences

Given that scenario, in the fact that you have two different users sharing most of the content on the same page, you need to create a conditional showing of that third paragraph...-Paragraphs 1 and 2 could go in the same text block set to intially visible (the default) on the page. Let's call this text block 1.-Paragraph 3 (for Power Users) could go in a separate text block properly placed on the page, but uncheck the initially visible property. Let's call this text block 2.-Attach an on-show action to text block 2, that shows the text block conditionally. That is, based on a variable that changes with your user level. For example, say the variable userVAR is equal to 0 for Executives and 1 for Power Users. The on-show action would be set to show->show text block 2 if userVAR=1.

Discussions have been disabled for this post