Regarding Ishmael's post on Multiple Choice questions, I see the ability to review individual items within a select_multiple type; is it possible to review if a list of items are selected?
I have a client who is observing activities, and which observed activities are unsafe, both fields reference the same choice list. I'd like to add a constraint that ensures that if a item is selected in the 'unsafe' field it is also selected in the 'observed' field. Can something along these lines be done?
| type | name | label | constraint | constraint_message |
| select_multiple Activities | observed | Observed Activities | | |
| select_multiple Activities | unsafe | Unsafe Activities | selected(${observed}, ${unsafe} ) | Unsafe Activities must also be noted as Observed above |