I'm sorry for being blunt, but is it possible that the `very brittle "exact match" method of evaluating whether an answer is correct` means value equality? Is `==` the secret sauce?
back
1 comments
It's slightly more than that -- it also involves lowercasing and removing articles before testing for string equality.