when I convert the above ERD into Class Diagram classes, I noticed the classes as below.
- student
- lecturer
- module
- user
I need to know how to convert "LecturerHasModule" and "studentHasModule" entities into classes. I'm confused to select their attributes.

Lectureis missing the lastr, which changes it's meaning. - Geert Bellekens