I'm new to LimeSurvey and I would like to know if it is possible to do this:
- I have 5 groups of question
- There is 1 question with multiple choices with comment in each group
- I want to give the users 12 "answers"(Choices) they can dispatch as they want in the 5 groups.
- If possible add a register that tell them how much answers remain.
I hope my explanation is clear and you can provide me with an answer.
Mlamy1 wrote: I want to give the users 12 "answers"(Choices) they can dispatch as they want in the 5 groups.
You want to limit the amount of answers to 12 items over the five questions?
What version of LimeSurvey is used?
Counting ticked answers can be done via "count".
count(self.NAOK) can be used when referring to the current question (e.g. in validation fields of a question).
Refering to questions via QCODE should work with
count(that.QCODE.NAOK) > 1