wiki:UseCase2001Implementation

UseCase2001Implementation – Assign Grade to Student

Initiating actor: Professor

Other actors: Student

Description: Professor assigns grades to enrolled students.

Scenario:

  1. System displays Professor Menu.
  1. Professor selects Assign Grade.
  1. System lists professors → Professor selects ID.
  1. System lists subjects taught by that professor → selects subject.
  1. System lists enrolled students → selects student.
  1. System prompts for grade (6–10).
  1. System executes SQL:
    UPDATE Student_Subject
    SET Final_Grade = ?, Status = 'PASSED'
    WHERE Student_Id = ? AND Subject_Id = ?;
    
  1. System confirms grade assignment.

Last modified 3 weeks ago Last modified on 02/05/26 19:22:52

Attachments (3)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.