Design and implement
a simple course management System

 

  1. Define course, course-module (optional), student and employee (instructor or coordinator) tables. And make necessary relation of tables
  2. You can add additional tables if it is necessary. Fox example: Student-course table.
  3. Design and Implement a GUI that allows program coordinator create courses and assign courses to instructors.
  4. Design and Implement a GUI that allows instructor creates course-module (optional) and give student grades.
  5. Design and implement a GUI that allows students take course.
  6. You can use any database but your connection info must be configurable.

 

Due: Mon. 12 am. 24/11/03

 

Course Table

 

 

 

Student-course table

 

 

 

Student Table

 

 

 

Employee (instructor or coordinator)