<< Click to Display Table of Contents >> Optional Text, Simple |
![]() ![]() ![]() |
SAMPLES: SIMPLE OPTIONAL AND OPTIONS BLOCKS
{This is an example of a simple OPTIONAL (keep it or delete it) text. It's just any text enclosed within curly braces.}
If you want to add a bit of flexibility to the text by allowing the user to choose among options that you can provide, just put the appropriate separator between the choices.
• | To get checkboxes, use /ANDOR as the separator. |
• | To get radio buttons, use /OR |
• | Upper case letters mandatory |
Examples (you can run these samples directly from this screen):
{Apples are healthy for you./ORBananas are my favorite fruit./ORStrawberries are so refreshing on a hot day.}
{Apples are healthy for you./ANDORBananas are my favorite fruit./ANDORStrawberries are so refreshing on a hot day.}