|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestions.Question
public abstract class Question
A Question contains a question ID to identify questions, a subj parameter to specify the class the question belongs in, the author of the question, the time required to finish the question, the difficulty of the question, the type of question, the last time the question was used, and other kinds of keywords to classify the question.
Constructor Summary | |
---|---|
Question()
|
Method Summary | |
---|---|
abstract void |
assignScore(int score)
This method will assign a score to the question. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Question()
Method Detail |
---|
public abstract void assignScore(int score)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |