testtool.teacher_app.publish_view
Class PublishTest

java.lang.Object
  extended by testtool.teacher_app.publish_view.PublishTest

public abstract class PublishTest
extends java.lang.Object

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

practice

private boolean practice

openBook

private boolean openBook

lecture

private Lecture lecture

test

private Test test
Constructor Detail

PublishTest

public PublishTest()
Method Detail

releaseToStudents

public abstract void releaseToStudents()
This publish's a test so that a student can access it from the student app