|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestions.Question
questions.ShortAnswer
public abstract class ShortAnswer
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 |
---|
public ShortAnswer()
Method Detail |
---|
public abstract int score()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |