|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.student_app.taking_view.TakeTest
public abstract class TakeTest
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 |
---|
private Test test
Constructor Detail |
---|
public TakeTest()
Method Detail |
---|
public abstract void submit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |