Forum Discussion
AshishNegi-bc6f
9 years agoCommunity Member
How to save reponses of radio button
Hi.
I have created a screen with 7 true/false statement followed by their 14 radio buttons. I want to save the user's response, the radio button which user clicks and then to display it, is there...
AshishNegi-bc6f
9 years agoCommunity Member
Yes...exactly the same i want
- WendyFarmer9 years agoSuper Hero
Hi Ashish - that is the advice Matthew gave you in his reply to your initial post.
I created a T/F variable (default to false) for each Question called Q1_response, Q2_response.
I added triggers to the True radio buttons for each question to change the variable to true if the user clicked the true radio button - if they click the false radio button the variable stays false.
On the next slide I added the variable reference into a text box so that whatever happened to the variables from the user clicking radio buttons on the first slide is displayed on the second slide.