public abstract class editMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
courseName
courseName is a String for the class name
|
(package private) java.lang.String |
mode
mode is a String for the three different modes a test
can be editted in
|
(package private) java.lang.String |
testTitle
testTitle is a String for the name of the test
|
(package private) int |
timeLimit
timeLimit is an integer representing the maximum time that a
student can spend taking the test
|
Constructor and Description |
---|
editMode() |
Modifier and Type | Method and Description |
---|---|
abstract void |
setMode()
setMode allows the instructor to edit the mode the test being administered in
|
java.lang.String testTitle
java.lang.String mode
java.lang.String courseName
int timeLimit