Course

courseIDsubjectinstructorName
1MathematicsJohn Doe
2PhysicsJane Smith

Participant

participantIDnamerole
1AliceStudent
2BobTutor

EducationalMethod

methodIDdescription
(→ MethodType.typeID)
1Students work together on a project.
2Students present their findings to the class.

MethodType

typeIDvalue
1Peer Tutoring
2Group Work

Participation

participationIDcourseIDmethodIDparticipantID
(→ Course.courseID)(→ EducationalMethod.methodID)(→ Participant.participantID)
1111
2112
3122