I have a survey with several yes/no questions using radiogroups. I'd like to count the number of "yes" results for each question (the value for yes is 1 and value for no is 0), then store it as a variable that I can later use to display on the results page (i.e. You have answered yes to X number of questions).
Any suggestions on how to do that?