I'm using the quiz template in the start page to make a true or false quiz. I'm trying to add the speech-synth voice to read aloud the questions and answers.
I've been able to get it to read the questions, but I can't figure out how to have it read the answers. So far the only way I've got it to work, it reads the answer immediately after the question is asked, but before you actually pick an answer. Obviously I need it to wait until an answer is picked before reading the answer.
My issue seems to be the local variable used in the question blocks is not available in the answer blocks, so my call to pull the id and answer won't work outside this section. I can't figure it out.
Any ideas?