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 haven't looked math the RadioMultiAnswer object, but == only works in a limited way with lists. It only handles ordered lists, not unordered lists. Perhaps that is the issue?
When the correct answer for a blank inside a RadioMultiAnswer object is a list, the default answer checker can't properly check the list.
Is this because the
==
operator isn't overloaded to handle lists?The text was updated successfully, but these errors were encountered: