Test Score Percentage Calculator

Convert points earned and total points into a test score percentage, points lost, and letter grade

Example Results

1 examples

Convert test points to percentage

Calculate the score percentage and letter grade from earned points

{
  "result": {
    "scorePercentage": 84,
    "pointsEarned": 42,
    "totalPoints": 50,
    "pointsLost": 8,
    "letterGrade": "B",
    "passedAt60Percent": true
  }
}
View input parameters
{ "pointsEarned": 42, "totalPoints": 50, "decimalPlaces": 2 }

Key Facts

Category
Math, Date & Finance
Input Types
number
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The Test Score Percentage Calculator quickly converts raw points earned on an assessment into a percentage, letter grade, and points lost. It provides a clear breakdown of academic performance by comparing your score against the total possible points with customizable decimal precision.

When to Use

  • Grading classroom assignments or final exams to determine final letter grades.
  • Evaluating practice test results to track study progress and improvement.
  • Calculating the percentage score for professional certification quizzes or employee assessments.

How It Works

  • Enter the number of points earned on the test or assignment.
  • Input the total possible points available for the assessment.
  • Adjust the decimal places to your preferred level of precision for the final percentage.
  • Review the generated percentage, letter grade, and total points lost instantly.

Use Cases

Teachers converting raw points into report card grades for a class of students.
Students analyzing mock exam performance to identify how many points are needed to reach a target grade.
Corporate trainers scoring employee compliance tests to ensure they meet the minimum passing percentage.

Examples

1. Midterm Exam Grading

High School Teacher
Background
A teacher has finished grading a history midterm and needs to provide a percentage and letter grade for a student who scored 37 out of 45.
Problem
Manually calculating percentages for a large stack of exams is time-consuming and prone to rounding errors.
How to Use
Enter 37 in the Points Earned field and 45 in the Total Points field, then set decimal places to 2.
Example Config
{"pointsEarned": 37, "totalPoints": 45, "decimalPlaces": 2}
Outcome
The tool calculates a score of 82.22%, assigns a 'B' grade, and shows that 8 points were lost.

2. Professional Certification Practice

Software Developer
Background
A developer is taking a practice cloud architect exam consisting of 80 questions to prepare for the real certification.
Problem
The developer needs to know if their score of 52 correct answers meets the 60% passing requirement.
How to Use
Input 52 as Points Earned and 80 as Total Points.
Example Config
{"pointsEarned": 52, "totalPoints": 80, "decimalPlaces": 0}
Outcome
The calculator returns a 65% score, confirming the developer passed the 60% threshold with a 'D' grade and 28 points lost.

Try with Samples

math-&-numbers

Related Hubs

FAQ

How is the score percentage calculated?

It is calculated by dividing the points earned by the total points and multiplying the result by 100.

Does the tool provide a letter grade?

Yes, it automatically assigns a letter grade based on the calculated percentage score.

Can I calculate scores with decimal points?

Yes, both points earned and total points support decimal values for precise grading of partial credit.

What does the 'points lost' metric show?

It displays the exact difference between the total possible points and the points you actually earned.

Is there a pass/fail indicator?

The tool includes a 'passedAt60Percent' check to see if the score meets a standard 60% passing threshold.

API Documentation

Request Endpoint

POST /en/api/tools/test-score-percentage-calculator

Request Parameters

Parameter Name Type Required Description
pointsEarned number No -
totalPoints number No -
decimalPlaces number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-test-score-percentage-calculator": {
      "name": "test-score-percentage-calculator",
      "description": "Convert points earned and total points into a test score percentage, points lost, and letter grade",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=test-score-percentage-calculator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]