package testtool.TestGen;

import testtool.Test.*;
import testtool.Question.*;
import testtool.QuestionBank.*;

import java.util.Collection;

/**
 *
 * 
			The Percentage of this type of question to include if enabled.
		 * 
 * @author 
 * @version 
 *
 **/

public class MatchingOption {

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

     }

     protected boolean enabled;

     protected int percentage;

}