Many possible solutions.
You can add a variable "TouchEnabled", set it to 1 when the game starts. Change your event to this:
On button1 touched
(and) TouchEnabled=1 -> Set TouchEnabled=0 ; do stuff
Then set TouchEnabled to 1 again when you are ready to ask the next question.
Also, I suggest you use "On tap object" for buttons.