Class | Description |
---|---|
Course |
A Course consists of teacher and student information.
|
QuestionAttempt | |
Test |
A Test contains the questions on the test as well as the dates range
of when it is available, the time limit, and the users that it is available
to.
|
TestAttempt |
A TestAttempt contains the user that is making the attempt, the test
that the user is attempting, the question attempts that the user
has made that align with the test, and the date and time of the attempt.
|
TestQuestion | |
Time |
A Time object has an hour, minute, and indicator for am or pm.
|