does sb have a clue how to show a prior answer (a1) in a depending question text (q2, see below for an example syntax)?
q1: How many cars do you have?
a1: [0-99]
q2:
{if((q1== 1), "What's the colour of your car?", "")}
{if((q1 > 1), "What colours have your cars? Please name a colour for all of your q1.shown cars", "")}
using LS 3.13.2+180709
Last edit: 9 years 1 week ago by FranzGerbig. Reason: better understanding
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
{if((q1== 1), "What's the colour of your car?", "")}
{if((q1 > 1), "What colours have your cars? Please name a colour for all of your ", "")} {if((q1 > 1), {tq1.shown}, "")}{if((q1 > 1), " cars.", "")}