I am doing a survey and I'd like to have five open-ended questions (short-answer type). So far so good.
But then I would like the participants to rate (from the most important to the least important) the very same answers they gave before. is there any way to load the data string data given by the participants before?
yes, you can access any question via Expression manager and pipe it into some later part of the survey.
Let's assume the question code one of the open ended questions is "open1", then you should be able to pipe the answer given to this question into the question text of another question (or into the answer option / subquestion of another question) via this code:
Code:
{open1.NAOK}
or maybe just
Code:
{open1}
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Last edit: 6 years 5 months ago by holch.
The following user(s) said Thank You: LucianoMoreira
Thank you. Actually, when I was trying your hint, I found the Placehoulder fields and I was able to pipe the previous answers which is pretty helpful. Cheers.