Hi,
I needed to dynamically break up a question into multiple groups each with a unique question type. However, I gave each cloned question the same "valueName" value so that all the answers in each group could be mapped to the same JSON property. It seems to work fine, except that the select all is behaving weirdly. When I click "Select All" on one group/question, it seems to impact the other groups/ questions.