This is because the selectAll() method will only be invoked when actually clicking on the "Select All Answers" button. But you did not click it between step 3 and 4
What you should do: When you click on a grid button, toggle answerBtnsOn/answerBtnsOff for all the (A-Z) buttons not currently showing.
I've updated the fiddle