Multiply random numbers between 2 and 11

Okay I know there were lots of mistakes still in my code. I fixed lots of them now, but the general problem I have still remains. The program doesn’t sees a correct Answer as a correct Answer.

So I am guessing there must be something wrong when it comes to communicating between those two code components.

You’ve forgotten to turn correctAns into a string so it can be compared with a text object.

1 Like

Oh yes you’re right! Thanks a lot for your help! Now it works!!