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 ShortAnswerOption { /** Default Constructor **/ public ShortAnswerOption() { } protected boolean enabled; protected int percentage; }