Skip to main content

JAVA : W2-M8

Module Eight


Task Description

We have automated all the SIS activities including exams. By now all the system should be integrated and working well. This point we need more inputs from faculties (Prinicipal Mentor, Associate Mentor and Teaching Assistants) so that they input scores obtained by each of the students. Front office should be able to generate progress reports based on scores.

Deliverables

  1. Create methods inside TA and Associate mentors to update student scores in each exam. All these information is store in courseid_scores.txt
    1. studentid,studentname,exammarks,internalmarks,demomarks,total are stored, for every course in separate files (note courseid_scores.txt the courseid is actual course id)
  2. updateScores method should be written in faculty interface and is overloaded by all the faculty members.
  3. Write progressReport method in FrontOffice class to create progress card for each student.

Resources

  • Java Complete Reference
  • Thinking in Java

Comments