basically you want to store your solution inside an object, and compare the indexes of the comboboxes with it
//say the Comboxes right solutions have the indexes 0,1,2
var combosolutions:Array = [0,1,2];
//when clicking the check Answers button you go through all the seelctedIndexes of your comboboxes and compare them to the combosolutions