Hi, ymca,
yes, that's it.
As far as possible use the micro-tailoring, e.g."Dear {if(gender=='M','Mr.','Mrs.')} Smith, ..."
I use this code in the question if it's a male that is filling the question?
"As a {if(gender==1,'man')}, you think you are beautiful?"
To remark: In this example I provided, gender was asked in a normal single punch question with codes "1=male", 2=female".
If your question is of type "gender" the codes are "M" and "F".
What do you ask if it is a woman? You have to complete the "if" structure. (see above)
Well, English is rather easy. Other languages may be more interesting.
But nevertheless you can include the whole question text in the "if" structure, like:
{if(gender=="M","What would a[ color=#ff0000]man[/color] think about
his hat, if
he saw it in a mirror?","What would a
woman think about
her hat, if
she saw it in a mirror?"
Micro-tailoring is very mighty.
Best regards
Joffm