I am trying to make a math quiz. I have been able to generate random numbers, now I just need to compare it to the answer a person writes.
Example: the problem is 24+12=(here I have a text box), now I need to check if the answer in the text box is the same as 24+12.
thanks for any help :)