(done) The issue of awarding points in quizzes (educational games)

I have an issue with awarding points. I want it to deduct 5 points when the answer is wrong and add 10 points when it’s correct, and there should be feedback for whether the answer is right or wrong. However, only the “correct” feedback appears. I’m confused about the logic.

In this structure, I have written Q as the quiz question, A, B, and C as the options that appear and can be clicked, while CA, CB, and CC represent which answer is correct. Can anyone help me?