-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
model Student:
- Name
- ?
model ClassSection:
- Student[] students
- SectionNumber
model Teacher:
- Section[] secitons
- CreatedUnits[] units
model Question:
- Image image?
- prompt String
- Datetime timelimit?
model Exam:
- Questions[] question
- Datetime timelimit?
model Unit:
- String[] keywords
- ClassSection classSection
- Teacher teacher
- String language
- String teacherNotes
Reactions are currently unavailable