it has been a while since i did this level just want to make sure i got all the entities and attributes

1.we are a school we teach many coursers each has a code name and a fee
sandra and james are our best teahers we track the instructors name and phone number . we create a course and line it up with the teacher
several students cand take serveral courses . we track each student by name and phone number some dont give out their phone number
we want to tract each student enrolled in a course grade and also which teacher taught the course

OK HERE ARE MY THOUGHTS PLZ CORRECT ME IF I AM WRONG

STUDENT (studentid, studentname, phonenumber)
COURSE (courseid, coursename, teacher)
REPORT(studentidm course, grade)
TEACHER(teacherid, name, phone number, course id)

please help if i have missed anything thanks