testtool.component.question
Class FillInQuestion

java.lang.Object
  extended by testtool.component.question.Question
      extended by testtool.component.question.FillInQuestion

public abstract class FillInQuestion
extends Question

This FillInQuestion class extends the question class and has an answer that the student submits and the correct answer.


Nested Class Summary
 
Nested classes/interfaces inherited from class testtool.component.question.Question
Question.QuestionType
 
Field Summary
private  java.lang.String correctAnswer
           
private  java.lang.String studentAnswer
           
 
Fields inherited from class testtool.component.question.Question
questionText, score
 
Constructor Summary
FillInQuestion()
           
 
Method Summary
 
Methods inherited from class testtool.component.question.Question
getID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

correctAnswer

private java.lang.String correctAnswer

studentAnswer

private java.lang.String studentAnswer
Constructor Detail

FillInQuestion

public FillInQuestion()