> For the complete documentation index, see [llms.txt](https://help.codegrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codegrade.com/automatic-grading-guides/quizzes.md).

# Quizzes

You can transform your CodeGrade assignment into an Interactive Quiz with the Quiz block in AutoTest. This allows you to create several different types of questions that students can fill in in the online editor.

## Multiple Choice Question

{% content-ref url="/pages/l4jPG0xfcyFFDgKT7Day" %}
[Multiple Choice Question](/automatic-grading-guides/quizzes/multiple-choice-question.md)
{% endcontent-ref %}

## Select All Question

{% content-ref url="/pages/sv7k0F7y9MMSDzKHzYoC" %}
[Select All Question](/automatic-grading-guides/quizzes/select-all-question.md)
{% endcontent-ref %}

## Coding Question

{% content-ref url="/pages/bSq8WEMzVIlBTj4HG4wg" %}
[Coding Question](/automatic-grading-guides/quizzes/coding-question.md)
{% endcontent-ref %}


---

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

```
GET https://help.codegrade.com/automatic-grading-guides/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.
