> For the complete documentation index, see [llms.txt](https://docs.cloudnotte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudnotte.com/admin/cbt/how-to-insert-image-on-exam-question.md).

# How to insert image on exam question

Inserting image or diagram to your questions is very helpful especially when it comes to visual questions where the students are required to answer questions by identifying images.

Adding images is pretty much simple and easy 🤩🤩\
All you need to do is follow every single instructions below.

<figure><img src="/files/zLp9wOPeAYQz6sVy5Ozf" alt=""><figcaption><p>Question box</p></figcaption></figure>

If you don't know how we navigate to this screen, kindly click here to learn how to use the question bank.\
So i assume we already know how we got to this screen.

You can add image to :\
**1. Question title** \
**2. Options**<br>

**How to add questions to question title**

<figure><img src="/files/4yp0blqFxqTeErBRRTux" alt=""><figcaption><p>Question title</p></figcaption></figure>

The image below is the question title input, kindly click on the image diagram beside it or look athe image below for better view.

<figure><img src="/files/tLelUz4z0ocU7xPmU2xi" alt=""><figcaption><p>Image view</p></figcaption></figure>

Once you have clicked on it, an dialogue will appear to enable you add images.

<figure><img src="/files/n92BW3sRlUvrbyMZq8T5" alt=""><figcaption><p>Image picker</p></figcaption></figure>

You can add images to your question bank in three different ways:\
\&#xNAN;***1. By Uploading from your computer or phone***\
***2. By using previously used images (This enables you to re-use images you have uploaded before instead of uploading them again)***\
***3. By Online images***

### How to add images by  Uploading&#x20;

You can drag images and drop on the box or you tap on the box to select images from your phone or computer.

<figure><img src="/files/NzB61tatjRQ4pgB7nOeo" alt=""><figcaption><p>Select image from your computer</p></figcaption></figure>

### How to add image via online images

Adding an image via online image enables you to search for image by name instead of leaving the screen to open google search.

All you have to do is enter the name of the image you are looking for example, Lion and then click on search.... The image below is how the result will look like...\
Once you have seen the appropriate image you are looking for, click on it and it will be added automatically to the image input

![](/files/D33AkohuRx3IUgXZLIt4)

So now that you have understood how to add images to our question title, repeat the samething for the options 😜😜.


---

# 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.cloudnotte.com/admin/cbt/how-to-insert-image-on-exam-question.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.
