> For the complete documentation index, see [llms.txt](https://docs.skolar.li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skolar.li/question-bank/add-new-q-and-as.md).

# Add New Q & As

This screen allows users to **create and add new questions** to the question bank by selecting the program, topic, and module and defining the difficulty level, score and question type (Multiple Choice Question & Yes-No).

You can reach the form by navigating on the left menu to "**Question Bank ⇒ Add New Q & As**" under **Assessments** and filling in the form completely.

Users can design the question content using the provided form and also have the option to clear the form if needed. This page helps in building and managing assessment questions in an organized and structured way.

<figure><img src="/files/hFW9kV1KSGhXsr43Qe36" alt=""><figcaption><p>Create a new Q &#x26; As</p></figcaption></figure>

#### <mark style="color:green;">**Multiple Choise Questions**</mark>

In this screen user can create a **Multiple-Choice Question (MCQ)** by selecting the program, topic, module, difficulty level, score, and question type, then enter the question text.

The screen allows adding up to six answer options (add at least 3 answer options), marking the correct answer(s) using checkboxes, and optionally uploading supporting media such as an image, video, or audio file. This page enables users to create structured MCQ assessments within the platform.

<figure><img src="/files/Tq81pyVytIghYPcqzHVj" alt=""><figcaption><p>Added Multiple choice question to Question Bank</p></figcaption></figure>

#### <mark style="color:green;">**Yes/No Questions**</mark>

In this screen user can create a **Yes/No Question (Y/N)** by selecting the program, topic, module, difficulty level, score, and question type, then enter the question text.

This page allows users to mark either “**Yes**” or “**No**” as the correct answer and optionally upload supporting media such as images, videos, or audio files. This screen helps users create simple, objective assessment questions within the platform.

<figure><img src="/files/ji8ljlOXiDd32wXZG2X6" alt=""><figcaption><p>Added Yes-No question to Question Bank</p></figcaption></figure>

Users can also create video-based and audio-based questions using the same workflow

**Note:** User can upload only 1 file per question.


---

# 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:

```
GET https://docs.skolar.li/question-bank/add-new-q-and-as.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.
