Radio button riddle

I am creating a multiple choice test swf. I am currently using radio buttons to let the user choose an answer. The riddle is how do I check to see which button is checked without using its label? I do not want to label the buttons because the correct answer will always be asociated with the same button. can I use the instance name to check which button was chosen? Any thoughts or suggestions?