Skip to content

Prisma Schema: Storing Exam Data #9

@caiodasilva2005

Description

@caiodasilva2005

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions