Hi, am very new to lime survey. My question might be silly for few,pls excuse me.
How can i access the answer given in a short free text and display it in another text field question?
E.g :
Question :What is your name?
Ans : Mr.x
Now i would like to display the name (Mr.x) in another question which is of type text field.
E.g Welcome Mr.x <Answer of the short free text>.
Both the questions are in the same question group.
Since there is no answer code for short free text like multiple answer questions i have no idea about any ways to access the answers of short text. Pls help...
Last edit: 8 years 2 months ago by tsureshkrishna187.
tsureshkrishna187 wrote: Both the questions are in the same question group.
Since there is no answer code for short free text like multiple answer questions i have no idea about any ways to access the answers of short text. Pls help...
3. Why do you think there is no answercode for short free text. The questioncode is the answercode since there is only one answer to that type of question.
If the code of the short free text is e.g. q02, then you can use {q02.shown} or {q02} to access the answer of that question.
Sometimes accessing variables is not working since the questions have to be in different groups/on different pages. But that is not always the case.