testtool.Main
Class ProctoredStudent

java.lang.Object
  extended by testtool.Main.ProctoredStudent

public class ProctoredStudent
extends java.lang.Object

A ProctoredStudent represents a student in the proctoring and grading phases of TestTool it contains zero or more answered questions (which can be GradedQuestions, which is a subset of AnsweredQuestions) *


Field Summary
protected  java.util.Collection<AnsweredQuestion> aq
           
protected  boolean ians
           
protected  boolean ie
           
protected  boolean ifin
           
protected  boolean igrade
           
protected  java.lang.String uname
           
 
Constructor Summary
ProctoredStudent()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uname

protected java.lang.String uname

ifin

protected boolean ifin

ians

protected boolean ians

igrade

protected boolean igrade

aq

protected java.util.Collection<AnsweredQuestion> aq

ie

protected boolean ie
Constructor Detail

ProctoredStudent

public ProctoredStudent()
Default Constructor