I am trying to grade a quiz where the answers were submitted via a smartsheet form. I am having trouble figuring out how to confirm that there is an exact match on questions that had multiple answers needing to be selected to be considered correct.
On questions that only use one answer, this is the formula I use:
=IF(HAS([Question 1]1, "The Correct Answer"), 1, 0)
Is it possible to modify this formula to get confirmation that multiple correct dropdown options were selected?