Reply to 1335547853230510080
@petkasp Thanks! This was a good example where you can split the problem in two smaller ones: parsing the group form entries (parseGroupList) and then collecting the answers in a form (collectAnswers), using the samples provided in the day's description. Then the solution combines those.