Test Score Calculator
Calculate test scores from correct, missed, or earned points with curves, letter-grade bands, next-band gaps, grading charts, and custom cutoffs.{{ summaryHeading }}
| Metric | Value | Readout | Copy |
|---|---|---|---|
| {{ row.metric }} | {{ row.value }} | {{ row.readout }} |
| Correct | Missed | Percent | Letter | Marker | Copy |
|---|---|---|---|---|---|
| {{ row.correctDisplay }} | {{ row.missedDisplay }} | {{ row.percentDisplay }} | {{ row.letter }} | {{ row.marker }} |
| Grade | Minimum | Earned needed | Max missed | Status | Copy |
|---|---|---|---|---|---|
| {{ row.grade }} | {{ row.minimumDisplay }} | {{ row.earnedDisplay }} | {{ row.missedDisplay }} | {{ row.status }} |
Introduction
A test score percentage is the earned portion of a fixed set of points. On a 50-question quiz, missing 8 questions leaves 42 correct answers, so the score is 84 percent before any curve, penalty, or rubric rule changes the final grade label. That single percentage helps with quick grading, parent or student feedback, and retake planning, but it only answers the points-earned question.
Letter grades add a second rule: the cutoff scale. A score of 89.5 percent can be a B on one rubric, an A- after rounding on another, or a pass on a pass/fail scale. The percentage math stays tied to earned points divided by total possible points, while the letter grade depends on the selected cutoff policy.
Raw test percentages also do not show class rank, item difficulty, or how well a student understands each topic. Two students can both earn 84 percent while missing very different kinds of questions. A percentage is useful for grading a scored attempt, but it should not be read as a percentile rank or a full diagnostic profile.
The practical value comes from keeping the pieces visible: raw earned points, missed points, any curve or penalty, the adjusted percentage, the letter band, and the gap to the next band. When those pieces agree with the class rubric, the score is easier to explain and harder to misquote.
Technical Details:
Percent-correct scoring starts with a raw score and a total possible score. For equal-weight questions, the raw score is the number correct. For point-based work, the raw score is the earned points before curve points. If the available count is missed questions or points lost, raw earned points are the total possible score minus the missed amount.
Curve points are applied after the raw earned value is known. The adjusted earned score is clamped so it cannot fall below zero or exceed the total possible score. The final percentage comes from adjusted earned points divided by total possible points, multiplied by 100. Display precision changes how the number is printed, not the underlying grade-band lookup.
Formula Core:
The primary calculation uses one of three entry paths, then applies the curve or penalty before converting the adjusted score into a percentage.
| Symbol | Meaning | Where it appears in the result |
|---|---|---|
T |
Total possible questions or points | Total possible, raw and adjusted score rows |
E |
Raw earned points before curve or penalty | Raw score |
C |
Curve or extra credit points; negative values act as penalties | Curve |
P |
Adjusted percent score after clamping | Percent score and the summary percentage |
The entry mode only changes how raw earned points are found. After that, the curve, percentage, grade lookup, requirement rows, and chart all use the same adjusted score.
| Score entry | Raw earned points | Raw missed points | Best fit |
|---|---|---|---|
Correct answers / earned points |
Entered value | Total possible minus entered value |
A score report or answer key already gives correct answers. |
Missed answers / points lost |
Total possible minus entered value |
Entered value | A grader has counted only wrong answers or lost points. |
Raw earned points |
Entered value | Total possible minus entered value |
Partial-credit work uses points rather than whole questions. |
Grade bands are lower-bound rules. A band is met when the adjusted percent is greater than or equal to that band's minimum. The next-band gap reports the additional adjusted points needed to reach the nearest higher band. For whole-number totals, required points are rounded up to the next whole point. For point totals with decimals, the requirement is rounded up to the next hundredth of a point.
| Grade scale | Band | Minimum percent |
|---|---|---|
Standard 10-point A-F | A | 90 |
Standard 10-point A-F | B | 80 |
Standard 10-point A-F | C | 70 |
Standard 10-point A-F | D | 60 |
Standard 10-point A-F | F | 0 |
Strict 7-point bands | A | 93 |
Strict 7-point bands | B | 85 |
Strict 7-point bands | C | 77 |
Strict 7-point bands | D | 70 |
Strict 7-point bands | F | 0 |
Pass/fail at 70% | Pass | 70 |
Pass/fail at 70% | Not yet | 0 |
The plus/minus preset uses more bands, with lower bounds at 97, 93, 90, 87, 83, 80, 77, 73, 70, 67, 63, 60, and 0 percent. Custom cutoffs are parsed from one label and one minimum percent per line. Cutoffs are clamped to 0 through 100 percent, sorted from highest to lowest, and given a bottom band at 0 percent when the lowest supplied line is above zero.
| Input | Accepted values | Failure cue |
|---|---|---|
Score value |
Number from 0 through Total possible |
Score value must be a number., Score value cannot be negative., or Score value cannot be greater than total possible. |
Total possible |
Greater than 0 and no more than 10,000 |
Total possible must be greater than zero. or Total possible must be 10,000 points or less for browser-safe grading charts. |
Custom cutoffs |
At least one valid Label,Minimum% row |
Custom cutoffs need at least one valid Label,Minimum% row. |
Display decimals |
Whole number from 0 through 3 |
Values outside the range are clamped before display. |
The grading chart is complete when the total possible score is a whole number no larger than 500 and the chart is not set to a focused window. Larger or non-whole totals use sampled rows so the table and chart stay readable while still showing the current score, high and low endpoints, nearby outcomes, and grade thresholds.
Everyday Use & Decision Guide:
Start with the count you actually have. If you just marked 8 wrong answers on a 50-question quiz, use Missed answers / points lost with 8 and Total possible set to 50. If a gradebook already says the student earned 42 points, use a correct or earned-points mode and enter 42.
Choose the grade scale from the syllabus or rubric before reading the letter grade. The default 10-point scale is useful for quick classroom checks, but a plus/minus course, strict 7-point course, pass/fail assignment, or custom rubric can give a different label for the same percent. Use Custom cutoffs when the course has its own bands, and include the bottom band if you want its exact label instead of an automatic below-band name.
Use Curve / extra credit only for raw points added before grading. A positive curve can move the adjusted score into the next band, while a negative value models a penalty. If the warning says the curve or penalty was clamped, the entered adjustment pushed the score outside 0 through the total possible score and was limited before the percentage was calculated.
- Read
Score Breakdownfirst when explaining one student's result. - Use
Grade Requirementsto see the earned points needed for each band and the maximum missed points still allowed. - Use
Grading Chartwhen checking several possible missed-answer counts for the same test. - Open
Score Band Mapwhen a visual cutoff check is easier than scanning a long table. - Switch
Chart rowstoWindow around current scorefor large tests when nearby outcomes matter most.
The result is best for arithmetic and rubric lookup. It does not explain why a student missed particular items, whether the test was too hard, or how the score compares with classmates. For that kind of review, keep the percent score with item analysis, rubric notes, or the official gradebook policy.
Step-by-Step Guide:
Use the controls in this order so the percent, letter grade, requirements, and chart use the same assumptions.
- Set
Score entryto match the number in front of you: correct answers, missed answers, or earned points. The label besideScore valuechanges to show what the number means. - Enter
Score valueandTotal possible. If an error says the score is negative, missing, greater than the total, or the total is not greater than zero, fix those fields before using the summary. - Choose
Grade scale. ForCustom cutoffs, enter oneLabel,Minimum%row per band, such asA,90andB,80. The result panel stays unavailable if no valid cutoff row can be parsed. - Open
Advancedonly when needed. AddCurve / extra credit, chooseChart rows, and setDisplay decimalsfrom 0 through 3. - Read the summary percentage, adjusted points, missed points, scale badge, and current grade badge. If the next-band badge shows a point gap, compare it with
Grade Requirementsbefore telling someone how many more points were needed. - Use
Score Breakdownfor the current score,Grading Chartfor possible outcomes,Grade Requirementsfor cutoffs, andScore Band Mapfor the visual grade-band check. - When a warning appears for sampled chart rows or a clamped curve, treat the score percentage as valid but read the warning before using the chart or curve result in a report.
Interpreting Results:
The summary percentage and Letter grade are the quickest readout, but the safer check is the full Score Breakdown. Confirm the Entry mode, Raw score, Curve, Adjusted score, Percent score, and Next band before copying the result into a gradebook or message.
A score that lands exactly on a cutoff meets that band because the lookup uses greater-than-or-equal-to minimums. A score just below a cutoff stays in the lower band even if the displayed percentage rounds to a cleaner-looking number. When a grade dispute is possible, increase Display decimals and compare the underlying adjusted points with Grade Requirements.
| Output cue | Meaning | Verify before trusting |
|---|---|---|
Raw score |
Earned points before curve or penalty | The selected entry mode matches the number entered. |
Adjusted score |
Raw earned points plus curve or penalty after clamping | No clamping warning changed the intended adjustment. |
Percent score |
Adjusted earned points divided by total possible points | The total possible score matches the test or rubric. |
Letter grade |
Highest band whose minimum is met | The grade scale matches the class policy. |
Next band |
Nearest higher grade band and adjusted point gap | Requirement rows agree with the point gap. |
A high percentage does not prove mastery of every topic, and a low percentage does not explain which skill caused the loss. Treat this result as a scored-attempt calculation. Use item-level review, rubric comments, and course policy for decisions that need more than a percent and grade band.
Worked Examples:
Quick missed-answer grading:
A teacher marks 8 missed answers on a 50-question quiz and leaves the grade scale on Standard 10-point A-F. The raw earned score is 42 out of 50, the adjusted score stays 42 because there is no curve, and Percent score is 84.0 percent with a Letter grade of B. Next band reports A, with 3 adjusted points needed because 45 out of 50 is the first score at 90 percent.
Partial credit with a small curve:
A rubric-based assignment gives 37.5 earned points out of 50, then the instructor adds a 2-point curve. The adjusted score becomes 39.5 out of 50, so Percent score is 79.0 percent. On the standard scale that is a C, while Grade Requirements shows that B starts at 40 adjusted points. The next-band gap is 0.5 adjusted points.
Borderline pass/fail:
A skills check uses Pass/fail at 70% with 69.9 earned points out of 100. The result is Not yet because 69.9 is below the 70 percent lower bound. If the policy rounds final grades before band lookup, that rule is outside the current arithmetic and should be handled in the official gradebook or by entering the rounded earned score required by the policy.
Custom cutoff repair:
A custom rubric pasted as A 90 without a comma triggers a line warning, and an empty custom scale can trigger Custom cutoffs need at least one valid Label,Minimum% row. Rewriting the lines as A,90, B,80, C,70, D,60, and F,0 gives the parser valid labels and lower bounds, so the result panel can calculate the grade bands again.
FAQ:
Is a test percentage the same as a percentile?
No. Percent score is adjusted earned points divided by total possible points. A percentile compares a score with a group of other scores, and this calculator does not calculate class standing or percentile rank.
Which score entry mode should I use?
Use missed-answer mode when you counted wrong answers, correct-answer mode when you counted correct answers, and earned-points mode for partial-credit work. The Raw score row is the best check that the mode matched the number entered.
Why did the curve warning appear?
The warning appears when Curve / extra credit would push the adjusted score below zero or above Total possible. The adjusted score is clamped inside that range before the percent and letter grade are calculated.
Why is the grading chart sampled?
The chart is sampled when Total possible is not a whole number, when it is above 500 and the chart is not in window mode, or when Chart rows is set to a focused window. The current score and nearby outcomes remain visible.
Why did my custom cutoff not work?
Each custom line needs a label, a comma, and a numeric minimum percent, such as A,90. If the custom scale has no valid rows, the result panel stays hidden until at least one valid cutoff can be parsed.
Glossary:
- Raw score
- Earned points before curve or penalty points are applied.
- Adjusted score
- Raw earned points plus the curve or penalty, limited to zero through the total possible score.
- Percent score
- Adjusted earned points divided by total possible points, then multiplied by 100.
- Grade band
- A letter or pass/fail label tied to a minimum percent cutoff.
- Cutoff
- The minimum percent needed to enter a grade band.
- Next band
- The nearest higher grade band and the adjusted point gap needed to reach it.
References:
- 2008 PSSA Technical Report for Writing, Pennsylvania Department of Education, 2008.
- Sample grading rubrics, Arizona State University Office of the University Provost.
- Grading Policies - Undergraduate, CUNY School of Professional Studies.
- Grading Policy, Johns Hopkins University School of Nursing.