wiki:UseCase2001Implementation

Version 2 (modified by 216009, 3 weeks ago) ( diff )

--

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.

Attachments (3)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.