Trouble Shooting Code

I’m making a math game where if you press 1 at the beginning, it will give you addition/subtraction problems, and if you press 2, it will give you multiplication/division. I think the rest of the code works but I don’t know why it won’t trigger the multiplication/division if you press 2.

Thanks in advance!


You only ask + and - questions. Copy/paste gone wrong.

You might want to check the join blocks in the question generation function.
They both have “-” as the 2nd string to join together, might want to change them to either “*” or “/”

Hope I identified your problemo.