Hello, I am having issues with incrementing the counter by 1.
In my quiz, the score must only increment by 1 for each question ONLY if the question is correct.
I have made this work, however when the answer is correct, the user can continually click on the Submit btn on WinForms and it will increment the score by 1 each time, therefore breaking the program.
What I need is:
When the answer is correct it increments (IV DONE THAT)
Now, when it increments ONCE, it must not increment again for that question.
Regards