public abstract class EditTest
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 |
testDifficulty
testDifficulty is a String that can either be Easy, Medium, Hard, or
Extra Hard depending on how hard the instructor perceives the test to be.
|
(package private) java.lang.String |
testInstructions |
(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 |
---|
EditTest() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
createTest()
CreateTest creates the most basic version of the test.
|
(package private) abstract void |
editTestQuestions()
EditTestQuestions allows an instructor to do more detailed editing
of questions.
|
java.lang.String testTitle
java.lang.String testInstructions
java.lang.String courseName
int timeLimit
java.lang.String testDifficulty
abstract void createTest()
abstract void editTestQuestions()