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

# Overview

Quizzes are reusable question-based Library items. They define the questions, default scoring, grading, player experience and results that can then be used for independent practice, Collections, Assignments or as the source of an Exam.

The Quiz builder controls the reusable source. The place that delivers the quiz can add its own schedule, access or assessment rules. When a setting appears at more than one level, check the final student experience rather than assuming the Library value always wins.

Use the pages in this section to configure:

* quiz metadata and question content;
* all supported question types;
* Extended Matching Questions (EMQs) and sections;
* scoring, grading and marking;
* instructions, timers, navigation and learner tools;
* results release and review;
* access and question imports.

Start with **Builder overview** for the complete builder map, then use the feature-specific pages as reference while configuring a quiz.

{% hint style="info" %}
Use a Quiz when students need to answer questions. Use an Exam when those questions need a controlled sitting with registration, scheduling, versions, security or a formal results workflow.
{% 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/overview.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.
