> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/creating-content/courses/quizzes.md).

# 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
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://docs.mavenseed.com/creating-content/courses/quizzes.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.
