> 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/sections.md).

# Sections

Sections divide a quiz into named groups and can override selected quiz-level behaviour.

Use sections when a boundary matters to the student or to scoring—for example, separate papers, subjects or timed parts. Do not add them only to make the editor list shorter; every section rule increases the number of combinations you need to test.

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

### Section settings

| Setting                      | Purpose                                                                    |
| ---------------------------- | -------------------------------------------------------------------------- |
| **Title**                    | The section name shown in the builder and, where configured, to users.     |
| **External identifier (ID)** | An optional identifier used by an external source or import.               |
| **Synap ID**                 | The system identifier for the section.                                     |
| **Timer**                    | A section duration, or a value inferred from the questions it contains.    |
| **Hide timer**               | Hides the visible timer while preserving the timing rule.                  |
| **Question navigation**      | Inherit the quiz default, disable navigation or enable navigation.         |
| **Control panel**            | Inherit, disable or enable the section's control panel.                    |
| **Scoring method**           | Use default scoring or, where available, omit the lowest-scoring question. |
| **Instructions and outro**   | Rich-text content shown at the start or end of the section.                |
| **Section grades**           | Apply section-specific pass marks or grade boundaries where enabled.       |

After creating sections, use the reorder controls to arrange the sections and assign questions to the correct place.

### What the main options mean for students

* A **section timer** creates a separate time budget. Hiding it removes the visible countdown, not the limit itself.
* **Soft sections** can allow a more continuous journey, while enforced boundaries make each part feel like a separate paper.
* Disabling **question navigation** prevents students returning to previous questions in that section.
* Hiding the **control panel** removes the question overview used for jumping between items and checking progress.
* **Instructions** appear before the section; an **outro** appears after it and can explain the transition to the next part.
* Section grades can make success depend on performance in each area, not only the overall percentage.

If questions are shuffled, verify whether the intended order inside each section is preserved. A question that depends on earlier context should not be placed in a pool that can be rearranged unexpectedly.

{% hint style="warning" %}
Section timers, navigation and grading interact with the quiz-level Experience settings. Preview the full journey rather than checking each setting in isolation.
{% 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/sections.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.
