Repeat group based on checkbox answers

I want to ask and label each repeat based on previous "Checkbox" answered
Display the first selected answer for the first repeat then the second selected for the second repeat.... and so on
For the repeat count , i can use count select with hidden value but also i want to specify each repeat for each selected answer
Is there is any way?
Many thanks :slight_smile:

hi there,

not sure what you're trying to accomplish exactly, but i can tell you that you can use:
current()
position()
and selected-at()
in combination together to pretty much address most of your needs in repeat groups.

HTH

Mazz

1 Like