public abstract class TestOverview
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Test> |
completedtests |
(package private) boolean |
released |
(package private) Test |
test |
(package private) Student |
user |
Constructor and Description |
---|
TestOverview() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
beginTest(Test test)
starts the given Test
|
(package private) abstract boolean |
checkPassword(java.lang.String password)
Checks if the entered password is correct.
|
(package private) abstract void |
reviewTest(Test test)
Reviews the graded test.
|
boolean released
java.util.Collection<Test> completedtests
Test test
Student user
abstract boolean checkPassword(java.lang.String password)
password
- - password that was inputted by the userabstract boolean beginTest(Test test)
t
- - Test to beginabstract void reviewTest(Test test)
test
- - Test to review