testtool.student_app.taking_view
Class TakeTest

java.lang.Object
  extended by testtool.student_app.taking_view.TakeTest

public abstract class TakeTest
extends java.lang.Object

This class illustrates the test taking page of the student application. It has one function that the student will use to submit his or her test


Field Summary
private  Test test
           
 
Constructor Summary
TakeTest()
           
 
Method Summary
abstract  void submit()
          This submits the student's test to the teacher for grading and exits out of the test taking view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test

private Test test
Constructor Detail

TakeTest

public TakeTest()
Method Detail

submit

public abstract void submit()
This submits the student's test to the teacher for grading and exits out of the test taking view.