Hi,
Can I use LimeSurvey with usernames and specify a group quantity?
Use a token based survey and specify the group quantity in an additional attribute
Question 1: Is pizza the best food ever?
User_A would have to submit a combination of 5 yes and/or no votes for their group.
So there is ONE member of the group who enters ALL responses of the group?
So either you can use a question of type array.
Display as many rows as there are memers (subquestion relevance)
Here each question is answered for all group members iúntil the next question is displáyed.
Questions are not mandatory but you validate that all members answered.
validation equation like "count(self)==TOKEN:ATTRIBUTE_1
or you can create as many groups with all questions as there are members in your groups.
Display as many groups as there are group members by "condition".
Questions are mandatory.
Joffm