Hey.
So in my game, there is a question and 5 answers. A, B,C,D,E.
The correct answer is C and E
so I did coding when C and E checked to add 1 to Correct.
Then another coding B C and E checked to add 1 to wrong.
Wrong and Correct are variables.
And if Correct = 1 show seed (a sprite)
And if Wrong = 1 Show X (a sprite)
But when I tried it I checked B, C, and E and it added 1 to Correct instead of Wrong.
I think this is because of The C and E from the correct answer overlapped with the C and E from the wrong answer, which caused some looping in the code. How can I change this? Attached are the images of my coding. Thanks.