package testtool.Test; import testtool.Question.*; import testtool.QuestionBank.*; import java.util.Collection; /** * * The dialog through which users specify input administrative options * * @author * @version * **/ public class AdminOptDlg { /** Default Constructor **/ public AdminOptDlg() { } // BEGIN NESTED COMPONENTS protected Collection env; // END NESTED COMPONENTS protected int timeLimit; protected String proctor; protected String proctorInstr; protected Date dueDate; protected boolean isLimitedAccess; protected String studentInstr; }