|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestions.Question
questions.TrueOrFalse
public abstract class TrueOrFalse
This class is the True or false type of question, and only holds a boolean for the answer the student selected
Constructor Summary | |
---|---|
TrueOrFalse()
|
Method Summary | |
---|---|
abstract void |
score()
|
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 TrueOrFalse()
Method Detail |
---|
public abstract void score()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |