Quote:
Originally Posted by rocotilos
Hi.. I think I may have guessed at what is wrong (or not wrong rather).
I see you are adding the score before the if statement (see the Red fonts i highlighted above). I think the question is detected, but since u are +1 to the score before the if statement, so after the IF STATEMENT is TRUE, it would -1 to score again which sums up to, 0. So no changes in the score was made.
I may be wrong though.. Is that line correct? Seems a bit weird for me.
|
i dont get errors but i think you are correct do you know what i could do to fix this