|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttomp.quiz.AbstractQuestion
tomp.quiz.TextualQuestion
tomp.quiz.PatternQuestion
tomp.quiz.TextContainsPatternQuestion
Field Summary |
Fields inherited from class tomp.quiz.PatternQuestion |
pattern |
Fields inherited from class tomp.quiz.AbstractQuestion |
id, points |
Constructor Summary | |
TextContainsPatternQuestion(java.lang.String id)
|
Method Summary | |
Answer |
checkAnswer(java.lang.String answered)
|
Methods inherited from class tomp.quiz.PatternQuestion |
setCorrect, toString |
Methods inherited from class tomp.quiz.AbstractQuestion |
getId, getMyParameter, getPoints, checkAnswer, setPoints |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TextContainsPatternQuestion(java.lang.String id)
Method Detail |
public Answer checkAnswer(java.lang.String answered)
checkAnswer
in interface Question
checkAnswer
in class AbstractQuestion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |