public abstract class studentTaking
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
displayMode
A string that shows the mode
|
(package private) int |
timer
timer is an integer representing the maximum time that a student can spend taking the test
|
Constructor and Description |
---|
studentTaking() |
Modifier and Type | Method and Description |
---|---|
abstract void |
checkAnswer()
Verifies if answer is correct or wrong
|
abstract void |
exitTest()
Exits the test
|
abstract void |
save()
Saves the current answers on test
|
abstract void |
submitTest()
Method that submits test for grading and gets feedback
|
int timer
java.lang.String displayMode
public abstract void checkAnswer()
public abstract void exitTest()
public abstract void save()
public abstract void submitTest()