Forum Discussion
Help with triggers
An object with a Normal state and a Selected state will automatically toggle between those states when it is clicked. You could also trigger the buttons to toggle a T/F variable to track which ones are selected: False for not selected and True for selected.
Unless you use JavaScript, you'll need to keep the options in their same positions on the following slide. I'd have the initial state of all of them be Hidden. Then, for each one, use a trigger that changes it to Normal if the associated T/F variable = True.
FYI: These posts might help:
Thanks for the reply Judy. I've got the first slide figured out, finally. For the next slide, Upon hitting submit, how could I take the variables that are marked TRUE and save them into 10 new variables (Answer1, Answer2, Answer3 etc)? Is that possible, so I can create a similar layout as my screenshot but only use 10 buttons? (So that it looks like the image below)
- JudyNollet4 months agoSuper Hero