testtool.component.question
Class ProgramQuestion

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

public abstract class ProgramQuestion
extends Question

This ProgramQuestion class extends the question class and has an answer that the student submits and a script to check that answer.


Nested Class Summary
 
Nested classes/interfaces inherited from class testtool.component.question.Question
Question.QuestionType
 
Field Summary
private  java.io.File script
           
private  java.lang.String studentAnswer
           
 
Fields inherited from class testtool.component.question.Question
questionText, score
 
Constructor Summary
ProgramQuestion()
           
 
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

script

private java.io.File script

studentAnswer

private java.lang.String studentAnswer
Constructor Detail

ProgramQuestion

public ProgramQuestion()