Skip to content
Assessment

How to Calculate Quiz Grades (Including Weighted Averages)

Share:XLinkedIn

TL;DR. Quiz grades are easier than they look. This covers percentage, letter grade conversion, weighted averages, dropping the lowest score, extra credit, and curve-fitting.

Percentage from raw score

Points earned ÷ Points possible × 100.

Example: 17/20 = 85%.

Letter grade (US standard)

| % | Letter |

|---|---|

| 90–100 | A |

| 80–89 | B |

| 70–79 | C |

| 60–69 | D |

| <60 | F |

Many schools use +/-: A− 90–92, A 93–100, etc.

Weighted average across multiple quizzes

(Q1×W1 + Q2×W2 + … + Qn×Wn) ÷ (W1 + W2 + … + Wn)

Example: 80% (W1), 85% (W1), 90% (W2), 75% (W1):

= (80 + 85 + 180 + 75) / 5 = 84%.

Dropping the lowest score

  • Compute mean with all quizzes.
  • Compute mean dropping lowest.
  • Use the higher.
  • Example: 60, 70, 80, 90, 100. Mean = 80. Without 60: 85. Final = 85%.

    Curve-fitting

    If a quiz was harder than intended, curve scores.

    Simplest curve: add a constant. Highest = 78 → add 22 to everyone, top becomes 100.

    Extra credit

    Two approaches:

  • Add to numerator only. 17 + 2 = 19, possible stays 20 → 95%.
  • Add to both. 19 / 22 → 86%.
  • Most teachers use the first, capping at 100%.

    Excel formula

    Percentage: ROUND(POINTS_EARNED / POINTS_POSSIBLE * 100, 2)

    Letter: IF(P>=90,"A",IF(P>=80,"B",IF(P>=70,"C",IF(P>=60,"D","F"))))

    Auto-scoring in SimpleQuizMaker

    SimpleQuizMaker computes percentage and letter grade automatically. Set your scale, configure weighting and drop-lowest at the gradebook level.

    Standardised vs custom grading scales

    US schools commonly use the 90/80/70/60 scale shown above. Other systems:

  • UK universities: 70+ First, 60-69 Upper Second (2:1), 50-59 Lower Second (2:2), 40-49 Third, below 40 Fail. The 70 mark is hard to hit by design.
  • Australia and New Zealand: similar to UK with HD/D/C/P/F bands; HD typically 85+.
  • IB diploma: 1-7 scale per subject, with 7 the top. 30+ total across 6 subjects passes the diploma.
  • Many European systems: 1-10 or 1-20 numeric scales. A 12/20 in France is around a US B.
  • The grading scale itself doesn&apos;t change what a student knows — only the threshold for documenting it. When setting a custom scale, communicate it upfront so students calibrate their preparation.

    Weighting categories beyond quizzes

    A typical course gradebook weights multiple components:

  • Quizzes: 20%
  • Homework: 15%
  • Participation: 10%
  • Midterm: 20%
  • Final exam: 25%
  • Project: 10%
  • The weighted total is: (quiz_avg × 0.20) + (hw_avg × 0.15) + ... = course grade. Most LMSs handle this automatically once you tag each assessment with its category. SimpleQuizMaker exports per-quiz scores as CSV; your LMS (Canvas, Schoology, Blackboard) handles the weighting.

    Common grading pitfalls

  • Mixing weighted and unweighted gradebook entries. Pick one model and stick to it.
  • Letting one bad quiz drag a student&apos;s grade unfairly. The drop-lowest policy is the standard fix.
  • Not communicating the scale. Students who don&apos;t know what 70% means perform worse than students who do.
  • Inflated rubric grading on subjective work. "Everyone gets an A unless something&apos;s clearly wrong" undermines the signal grades carry.
  • Curving downward. Curves should help students, not punish them. If your scale is too generous, fix the scale, don&apos;t curve down.
  • Grading transparency

    Best practice: publish the grading scheme on day one with weights, drop policies, and curve rules. Stick to what&apos;s published. End-of-semester surprises ("oh, I&apos;m adding a curve / changing weights") undermine trust even when they help students.

  • [Quiz Grading Rubric Examples](/blog/quiz-grading-rubric-examples)
  • [Excel Quiz Template with Scoring](/blog/excel-quiz-template-with-scoring)
  • [Quiz Grading Time Savers](/blog/quiz-grading-time-savers)
  • [Quiz Score Percentage Calculator](/blog/quiz-score-percentage-calculator)
  • Calculating equal-weight quizzes

    The simplest case: every question is worth the same.

  • Percentage = (correct answers ÷ total questions) × 100.
  • 18 right out of 25 = 18/25 = 72%.
  • 30 right out of 30 = 30/30 = 100%.
  • If you grade by hand, a quick mental math approach: count missed items, divide by total to get error rate, subtract from 100. 2 missed out of 20 = 10% error = 90%.

    Weighted scoring

    When some questions are worth more than others (typical for unit tests with a mix of MCQ and short-answer):

  • Earned points = sum of (points per item × correct/partial flag).
  • Total points = sum of all max-point values.
  • Percentage = (earned ÷ total) × 100.
  • Worked example: 5 MCQs worth 2 points each (10 total) + 2 short answers worth 5 points each (10 total) = 20 possible points. Student gets 4 MCQs right (8 points) and full credit on one short answer + half credit on the other (5 + 2.5 = 7.5 points). Total earned = 15.5 / 20 = 77.5%.

    Partial credit and rubric-based scoring

    For non-binary items:

  • Per-element rubric. Award 1 point for each rubric element met. Total points = sum across all elements.
  • 0/0.5/1 scale. Useful for short-answer items where students get the idea but not the precise wording.
  • Holistic 1-4 rubric. For essays; the rubric description determines which level a response meets.
  • Most LMS gradebooks support all three. Choose based on item type.

    Bonus questions

    Two conventions:

  • Bonus in numerator only. Counts toward earned but not toward total. A student can exceed 100% if they ace the bonus.
  • Bonus replaces the lowest score. Smooths bad days; doesn't reward genuine over-performance.
  • Pick one and announce it before the quiz. Mixed conventions confuse students and parents.

    Curving and dropping

  • Linear curve. Add the same number of points to everyone's raw score. Often used to compensate for a notably hard exam: "I'm adding 5 points to every student."
  • Highest-score curve. Treat the top score as 100% and scale everyone proportionally. If top is 88%, everyone gets +12 points.
  • Drop lowest quiz. Often used over a semester. Doesn't affect individual quiz percentages but improves the term average.
  • Standard deviation curve. Map scores to a normal distribution. More common in graduate-level humanities; rare in K-12.
  • Communicate curve policy upfront; surprise curving creates trust issues.

    Letter grade mapping

    US conventions vary by district but common cuts:

  • A: 90-100 (sometimes 93+ for A vs. 90-92 for A-)
  • B: 80-89
  • C: 70-79
  • D: 60-69
  • F: Below 60
  • European conventions vary widely; UK uses percentage bands tied to degree classifications (1st, 2:1, 2:2, 3rd, Fail).

    Common scoring mistakes

  • Inconsistent partial credit. One short-answer item gets full credit for an idea; the next gets only half for the same idea. Use a rubric.
  • Not announcing total points before the quiz. Students need to budget time per question. Hidden weighting feels unfair.
  • Ignoring item analysis. If 60% of students missed an item, the item may be broken — consider dropping it from scoring.
  • Treating quizzes as identical when they're not. A 10-question MCQ quiz and a 4-question essay quiz aren't comparable just because both are scored to 100%.
  • Use SimpleQuizMaker for auto-scoring →

    Get weekly study & quiz tips

    Join teachers and students who get practical tips on quizzing, active recall, and AI-powered learning.

    Share:XLinkedIn

    Sarah Mitchell

    Curriculum Designer & Former High School Teacher

    More articles by Sarah

    Ready to create your first quiz?

    Use AI to generate quizzes from your own study materials in seconds.

    Try SimpleQuizMaker Free