| Version 4 (modified by , 7 months 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 (2)
- edit_enrollment_form.png (27.1 KB ) - added by 15 hours ago.
- enrollment_table.png (31.4 KB ) - added by 15 hours ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.
