- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
It looks like the relevanceStatus is only generated after page load so my solution would be as follows...
1) Run the survey in group-by-group mode
2) Place each question in a separate group
3) In each group, precede the visible question with a hidden equation question (equation1, equation2...) containing something like this (varies by group):
{sum(Q2.relevanceStatus, Q3.relevanceStatus, Q4.relevanceStatus, Q5.relevanceStatus)}
4) Place relevance on the visible questions, referencing their corresponding equation questions something like this:
equation1 LT 3