Results
Class CompletedTest

java.lang.Object
  extended by Results.CompletedTest

public abstract class CompletedTest
extends java.lang.Object

A class which manages completed tests


Field Summary
protected  Student student
          The student who this test belongs to
protected  java.util.Collection<java.lang.Object> submittedAnswers
          The answers submitted
 
Constructor Summary
CompletedTest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

student

protected Student student
The student who this test belongs to


submittedAnswers

protected java.util.Collection<java.lang.Object> submittedAnswers
The answers submitted

Constructor Detail

CompletedTest

public CompletedTest()