public abstract class MyTests
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Course |
course
The course the student is currently viewing.
|
(package private) java.util.Collection<Test> |
tests
The collection of tests of where the list is derived from.
|
(package private) Student |
user
The current student user
|
| Constructor and Description |
|---|
MyTests() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
viewTestOverview(Test test,
Student student)
Displays a status of a test in a course.
|