what_if_cgpa_tool
Calculate projected CGPA by specifying hypothetical grades and credits for courses. Input a list of courses with grades to see how they would affect your CGPA.
Instructions
Calculate projected CGPA with hypothetical grades. Pass as JSON: [{"credits": 4, "grade": "A"}, {"credits": 3, "grade": "B"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projected_grades | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |