To retrieve text or values from a question and insert it into the question wording of another question, you may use caret (^ - also known as "hat") in front of and after a JScript .NET expression. This text substitution or response piping can be used in all text fields (Title, Text, Instruction and Answer list/scale) but not in script nodes, conditions, code/column masks or validation code fields.
Piping in the Response to a Single Question
After the respondent has picked a favorite car in q3, we want to ask how many times he or she has tested that car. We want to pipe in the name of the car, and use the "hat" notation as follows:
^f("q3")^Figure 1 - Piping in the Response to a Single Question