# Grading Adjustment

## Accessing Results

1. Click **Assessments** in the left menu
2. Click the desired assessment
3. Click **Results** in the left menu

## Point Adjustments

There are two ways to make point adjustments:

1. By Student
2. By Question

{% hint style="info" %}
Point adjustments are made by first clicking on a student or a question and then following the instructions below
{% endhint %}

### Adjustments by Student

Inside of a student's results page, there are two boxes to the right of the question number:

1. **Override Score**: A place for you to input the new points awarded
2. **Points Earned**: Displays the points awarded

{% hint style="info" %}
Numbers in the Override Score box will automatically adjust the Points Earned box.
{% endhint %}

### Adjustments by Question

Inside of a question results page, there are two **BULK ACTIONS** that can be performed:

1. Omit Question from Assessment
2. Give Full Credit

Simply toggle on your preferred grading adjustment and click **SAVE CHANGES**.

{% hint style="info" %}
It can take up to 5 minutes for all results to be recalculated after you perform a bulk action.
{% endhint %}


---

# 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://examind.gitbook.io/v1/grade/grading-adjustment.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.
