Package | Description |
---|---|
grader | |
student | |
testdb | |
userdb |
Modifier and Type | Field and Description |
---|---|
(package private) Test |
ReleaseOptions.gradedTest
The test that the options belong to
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
Grader.grade(Test test) |
(package private) abstract void |
Grader.releaseTest(Test test,
ReleaseOptions options) |
Modifier and Type | Field and Description |
---|---|
(package private) Test |
TestOverview.test |
(package private) Test |
StudentAnswers.test |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Test> |
TestOverview.completedtests |
(package private) java.util.Collection<Test> |
MyTests.tests
The collection of tests of where the list is derived from.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
TestOverview.beginTest(Test test)
starts the given Test
|
(package private) abstract void |
TestOverview.reviewTest(Test test)
Reviews the graded test.
|
(package private) abstract void |
MyTests.viewTestOverview(Test test,
Student student)
Displays a status of a test in a course.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Test> |
TestDatabase.tests |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
TestDatabase.editTest(Test t) |
(package private) abstract void |
TestDatabase.publishTest(Test t) |
(package private) abstract void |
TestDatabase.removeTest(Test t) |
(package private) abstract void |
TestDatabase.takeTest(Test t) |
Modifier and Type | Field and Description |
---|---|
(package private) Test |
Settings.test |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Test> |
Grade.test |
(package private) java.util.Collection<Test> |
ListOfTests.tests |
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
ListOfTests.add(Test t)
Method used in adding a new test.
|
(package private) abstract void |
Grade.automaticGrading(Test t) |
(package private) abstract boolean |
ListOfTests.close(Test t)
Method used in closing a given test.
|
(package private) abstract void |
Grade.gradeTest(Test t) |
(package private) abstract boolean |
ListOfTests.open(Test t)
Method used in opening the test.
|
(package private) abstract boolean |
ListOfTests.options(Test t)
Method used in opening the options menu for the test.
|
(package private) abstract boolean |
Settings.publish(Test t)
Method used in publishing the test.
|
(package private) abstract void |
Grade.releaseTest(Test t) |
(package private) abstract boolean |
ListOfTests.removed(Test t)
Method used in removing a new test.
|