|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.teacher_app.publish_view.PublishTest
public abstract class PublishTest
The publishTest class contains the objects for a teacher to publish a test. You have whether the test is practice or not, whether it is open book, the lecture that it is going to, and the Test that you want to publish.
Field Summary | |
---|---|
private Lecture |
lecture
|
private boolean |
openBook
|
private boolean |
practice
|
private Test |
test
|
Constructor Summary | |
---|---|
PublishTest()
|
Method Summary | |
---|---|
abstract void |
releaseToStudents()
This publish's a test so that a student can access it from the student app |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean practice
private boolean openBook
private Lecture lecture
private Test test
Constructor Detail |
---|
public PublishTest()
Method Detail |
---|
public abstract void releaseToStudents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |