testtool.component.question
Class ShortAnswerQuestion

java.lang.Object
  extended by testtool.component.question.ShortAnswerQuestion

public class ShortAnswerQuestion
extends java.lang.Object

This ShortAnswerQuestion class extends the question class and has an answer that the student submits and a list of keywords that the teacher submits.


Field Summary
private  java.util.List<java.lang.String> keywords
           
private  java.lang.String studentAnswer
           
 
Constructor Summary
ShortAnswerQuestion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keywords

private java.util.List<java.lang.String> keywords

studentAnswer

private java.lang.String studentAnswer
Constructor Detail

ShortAnswerQuestion

public ShortAnswerQuestion()