Class | Description |
---|---|
Grade | |
Instructor |
Class defines an instructor
|
ListOfTests |
This class displays the list of tests that the instructor had generated.
|
PermissionSettings | |
Person |
A Person class is the superclass of all users
name is the first and last name of a user
the calpolyID is the calpoly username of a user
|
Proctor |
Class defines a Proctor user
|
Settings |
This class displays the settings for a particular test.
|
Student |
Class defines a student
permission level of a student is set as 1
|
StudentDB |
StudentDB is the class that manages the database of students
students is the collection of students that the class modifies
|