Two ways to do this:
1. Use System->Set Time Scale=0 for the object with Timer. This will stop everything for this object.
2. Save timer remaining time in a variable (I believe it's object.Timer.Duration-object.Timer.TotalTime)
Then stop the timer. After player answered the question, start the timer again for the remaining time.