Hello,
I have noticed that when I nest a repeat within a group (as shown below) and set the group's appearance to 'compact', the repeat will also appear as compact. Is there a way to fix this since I want my repeat to appear expanded inside the group?
| | appearance |
|---|
| begin group | | [compact] |
| select_one | Question 1 | |
| begin repeat | | |
| select_one | Question 2 | [minimal] |
| end repeat | | |
| end group | | |