# Quizzes

{% hint style="danger" %}
For the quiz grading logic to work correctly, at least three questions are required for each quiz.
{% endhint %}

## Adding a Quiz to a Chapter

1. **Click the three dot menu icon** in the upper right hand corner of the content block. Choose Add Quiz from the drop-down menu. This will slide out the Create Quiz panel on the right hand side of your browser.&#x20;

![](/files/-MLx6HzGxC-CQgcgvqTY)

* **Quiz Title:** Be descriptive and compelling
* **Content, or Description of the Quiz:** Description of the quiz you're asking your students to take.&#x20;
* Click the **Add Question** button to add in your first question to your quiz.&#x20;

{% hint style="danger" %}
For a quiz to be graded properly, an odd number of questions must be added.&#x20;
{% endhint %}

![](/files/-L_pAOhuQ-Q43tKg6Yvn)

Click **Add Answer** to begin adding the multiple choices you'd like to present your students with. Be sure to check the Correct Answer.&#x20;

Once you've added all of your questions, click **Create & Add Quiz**


---

# Agent Instructions: 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:

```
GET https://docs.mavenseed.com/creating-content/courses/quizzes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
