> For the complete documentation index, see [llms.txt](https://nearchip.gitbook.io/qwiktest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nearchip.gitbook.io/qwiktest/manage-questions/question-attachments.md).

# Question Attachments

QwikTest supports the following question attachment types.

1. [Comprehension Passage](/qwiktest/manage-questions/question-attachments.md#comprehension-passage)
2. [Audio](/qwiktest/manage-questions/question-attachments.md#audio-attachment)
3. [Video](/qwiktest/manage-questions/question-attachments.md#video-attachment)
4. [Image](/qwiktest/manage-questions/question-attachments.md#image)
5. [Equation](/qwiktest/manage-questions/question-attachments.md#equation)
6. [Table](/qwiktest/manage-questions/question-attachments.md#table)
7. [Code Snippet](/qwiktest/manage-questions/question-attachments.md#code-snippet)

### Comprehension Passage

Go to `Question Bank > Questions` and click on the edit icon of a question and then click on the **Attachment** section.

![](/files/-MeYZ4rt8elEF_-mjl-E)

1. Enable attachment, and choose the attachment type as Comprehension Passage.
2. Search and select Comprehension Passage from the dropdown.
3. Finally, click on the **Update Details** button to save the updates.

### Audio Attachment

Go to `Question Bank > Questions` and click on the edit icon of a question and then click on the **Attachment** section.

![](/files/-MeYZ8mvnRFFXPAi0_EF)

1. Enable attachment, and choose the attachment type as Audio.
2. Choose audio format and provide the link.
3. Finally, click on the **Update Details** button to save the updates.

### Video Attachment

Go to `Question Bank > Questions` and click on the edit icon of a question and then click on the **Attachment** section.

![](/files/-MeYZCh-acHN1a6fXWI1)

1. Enable attachment, and choose the attachment type as Video.
2. Choose video format and provide the link.
3. Finally, click on the **Update Details** button to save the updates.

{% hint style="warning" %}
For YouTube and Vimeo, instead of the video full URL, provide a video ID.
{% endhint %}

### Image Attachment

Go to `Question Bank > Questions` and click on the edit icon of a question.

![](/files/-MeYcx0oqftKlLWXgW0G)

1. In the question editor, click on the **Image** icon.
2. In the popup, provide an image URL or **Browse Server** to upload the image through the File Manager.
3. Finally, click ok to insert the image.

### Equation Attachment

Go to `Question Bank > Questions` and click on the edit icon of a question.

![](/files/-MeYdv0xV8L_zC0gkDOC)

1. In the question editor, click on the **Math** icon.
2. In the popup, provide latex of the equation in the write TeX box.
3. Finally, click ok to insert the equation.

### Table Attachment

Go to `Question Bank > Questions` and click on the edit icon of a question.

![](/files/-MeYeVs3cG0heqD_f8PQ)

1. In the question editor, click on the **Table** icon.
2. In the popup, select required Rows and Columns.
3. Finally, click ok to insert the table.

### Code Snippet Attachment

Go to `Question Bank > Questions` and click on the edit icon of a question.

![](/files/-MeYe_LIOpUr2T7V3NC6)

1. In the question editor, click on the **Image** icon.
2. In the popup, select a language and enter the code.
3. Finally, click ok to insert the snippet.


---

# 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://nearchip.gitbook.io/qwiktest/manage-questions/question-attachments.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.
