Compare commits

...

2 commits

Author SHA1 Message Date
hirst 04095b9073 Merge remote-tracking branch 'origin/master'
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Failing after 33s
Mirror dev branch to remote / build (push) Successful in 13s
2024-09-06 18:45:12 +02:00
hirst ce938b630e added quiz to classroom 2024-09-06 18:44:59 +02:00

View file

@ -12,6 +12,9 @@ erDiagram
TEACHER ||--o{ "TEACHER-STUDENT CHAT" : "part of"
TEACHER }o--o{ MATERIALS : makes
TEACHER ||--|{ ROLES : has
TEACHER ||--o{ QUIZ : makes
QUIZ ||--|{ QUESTION : contains
ASSIGMENT }o--o{ STUDENT : gets