calculate_grade_needed
Calculate the exact percentage score needed on an upcoming assignment to reach your target course grade, accounting for current grades and assignment weight.
Instructions
Calculate what score a student needs on an upcoming assignment to reach a target grade in a course. Accounts for the assignment's weight and the existing grade. Returns the required score as a percentage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseName | Yes | Partial or full course name, e.g. "English", "AP Calc" | |
| targetGrade | Yes | Target percentage grade to achieve, e.g. 90 for an A- | |
| assignmentPoints | Yes | Total points possible on the upcoming assignment, e.g. 100 |