package testtool.Question;


import java.util.Collection;

/**
 *
 * 
			The matches choded as the correct responses to a matching answer area.
		 * 
 * @author 
 * @version 
 *
 **/

public class MatchingAnswer {

     /** Default Constructor **/
     public MatchingAnswer() {

     }

     protected Collection<Match> matches;

}