Probably the easiest way, based on your screen shot, would be to add another variable called StopTimer, and set its value to 0.
then when the correct answer is given, set StopTimer to 1.
then change the two "Every Tick" events to a System - Compare variable - StopTimer = 0
that way the actions that update the timer variable will only run if StopTimer is 0.