storing a content of a selected button and display in next slide
I am working on a slide that involves a question and many options to choose one.
Here is a screenshot:
What I need to do is after the user chooses any of the buttons, and when he goes to the next slide, I need to display the choose button there. like this.

And I also want to able to change the design of the button in the next slide. I also
I think it can be done by assigning three different advance action. for e.g, advance action: selectApple
for apple button which make the var_apple_selected to true and by checking if that variable is true or false we can show the apple button on the next slide.
But in my real project there are twenty eight buttons and this way seems be too lengthy.
I think there must be something like storing the content of a button in a variable and in the next slide defining the content of the button is the stored content of the variable.
I tried but could not find any related like this. Has anyone done something like this ?
Thank you.
