You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea! However the JS implementation is a bit buggy - what if we're dealing with a falsy value so the intersects operator "succeeds" but then returns the falsy bit? some() seems to be better suited.
This would help with checking if a MultipleChoice question has at least one of the given options checked, which is a common use-case:
JS Implementation:
The text was updated successfully, but these errors were encountered: