A database will need to store student & proctor info as well as course info:
Students will be defined just with their student ID and a password
Students will also have a permitted courses field which is a list of the courses they are allowed in
Proctors will have an ID and password as well
Proctors will have a courses field which is the list of courses they have made
Courses will just have ID and context
The context is the info fed to the model at the moment of prompt questioning and is made up of notes trained to it
A database will need to store student & proctor info as well as course info: Students will be defined just with their student ID and a password Students will also have a permitted courses field which is a list of the courses they are allowed in Proctors will have an ID and password as well Proctors will have a courses field which is the list of courses they have made Courses will just have ID and context The context is the info fed to the model at the moment of prompt questioning and is made up of notes trained to it