questions
Class FillInBlank

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

public abstract class FillInBlank
extends Question

Fill in the blank allows the instructor to fill in the two parts of the question seperated by a blank


Constructor Summary
FillInBlank()
           
 
Method Summary
abstract  boolean score()
          Returns if the answer equals userAnswer.
 
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

FillInBlank

public FillInBlank()
Method Detail

score

public abstract boolean score()
Returns if the answer equals userAnswer.