You can personalize your survey questions by using the piping feature. This allows you to take a users' response and refer to it later in the survey.
For example in the following form, you start by asking the name of the user:
and then you use that name to personalize the rest of the form:
To configure answer piping:
Edit your Survey
Go to the Settings section
Go to the "Answer piping" settings, and click "Configure"
Give names to the variables that are assigned the answers to your survey questions
Insert the variables into the question text of following survey questions in the following format ${varname}
For example, in the survey above, you could set the variable username to the answer of questions #1, and then use ${username} variable to personalize the following questions and ending screen.