> For the complete documentation index, see [llms.txt](https://help.codegrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codegrade.com/setup-assignment/grade-your-assignment/give-a-grade.md).

# Give a Grade

Now that you have given your students feedback, you can award a grade to their submission to keep track of their academic progress. Ultimately, the **Final Grade** is what counts. But, CodeGrade offers two mechanisms for awarding grades:

* You can directly set the Final Grade manually.
* Or, you can use Rubrics to award points that count towards the Final Grade.

If you have set up a Rubric for your assignment, then the total number of points across all Rubric Categories is considered the maximum number of points for the assignment. This translates to a Final Grade of 100% or the maximum amount in whatever points scale you have chosen.

## Manual Rubric Categories

Rubric Categories connected to automatic tests will be filled in automatically. But, those that aren't connected to automatic tests must be filled in by you manually. Ideally, you should use Discrete Rubric Categories for manual grading.

1. Navigate to your student's submission.
2. Select the manual Rubric Category that you want to grade. (Be aware that CodeGrade automatically collapses all Rubric Categories into a drop-down menu if your screen is small.)
3. Select one of the available points steps.

## Final Grade

Once all of the Rubric Categories have been filled in, the number of points awarded to the student will count as their final grade. This is displayed at the bottom of the screen according to your chosen grading scale.

You can manually override the final grade by clicking on it, entering a new value, and submitting. To revert to the original rubric grade, click the circular arrow icon labeled *Reset to the rubric grade* in the grading bar.

![Opening the rubric and inputting your final grade](/files/fIcTeuvkrE5eVzfV7R3z)

{% hint style="success" %}
Grades and feedback are only visible to students after toggling the "Grades Published" toggle on the Assignment Management Page's general tab. Toggling this will also automatically synchronize your grades with your LMS.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.codegrade.com/setup-assignment/grade-your-assignment/give-a-grade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
