I would move all logic to instance variables on the Button sprite. (a single button for Yes and No answers)
Configure these variables on each button for all questions.
So when a button is clicked, you can compare its variables and know if the answer was correct or not, what to add to the CSV file and what to do next. This way you will only need one handling event for all questions in the quiz.