I'm looking for a way to have small changes inside each question, according to how the question determining gender was answered, in a way that I don't have to duplicate my entire questioner.
I know I can creat 2 versions of each question, but I want to find a way to have all variations of a question gathered in the analysis stage as a single question.
The questionnaire is in Hebrew, which has different nouns and verbs for male and female, and this affects the audience significantly enough to be a must for my questionnaire.
The changes are minor, 1 or 2 words in a question that can appear in the question or the answers. Most of my questionnaire consists of matrix tables
How could I accomplish that?
Thanks in advance
Page 1 / 1
There are two ways to do it:
- Piping - After your gender question, create branches based on gender in your survey flow and set embedded variables for all the gender specific words you need. Then pipe those words into your questions.
- HTML/JavaScript - Put both gender variations inside
tags with a gender specific class. Then have JavaScript hide the one that doesn't apply.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.