Customizing language in a question dependent upon previous answers | XM Community
Skip to main content

Hello all. I would like to know if it is possible to setup a question to have a placeholder that is filled in with the appropriate term dependent upon the answer to a previous question.
 
For example:
Q1: Are you tenure-track or tenured faculty - Y/N
Q2: Do you feel that your listens to what you have to say?
        If Q1 = Y; then /placeholder = Mentee
        If Q1 = N; then /placeholder = Mentor

If Q1 and Q2 are in different blocks, you can use survey flow logic branch logic after the Q1 block to assign the embedded data field 'placeholder' and pipe it into Q2 as ${e://Field/placeholder}


Leave a Reply