questions
Class TrueOrFalse

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

public abstract class TrueOrFalse
extends Question

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

TrueOrFalse

public TrueOrFalse()
Method Detail

score

public abstract void score()