testtool.Main
Class MatchingAnswer

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

public class MatchingAnswer
extends Answer

This object contains a list of strings and a list of correct choices *


Field Summary
protected  AnswerList answerList
           
protected  CorrectAnswerList correctAnswerList
           
 
Constructor Summary
MatchingAnswer()
          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

correctAnswerList

protected CorrectAnswerList correctAnswerList
Constructor Detail

MatchingAnswer

public MatchingAnswer()
Default Constructor