questions
Class ShortAnswer

java.lang.Object
  extended by questions.Question
      extended by questions.ShortAnswer

public abstract class ShortAnswer
extends Question

ShortAnswer extends the question class and contains a collectio of keywords to use as the anwer, and the minimumKeyWordsMatched integer is how many keywords need to be matched.


Constructor Summary
ShortAnswer()
           
 
Method Summary
abstract  int score()
          This method will score the short answer by finding how many key words match the user entered value
 
Methods inherited from class questions.Question
assignScore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortAnswer

public ShortAnswer()
Method Detail

score

public abstract int score()
This method will score the short answer by finding how many key words match the user entered value