- Posts: 5061
- Thank you received: 1267
Ask the community, share ideas, and connect with other LimeSurvey users!
Did you try my sample survey? The group order is randomized so, effectively, the question order is randomized."Ensure questions will be asked in a random order". The order won't change.
tpartner wrote: 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):Code:{sum(Q2.relevanceStatus, Q3.relevanceStatus, Q4.relevanceStatus, Q5.relevanceStatus)}
4) Place relevance on the visible questions, referencing their corresponding equation questions something like this:Code:equation1 LT 3
Sample survey attached: