> 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/portal-settings/portal-settings/study-and-self-practice-settings.md).

# Study and Self Practice settings

Self-practice lets students generate their own quizzes directly from their Study. The settings below control which tag filters students can use when doing this. If you're new to the Study feature, read the overview first.

{% content-ref url="/pages/POVEZfDGlids9jCEV5v3" %}
[Collections and the Study](/docs/collections/collections-and-the-study.md)
{% endcontent-ref %}

#### Before you start

Make sure the Study page is enabled for your students, that your Collections have Generated attempts enabled, and that your questions have faceted tags set up.

{% content-ref url="/pages/srMdLk6vfi7fsS1cLj39" %}
[User access and page management](/docs/portal-settings/user-access-and-page-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/Xs6T85WKGXtfb4853VRZ" %}
[Configure collections](/docs/collections/creating-collections/configure-collections.md)
{% endcontent-ref %}

{% content-ref url="/pages/9T2iftAc4DNFUJE76ov7" %}
[Tags & facets](/docs/analytics/tags-and-facets.md)
{% endcontent-ref %}

### ⚙️ Configuring the settings

Go to **Settings > Other > Study** to access the Self Practice and Spaced Learning Settings.

<figure><img src="/files/aDJOX6aoEJYIlJaoEjqj" alt=""><figcaption><p>Study settings</p></figcaption></figure>

#### Allow students to practice by tag

Select which tag facets students can filter by when generating a self-practice quiz. The available options are Subject, Topic, Subtopic, Skill and Difficulty.

{% hint style="info" %}
🧠 Only enable facets that are consistently tagged across your questions. Enabling a facet that most questions don't have will result in students seeing very small or empty quiz results.
{% endhint %}

#### Tag selection display mode

Choose how tag filters are presented to students:

* **Dropdown -** Best for large tag sets, keeps the interface condensed.
* **Toggle -** Best for smaller tag sets, displaying all tags upfront.
* **Allow multiple tag selection -** When enabled, students can select more than one tag per facet when generating a quiz.
* **Exclude untagged questions -** When enabled, questions without tags are excluded from self-practice quiz generation entirely.

### 🎓 What students see

When a student selects Self-practice from their Study dashboard, they are presented with the tag filters you have enabled above. They can select which mastery levels to include, choose a mode and length, then generate their quiz.

<figure><img src="/files/X1W1DQpSZOeLIen3Q2Wo" alt=""><figcaption><p>Self-practice menu modal showing mode, length, mastery and activated facets.</p></figcaption></figure>

{% hint style="info" %}
🧠 You'll need access to the relevant **Collection** to see content correctly.
{% endhint %}

### 👁️ Previewing the Study

To preview the Study as your students see it, open the profile menu and toggle on Study mode under Switch view.

<figure><img src="/files/W3UrUde2Z3zgah7TEiMB" alt=""><figcaption><p>Toggling study mode</p></figcaption></figure>

{% hint style="info" %}
🧠 The mode and length options available to students depend on how Generated attempts are configured on each Collection.
{% 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/portal-settings/portal-settings/study-and-self-practice-settings.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.
