Jesse is correct about the Hover state overriding the Selected state. However, eliminating the triggers won't solve the problem. That's because Hover and Selected (and Visited) are built-in states. They come with automatic functionality.
Using triggers that duplicate built-in functions can actually cause problems. So all the triggers that change to built-in states should be deleted.
Personally, I'm not a fan of the Hover state. I'd delete it. However, if you want to keep it, I suggest that you make the Hover state look like the Selected state (that is, with the colorful fill) with the addition of the glow.
By the way, all of the items in the button set should have a Selected state. Your "correct" item has a Visited state but not a Selected state. When it changes to Visited after being clicked, it will stay in that state. So you'll need to delete the Visited state and use a Selected state instead.