- Posts: 26
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Example: Check the answers that you like:
[ ] rice
[ ] beans
[ ] onion
[ ] toyota
[ ] ford
[ ] volkswagen
[ ] dell
[ ] apple
[ ] lenovo
[x] rice
[ ] beans
[ ] onion
[ ] toyota
[x] ford
[x] volkswagen
[x] dell
[x] apple
[x] lenovo
holch wrote: You could create something with a mix of assessment values and expression manager. So you could add up the value of each response from each group. You will basically create the groups virtually through the calcuation of the expression. Then you can compare the sums for each category and see which category scores best.
Yes, see "Relevance (Controlling Navigation/Branching)" - www.limesurvey.org/manual/Expression_Man...ation.2FBranching.29Or can I create these conditions using Expression Manager?
tpartner wrote:
Yes, see "Relevance (Controlling Navigation/Branching)" - www.limesurvey.org/manual/Expression_Man...ation.2FBranching.29Or can I create these conditions using Expression Manager?
h1ghland3r wrote: Hi guys,
I am stuck in logic...
:S :S :S
For my project, I want to set a criteria for when the user select the questions from a category, they will answer a specific question.
I have two questions, which codes are D1 and D2.
For D1 question, the logic should be:
(When someone select at least one item of this category)
((C1_SB01.NAOK == "Y")) or ((C1_SB06.NAOK == "Y")) or ((C1_SB09.NAOK == "Y"))
For D2 question, the logic should be something like this:
(When the user select at least one from the first category and at least one from the second category)
((C1_SB01.NAOK == "Y")) or ((C1_SB06.NAOK == "Y")) or ((C1_SB09.NAOK == "Y")) && ((C1_SB02.NAOK == "Y")) or ((C1_SB07.NAOK == "Y"))
However, when I try to answer the survey, I am always redirected to D1.