Skip to content

Commit

Permalink
Refactor User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yeekian committed Nov 7, 2024
1 parent 4a374ae commit d344dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ Removes a previously recorded grade for a specific student and component.

### Listing Grades: `list_grade`

Views all recorded grades for a specific student or all students, and final GPA calculation. If the weightage of components does not add up to 100% (i.e., the course is still in progress), "IP" (In Progress) will be shown instead of a final GPA.
Views all recorded grades for a specific student or all students, and final percentage calculation. If the weightage of components does not add up to 100% (i.e., the course is still in progress), "IP" (In Progress) will be shown instead of a final percentage.

- **For a Specific Student**:
- Lists all recorded grades and the final GPA for the specified student.
- Lists all recorded grades and the final percentage for the specified student.
- **Format**: `list_grade i/MATRIC_NUMBER`
- **Parameters**:
- `MATRIC_NUMBER`: The unique identifier of the student.
Expand All @@ -147,7 +147,7 @@ Views all recorded grades for a specific student or all students, and final GPA


- **For All Students**:
- Lists all recorded grades for each student in a numbered format, with individual grade details and a final GPA for each student.
- Lists all recorded grades for each student in a numbered format, with individual grade details and a final percentage for each student.
- **Format**: `list_grade`


Expand Down

0 comments on commit d344dc2

Please sign in to comment.