package testtool.Main; import java.util.Collection; /** * * This object contains a list of strings and the correct choice * * @author * @version * **/ public class MutliChoice extends Answer { /** Default Constructor **/ public MutliChoice() { super(); } protected AnswerList answerList; protected String correctAnswer; }