# Choosing a grading scale

CodeGrade offers two types of grading scales, to support as many educational workflows as possible. Out of the box, CodeGrade assignments can have a points-based grading scale or percentage-based grading scale:

* **Points-based grading scale**: students can score any (decimal) number between 0 and 10 inclusive. With a 0 being the lowest grade and 10 the highest.
* **Percentage-based grading scale**: students can score any number between 0% and 100% percentage. With 0% being the lowest grade and 100% the highest.

{% hint style="success" %}
**Using another custom grading scale in your LMS?** CodeGrade sends a universal grade to your LMS, which will be automatically converted to the custom grading scale of your LMS and show up like that in the gradebook of your LMS. Switching your grading scale in CodeGrade **only** changes the grading scale in the user interface of CodeGrade.
{% endhint %}

You can choose a grading scale for each assignment in CodeGrade by following the steps below:

![Updating the grading scale for your CodeGrade assignment](/files/AEDzczFIvFkse32LO8vU)

1. Navigate to the **Assignment Settings page** of the assignment you want to update the grading scale for.
2. Go to the **General** tab and navigate to the **Grading scale** option under the *"Advanced options" in "General settings"* section.
3. Toggle to **Points** or **Percentage**. Press **Submit** to submit your changes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.codegrade.com/faq/choosing-a-grading-scale.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
