Extra Credit Impact Calculator Formula
Understand the math behind the extra credit impact calculator. Each variable explained with a worked example.
Formulas Used
Grade After Extra Credit
new_grade = min(new_points_earned / total_points_possible * 100, 100)Grade Boost
grade_boost = extra_credit_points / total_points_possible * 100Current Points Earned
original_points = current_points_earnedVariables
| Variable | Description | Default |
|---|---|---|
current_score | Current Grade(%) | 87 |
total_points_possible | Total Points in Course | 500 |
extra_credit_points | Extra Credit Points Offered | 15 |
current_points_earned | Derived value= current_score / 100 * total_points_possible | calculated |
new_points_earned | Derived value= current_points_earned + extra_credit_points | calculated |
How It Works
How Extra Credit Affects Your Grade
Extra credit adds points on top of earned points without increasing the total possible. This raises the percentage.
Formula
Grade Boost = Extra Credit Points / Total Points Possible x 100
New Grade = (Current Points + Extra Credit) / Total Points x 100
The impact is inversely proportional to total course points. In a 500-point course, 15 extra credit points add 3%. In a 1000-point course, the same 15 points add only 1.5%.
Worked Example
A student has 87% in a 500-point course. The teacher offers 15 extra credit points.
current_score = 87total_points_possible = 500extra_credit_points = 15
- 01Current points: 87% x 500 = 435
- 02After extra credit: 435 + 15 = 450
- 03New grade: 450 / 500 x 100 = 90.0%
- 04Grade boost: 15 / 500 x 100 = 3.0%
Ready to run the numbers?
Open Extra Credit Impact Calculator