> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/audits/dashboard-actions/scoring-an-audit.md).

# Scoring an Audit

Sprinto lets you configure scoring fields—such as grade, score, and maturity level—so that auditors can assess each audit requirement using clear, quantifiable criteria. These fields are added by the admin and appear in the auditor's dashboard once the audit is shared.

***

### Admin View: Set Up Scoring

Admins are responsible for defining how auditors score each requirement. You can configure a combination of single-select fields, formula-based fields, or custom fields.

#### To set up scoring:

1. Lo in to the Sprinto Dashboard.
2. Navigate to the **Audits** section and select an audit.
3. In the **Summary** tab, scroll to the **Scoring** section.
4. Select **Set up scoring**.

<figure><img src="/files/BZiSbflFqNIfDvyxisg4" alt="" width="563"><figcaption></figcaption></figure>

5. Choose fields from the available list or create a new custom field.
6. Use drag-and-drop to reorder the fields.
7. Select **Save**.

<figure><img src="/files/H2xkSQvl9Y3JZcf0i2d8" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
If the audit is already shared with an auditor, changing the scoring fields may overwrite previously submitted responses. A warning message will appear before the changes are applied.
{% endhint %}

***

#### Supported Field Types

<table><thead><tr><th width="167.02734375">Field Name</th><th width="139.20703125">Field Type</th><th width="385.3984375">Description</th></tr></thead><tbody><tr><td>Score</td><td>Single-select</td><td>Numeric scale (e.g. 1 to 5)</td></tr><tr><td>Grade</td><td>Single-select</td><td>Numeric scale (e.g. 1 to 5)</td></tr><tr><td>Maturity Level</td><td>Formula</td><td>Computed from values such as Grade and Score</td></tr><tr><td>Control Maturity</td><td>Multi-select</td><td>Tags like "Implemented", "Documented", etc.</td></tr><tr><td>Other Comments</td><td>Text</td><td>Free-text input for auditor remarks</td></tr></tbody></table>

***

### Auditor View: Perform Scoring and Change Review Status

Once an audit is shared with an auditor, they will be able to:

* View all requirements and their related evidence.
* Score each requirement using the fields configured by the admin.
* Change the review status of each requirement.

#### To score a requirement:

1. Log in to the audit using the link shared with you.
2. Navigate to the **Requirements** tab.

<figure><img src="/files/AITQLdjOi3tTzQ4Z6kDg" alt="" width="563"><figcaption></figcaption></figure>

3. Select a requirement to open the scoring view.
4. Fill in the scoring fields such as Score, Grade, and Control Maturity.
5. Select **Save**.

<figure><img src="/files/LgVaJum8B0jD8mIAiQUw" alt="" width="563"><figcaption></figcaption></figure>

#### To change a requirement's status:

Auditors can update the status of any requirement after reviewing the evidence.

* **Request for information**: Select this if the evidence is insufficient or unclear. This action opens a message thread with the admin.
* **Review completed**: Select this to mark the requirement as reviewed and scored. You may also indicate whether the requirement resulted in a minor or major non-conformity.

<figure><img src="/files/R2AvS2uFVlj9EEbOhEk1" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Scoring fields must be completed before a requirement can be marked as reviewed.
{% endhint %}

***

### Final Audit Score

The **Final Audit Score** is automatically computed as the average of all completed scores across requirements. This score provides a quantitative view of the audit's overall performance.

***

### Scoring Status States

<table><thead><tr><th width="121.40625">Status</th><th>Description</th></tr></thead><tbody><tr><td><strong>Not Started</strong></td><td>No scoring fields have been configured yet.</td></tr><tr><td><strong>In Progress</strong></td><td>Fields have been configured, but auditors have not scored all requirements.</td></tr><tr><td><strong>Completed</strong></td><td>All scoring is completed and statuses are updated.</td></tr></tbody></table>


---

# 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:

```
GET https://docs.sprinto.com/audits/dashboard-actions/scoring-an-audit.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.
