- Posts: 231
- Thank you received: 43
Ask the community, share ideas, and connect with other LimeSurvey users!
nside an iframe but this is clumsy and not nice to see.
I agree that this might be a little bit misleading. But I guess with "previous answers" is mean the answers of previous respondents.Allow to show some statictics from previous answers in survey in question text, help and answers.
Our intent, on the other hand, is something like:
- "Be the first to answer YES"
- "More than 100 friends said NO to this".
How to understand this?but not do something like this :
{if('[Q.nb.NON]' == '0',"None said NO to this","More than [Q.nb.NON] friends said NO to this")}
For Answers part : since Expression Manager already happen : you can show something like that:
{if('[Q1.nb.1]' > 5, "More than " + ('[Q1.nb.1]' - 1) + " answered A", "Less than 6 answered A")}