> For the complete documentation index, see [llms.txt](https://synap.ac/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synap.ac/docs/platform/quizzes/grading-and-scoring.md).

# Grading and scoring

Scoring converts responses into points. Grading converts the resulting percentage into a pass/fail result or a named grade.

### Default scoring

{% hint style="info" %}
**Location:** Library → Quiz → Scoring
{% endhint %}

| Setting              | Effect                                                                                                      |
| -------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Credits**          | Default points awarded for a correct response.                                                              |
| **Partial credits**  | Default points for a partially correct response, including supported Multiple correct and Ranked questions. |
| **Negative scoring** | Deducts points for an incorrect response; skipped questions score zero.                                     |

These values provide defaults. A question can override them in its **Marking** tab.

The defaults are most useful when most questions follow the same marking rule. If a quiz mixes one-mark recall questions with higher-value essays, review the question-level values rather than assuming the default represents the whole paper.

#### Negative and partial scoring

Negative scoring discourages guessing by deducting marks for an incorrect response. Skipped questions remain at zero, so explain the policy in instructions when it changes the sensible strategy for students. Partial credit awards some marks for a partly correct supported response; confirm the resulting marks for every meaningful answer combination.

### Grading scheme

{% hint style="info" %}
**Location:** Library → Quiz → Grading
{% endhint %}

Choose a grading scheme:

* **Pass / Fail** applies a pass mark and can also use grade boundaries.
* **Grades only** applies grade bands without a separate pass/fail outcome.

Create grades by defining the minimum percentage required for each result. When section grading is enabled, equivalent rules can be configured for individual sections.

Example: with **Pass** starting at 60%, a result of exactly 60% passes and 59.99% does not. Add higher grades in ascending, non-overlapping bands and decide how rounding should appear to students.

Scoring and grading answer different questions:

* **Scoring:** how many points did the responses earn?
* **Grading:** what outcome does that percentage represent?
* **Results:** when is that outcome released, and how much evidence is shown?

{% hint style="warning" %}
Check that grade boundaries do not overlap or leave unintended gaps. Test scores immediately below, on and above each boundary.
{% 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://synap.ac/docs/platform/quizzes/grading-and-scoring.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.
