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
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
When a PresentationCondition or FeedbackCondition has the .* regex, the intent is to match ANY AssignmentExercise. However, when the AE has no tags at all, the following PresentationCondition/LearningCondition test fails when labels.any? returns []:
It is possible that this is now the desired behavior, now that the default PC/FC can be easily viewed and edited. However, it should still be made clear to users that unlabeled exercises will not be matched by any regex.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a PresentationCondition or FeedbackCondition has the
.*
regex, the intent is to match ANY AssignmentExercise. However, when the AE has no tags at all, the following PresentationCondition/LearningCondition test fails whenlabels.any?
returns[]
:The text was updated successfully, but these errors were encountered: