testtool.Main
Class MutliChoice

java.lang.Object
  extended by testtool.Main.Answer
      extended by testtool.Main.MutliChoice

public class MutliChoice
extends Answer

This object contains a list of strings and the correct choice *


Field Summary
protected  AnswerList answerList
           
protected  java.lang.String correctAnswer
           
 
Constructor Summary
MutliChoice()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

answerList

protected AnswerList answerList

correctAnswer

protected java.lang.String correctAnswer
Constructor Detail

MutliChoice

public MutliChoice()
Default Constructor