> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/quizzes-and-assignment/new-quizzes/item-bank/adding-questions-from-the-bank-to-quizzes.md).

# Adding Questions from the Bank to Quizzes

You can add questions from the question bank to New Quizzes, either one question at a time or multiple questions at once.

### Go to Quizzes

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

### Enter the Build Page

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

### Open Item Bank

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

### Go to the desired Item Bank&#x20;

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

### Add Question

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

Select the desired exam and add it to the repository by clicking on the + button.

### View the Question

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

You can edit, copy, move, or delete, as well as view Tags on this window.

### Editing Question

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

When editing a question in the question bank, a notification window will appear. Editing a question in the question bank will modify all the data and may affect the display and data of the question. The part that can be edited without affecting other parts is the score.


---

# 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.tlic.cmu.ac.th/cmu-mango-canvas-manual/quizzes-and-assignment/new-quizzes/item-bank/adding-questions-from-the-bank-to-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.
