| Version 1 (modified by , 3 weeks ago) ( diff ) |
|---|
UseCase2001Implementation – Assign Grade to Student
Initiating actor: Professor
Other actors: Student
Description: Professor assigns grades to enrolled students.
Scenario:
- System displays Professor Menu.
- Professor selects Assign Grade.
- System lists professors → Professor selects ID.
- System lists subjects taught by that professor → selects subject.
- System lists enrolled students → selects student.
- System prompts for grade (6–10).
- System executes SQL:
UPDATE Student_Subject SET Final_Grade = ?, Status = 'PASSED' WHERE Student_Id = ? AND Subject_Id = ?;
- System confirms grade assignment.
Attachments (3)
- assignGrade1.jpg (185.3 KB ) - added by 3 weeks ago.
- assignGrade2.jpg (145.2 KB ) - added by 3 weeks ago.
- assignGrade3.jpg (82.0 KB ) - added by 3 weeks ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.
