Forum Discussion
How can I bring objects through to another slide based on state?
Thanks Nathan, they sounds like good ideas to try! I think the second may work best for what I am doing. How would I bring just the selected variables through? I wouldn't be able to set them as true/false as text variables would I?
You could have three text variables: selection_1, selection_2, selection_3. When they select their desired statements, you could assign the text of the selection to each of these variables. Then, use a text box containing something like "Your 1st choice: %selection_1%", to display each selection variable.
- MichellePike-563 months agoCommunity Member
That sounds like a good solution! I a trying to make it work but I cant figure out how I would allocate the selected text to each selection. For each 18 statements I have set up a text variable of what the statement is. How do I think make sure the selected one is shown for selection_1? Would I need to do a variable to say set to Statement1 if state is selected and do this for all 18 statements? I can figure out how to just draw one through. Really appreciate your help