I have a repeat that gets populated using the function - selected-at(${issues}, position(..)-1).
I would like the make the repeat questions required but allows the user to answer in any order. Right now adding a constraint or required makes the user answer the questions in order.
Is there a way to allow the user to answer the questions in any order and when they hit submit, call out any questions that were unanswered, similar to how a constraint works without repeats?