I'm creating a survey here that is about a college symposium, where the people enters various informations as name, registration number at the college, etc.
I want to show a message like "Thanks [name]! You're succesfully subscribed at the symposium. Plase take a comprovation of you registration number [registration number at the college]." at the end of the survey, as the final text message. My problem is: how to show the answers there?
I think this is possible, just cant find how to do it.
Cheers and sorry for some spelling,
Henrique Fonseca
You can use the expression manager to pipe in responses to previous questions, usually something like this {questioncode} should do it (depending on your question type).
I am not sure if you can do this on the on the last page though. But I you can try to include this code into the end message and see what happens (if EM works on the end page).
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.
The following user(s) said Thank You: henriquefonseca
To print question and/or answers texts etc. :
question codes => {QQ.code}
answers => {QQ.shown}
assess values => {QQ.value}
For multiple choice questions, you can be print the (sub)questions text with the following syntax:
=> {QQ_sq1.question} , {QQ_sq2.question} ,{QQ_sq3.question} etc.
If you need to handle dates:
=> {date("d/m/y H.i")}
.