Embed variable within other text in a text box
October 16, 2009 12:00 AM
Yup - no problem...you just need to create a text box, a variable for the text content, and six actions.
First, create an action with a new variable (I'll call it TextContents) and set it to equal Great job.
Then, create another action that adds VAR(name of name variable) to the TextContents variable.
Then, create another action that adds , you answered to the TextContents variable.
Then, create another action that adds VAR(name of test score variable) to the TextContents variable.
Then, create another action that adds correct out of 20 questions to the TextContents variable.
Finally, create an action that changes the contents of your text block to equal the TextContents variable.
Hope this helps!
Discussions have been disabled for this post