Class | Description |
---|---|
Answer |
Answer is a class that defines a question's answer.
|
AnswerDB |
StudentAnswers is a class designed to store a collection of answers
linked to the appropriate test and student
studentAnswers is the collection of answers submitted by the students
|
MyCourses |
MyCourses is the repository of courses for a student and their homepage.
|
MyTests |
MyTests is a list of tests for a course.
|
StudentAnswers |
StudentAnswers is a class designed to store a collection of answers
linked to the appropriate test and student
answers is the collection of answers submitted by the student
student is the student who submitted the answers
test is the test for which the answers are for
|
TakeTest |
TakeTest is the test the student is currently taking.
|
TestOverview |
TestOverview is the limited information about a test.
|
TestReview |
TestReview is the released information about a graded test.
|