Tested tool guide
Tested browser tools
Checked August 16, 2026
What Grade Calculator does, with a checked example
Enter each assignment's earned and possible points, group them into weighted categories if your syllabus uses them, and the calculator returns the unweighted percentage, the weighted course grade, and what any single score change does to the result. It also works backward, solving for the score needed on remaining work to reach a target grade. The usual surprise: the weighted grade is driven by category weights, and the score a prediction demands for the final is typically far above the overall grade you are aiming for.
Worked example
A concrete input and expected output from the current implementation.
Input
Homework 45/50, Quiz 44/50, Exam 42/50. Weights: homework 20%, quizzes 30%, exams 50%. What if the exam were 47/50?
->
Expected output
Unweighted: 87.3% (131 of 150 points). Weighted: 86.4%. With the exam at 47/50: 91.4%.
Every assignment is worth 50 points, so the two unweighted conventions coincide: 45 + 44 + 42 = 131 of 150, and (90 + 88 + 84) / 3 = 87.3%. The weighted grade multiplies each category percentage by its weight, 90 x 0.20 + 88 x 0.30 + 84 x 0.50 = 86.4%, and the what-if raises the exam to 94%, giving 0.18 + 0.264 + 0.47 = 91.4%.