Oksy, run your puns by a native English speaker first because a lot of them don't make any sense.
Also, write code that can parse multiple versions of the correct answer. There's no excuse for being case-sensitive. An example of how you could check to see if the player has the right answer regardless of case would be
if (textField.text.toUpperCase() == "CEREAL KILLER")
And make sure you allow for different wording. There's no way to guess that the correct wording is "The eye of the hurricane." So you need to also accept it as correct if they leave out the "the" and just put "eye of the hurricane." And definitely allow for "eye of the storm" or "eye of the tornado."