Skip to content

Prisma Schema: Storing Exam Data #9

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions