package testtool.Question; import java.util.Collection; /** * * The options on the right side of of a matching answer. * * @author * @version * **/ public class LeftSideOptions { /** Default Constructor **/ public LeftSideOptions() { } protected Collection options; }