package testtool.TestGen; import testtool.Test.*; import testtool.Question.*; import testtool.QuestionBank.*; import java.util.Collection; /** * * The range that every question selected by the test generator must fall between. * * @author * @version * **/ public class SelectDifficulty { /** Default Constructor **/ public SelectDifficulty() { } protected int lower_difficulty; protected int upper_difficulty; }