This recipe will show you how to add text to a template (or another block) when a user selects a Radio Question option.
Summary
- There are two ways to add text to a template when a user selects a Radio Question option: You can add the Radio Question variable directly to your template. When the user selects a Radio Question option, the option's value will be added directly to your template; or
- The Radio Question option is not meant to hold a large amount of text -- for example, paragraphs of text -- so if this is your goal, you can use Variable Assignment Blocks to create paragraphs of text and then use a Conditional Variable Assignment Block to associate a Radio Question option with a paragraph of text.
This recipe will show you how to do both.
Duplicate this app to see how it works.