> For the complete documentation index, see [llms.txt](https://help.codechum.com/teachers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-questionnaire-item.md).

# How to create a Questionnaire item

### Introduction

Questionnaire item is a multiple-choice type of item in which your students have to select their answers to a question from the choices given and submit them for automatic checking.

CodeChum already has built-in questionnaire items that you are free to use, but if you'd like to make your own item to use in an activity in CodeChum, you can make your own!

### Steps

To create a questionnaire item in CodeChum, follow these steps:

1. Click on **Item Bank**. This will redirect you to a screen listing all items you have created within CodeChum.

   <figure><img src="/files/96DUgXNnnLXAiZQG3HQd" alt=""><figcaption></figcaption></figure>
2. Look for the **Create Item** button and click it. This will open a big popup window to create your very own item.

   <figure><img src="/files/b64JDisoxkaLU7XBfn60" alt=""><figcaption></figcaption></figure>
3. Select **Questionnaire application** as the item type.

   <figure><img src="/files/1c1jKxgdP3R7op8CJqxs" alt=""><figcaption></figcaption></figure>
4. Provide an item name.

   <figure><img src="/files/efjLrVJJe1eRBe4UMeCx" alt=""><figcaption></figcaption></figure>
5. Add questions for this item. There are two ways to do so:

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

   * **Auto-generate questions with AI** - This will allow you to specify a topic name and the desired number of questions to generate. CodeChum will then create questions of that type for you within seconds.

     <figure><img src="/files/2ekvDaDVOLn3ivL0I3TV" alt=""><figcaption><p>    </p></figcaption></figure>

     <figure><img src="/files/mRlrTiK4Uv9EpqatreQs" alt=""><figcaption><p>   </p></figcaption></figure>

     <figure><img src="/files/faGcpQmkjn0aX1oNyjRp" alt=""><figcaption><p>   </p></figcaption></figure>
   * **Add my own questions** - You can provide the question and add as many options as you want for each question.

     <figure><img src="/files/K6CX0nGLuABnIrXkOVEe" alt=""><figcaption><p>   </p></figcaption></figure>

     <figure><img src="/files/G9SViSb00H1MV6T5HEcf" alt=""><figcaption><p>   </p></figcaption></figure>
6. Once done, click **Create Item.**<br>

And that's how to make questionnaire items in CodeChum!


---

# 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.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-questionnaire-item.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.
