how to show the selected answer from slide A onto the next slide

Aug 31, 2022

Hi there,

I have been wanting to show a selected answer from a one-pick question in text on the next layar( so that the user can see what he has selected in order to answer an open question about it).

I tried to save the selected radiobutton in a true/false variable antwoord1, Antwoord2, Antwoord3 and Antwoord4  and then link the state of a textbox on the next slide to that variable but it doesn't work.

I don't see any more options?

 

1 Reply
Ginger Swart

Hi Marieken,

Your functionality is correct but there are a couple of things to fix here to make this work correctly. 

The order of the triggers is important. You have the submit pick 1 trigger first, which causes the thank you layer to pop up. This is preventing the variables from getting updated. Move the submit pick 1 trigger to the end of the list, and you can disable or remove the two triggers to show the thank you layer, that happens automatically so you don't need those triggers. By making those two changes, I got it to work. 

Hope that helps! Please let us know if you have any questions.