# All Quiz Commands

## quiz create

Create a new quiz with up to 10 options. Specify a correct option. All options are randomized before presenting to user. Created quizzes are not shown to users until they are opened.

<figure><img src="/files/jFPOTC9HbV4daoJIDoKJ" alt=""><figcaption></figcaption></figure>

## quiz import

Create quizzes in bulk from a CSV file.  You must first create the file and upload it to the Realms bot.  See [Quiz File Format](/explore-features/import-files/quiz-file-format.md) for more information.  **Options will be randomized before quiz creation, and correct answer will not always be the first one.** After importing, all quizzes in the file will be in the "created" state, at which you control opening them individually.&#x20;

You can also specify a custom delimiter if your file is not using commas as separators, if not specified, commas will be used.  This is sometimes useful to change if you have values in your quiz which requires commas.&#x20;

<figure><img src="/files/6XaMKU3JPu7seHkg3cj2" alt=""><figcaption></figcaption></figure>

## quiz open

Open a currently created quiz. Use this after creating a new quiz. This makes it visible to everyone and allows answering to begin.

<figure><img src="/files/b8AxVyjjO2e0BJk0fJH0" alt=""><figcaption></figcaption></figure>

## quiz about

Select a past quiz to see details on it. Only you will see the result.

<figure><img src="/files/kQB0LG1fIhabMWi3yQYr" alt=""><figcaption></figcaption></figure>

## quiz close

Close an open quiz preventing from further answers and calculate the final results.

<figure><img src="/files/UmCrdPYmAxZ5O94rauvY" alt=""><figcaption></figcaption></figure>

## quiz show

Show the state of the quiz to the entire channel. Only available to admins.

<figure><img src="/files/AceHG3NLiSjFB21v7seE" alt=""><figcaption></figcaption></figure>


---

# 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.makerealms.com/explore-features/quiz/all-quiz-commands.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.
