- Posts: 77
- Thank you received: 6
Ask the community, share ideas, and connect with other LimeSurvey users!
{count(Q1 == 'A', Q2 == 'B', ...)}
Yes, you would have a separate "count" equation question each advice. So, for example, the count for advice E would also include Q1, answer A:Is it possible to do assessments like that ?
{count(Q1 == 'A', Q2 == 'C', ...)}
holch wrote: I think Expression Manager can do what you want, but I am not 100% sure if I got you.
I assume that question 1 and question 2 only allow 1 answer per question, right? Or are they multipe responses?
Let's assume they are single response and I answer Q1 => A and Q2 => D. If I understood you right, you want to show me the advices A, E, I, B and L. Correct?
This is definitely doable. If you have a lot of questions, this might be quite a bit of work in EM, but should be doable.
tpartner wrote:
Yes, you would have a separate "count" equation question each advice. So, for example, the count for advice E would also include Q1, answer A:Is it possible to do assessments like that ?
Code:{count(Q1 == 'A', Q2 == 'C', ...)}
As I said, that would depend on the layout of the report screen.Now the sorting part is a little out of my league, I think only Tpartner can help there.
{if(E1 >= 1, 'my text 1' ) }