How do you use a variable inside a scrolling text widget?
(Captivate 9) Example: I have two pages on page 1 the user answers a question in a text box entry (the answer can be multiple lines long) - this saves to a variable (Answer1) Which want to display on page 2. I can display it using a variable in a text caption box ($$Answer1$$) but if the answer is longer than the box it does not display the entire answer, so I wanted to display it in a scrolling text widget but I can not figure out how to do this.
I have tried using the variable $$Answer1$$ as the default text - this does not work.
I have tried assigning the variable Answer1 to the variable associated with the widget (Q1Answer) as an on Entry action for page 2 - this does not work.
I have tried making the variable associated with the widget the same as the text entry box - Answer1. This does not work.
Any suggestions?
