> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/playlists/how-to-create-quiz-in-aplaylist.md).

# How to create a quiz in a playlist

**1-** Click on “**Playlists**” in the left vertical menu. This will load all the playlists added in the Library. Click on Manage to see your created playlists.

![](/files/-MNXv-8xxQ2F69XJNhWw)

**2-** Click on the playlist that you want to edit, under “**Your Playlists**”. Click on Edit option.

![](/files/-MNXv73uRorqNyk-Xg8g)

This will load the Edit Playlist page as below.

![](/files/-MNXvG0bJlY75Q1ZQU4k)

**3-** Click on toggle button to enable quiz.

![](/files/-MNYyeG9dOGcB6Smk4ev)

To add a question in your quiz, click on "**Add Question**" button.

![](/files/-MNYzeZxOHHmSfymPBki)

**4**- After clicking on "**Add Question**" button, an 'Add Question' form appears. It is an objection question type form. Enter your question title and all the possible options of your question. Now select correct answer and click on Add button to add the question.

![](/files/-MNZ-LiFU3v9E6MMR7v_)

Similarly you can add **Question with Multiple Answers.** Enable **"Multiple Choices"** toggle button and select multiple answers for your question.

![](/files/-MNZ05YBOwEFzeORWtT1)

Click on Add button to add the question.

**5-** Now add a passing score for your quiz. Users who will attempt the quiz must get equal or greater marks than passing score to pass the quiz.

![](/files/-MNZ2zqkmeXRjgkk0o4r)

**6-** You can click “**Save**” once changes are made.&#x20;


---

# 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://help.circlehd.com/playlists/how-to-create-quiz-in-aplaylist.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.
