testtool.Main
Class TestTakingWorkspace

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

public class TestTakingWorkspace
extends java.lang.Object

A TestWorkspace is an object containing all of the test-taking content for a student *


Field Summary
protected  AnsweredTest answeredTest
           
protected  java.lang.String class_
           
protected  java.lang.String name_
           
protected  Problem problem
           
protected  java.lang.String proctor_
           
protected  Testtype testtype
           
 
Constructor Summary
TestTakingWorkspace()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_

protected java.lang.String name_

proctor_

protected java.lang.String proctor_

class_

protected java.lang.String class_

problem

protected Problem problem

answeredTest

protected AnsweredTest answeredTest

testtype

protected Testtype testtype
Constructor Detail

TestTakingWorkspace

public TestTakingWorkspace()
Default Constructor