questions
Class LongAnswer

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

public abstract class LongAnswer
extends Question

LongAnswer contains both the answer and the user selected answer.


Constructor Summary
LongAnswer()
           
 
Method Summary
abstract  void score(int setScore)
          Assigns a score to the question.
 
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

LongAnswer

public LongAnswer()
Method Detail

score

public abstract void score(int setScore)
Assigns a score to the question. The score may be negative, or above the max score