Hi folks,
I want to present conditional links on the End-message-screen, depending on criteria like gender, occupation, age, etc. All of these information are provided either by attributes or by questions.
If that's not possible I would simply present the links within a new question, but the questionnaire is already online so I would prefer to not disable it and still just edit the End Message Screen.
I'm imagining something like this:
{If (gender=1 & age=2) disp='
www.link1.com
'}
{If (gender=2 & age=2) disp='
www.link2.com
'}
... etc.
Do you know whether that's possible in the End Message Screen in Limesurvey?
Kind regards,
Pascal