courseID | subject | instructorName |
---|---|---|
1 | Mathematics | John Doe |
2 | Physics | Jane Smith |
participantID | name | role |
---|---|---|
1 | Alice | Student |
2 | Bob | Tutor |
methodID | description |
---|---|
(→ MethodType.typeID) | |
1 | Students work together on a project. |
2 | Students present their findings to the class. |
typeID | value |
---|---|
1 | Peer Tutoring |
2 | Group Work |
participationID | courseID | methodID | participantID |
---|---|---|---|
(→ Course.courseID) | (→ EducationalMethod.methodID) | (→ Participant.participantID) | |
1 | 1 | 1 | 1 |
2 | 1 | 1 | 2 |
3 | 1 | 2 | 2 |