> 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-bank.md).

# Question Bank

QwikTest supports the following question types.

1. [Multiple Choice Single Answer](/qwiktest/manage-questions/question-bank.md#multiple-choice-single-answer) - `MSA`
2. [Multiple Choice Multiple Answers](/qwiktest/manage-questions/question-bank.md#multiple-choice-multiple-answers) - `MMA`
3. [True or False](/qwiktest/manage-questions/question-bank.md#true-or-false) - `TOF`
4. [Short Answer Question](/qwiktest/manage-questions/question-bank.md#short-answer-question) - `SAQ`
5. [Fill in the Blanks](/qwiktest/manage-questions/question-bank.md#fill-in-the-blanks) - `FIB`
6. [Match the Following](/qwiktest/manage-questions/question-bank.md#match-the-following) - `MTF`
7. [Ordering/Sequence](/qwiktest/manage-questions/question-bank.md#ordering-sequence) - `ORD`

To manage questions, log in to the admin account and select `Manage Questions > Questions` from the sidebar menu.

To create a question, click on the **New Question** button from the top right, and choose the question type.

![](/files/-MeU-Y2GG3C4KEJbvZiN)

### Details

In the **Details** section, select skill, enter the question and options, and select the correct answer.

![](/files/-MeYW1JLSa4uwg-aR6gk)

{% hint style="warning" %}
Refer to the specific question type documentation page to learn how to configure options specific to the question type
{% endhint %}

### Settings

In the **Settings** section, customize the topic, difficulty level, default marks, and default time to solve.

![](/files/-MeYWz8NBYck5b59XRCx)

{% hint style="warning" %}
You must set Default Marks and Default Time of a question.

* **Default Marks** will be used to calculate the test total maks when auto-grading is enabled.
* **Default Time** will be used to calculate the test total time when auto-duration is enabled.
  {% endhint %}

### Solution

In the **Solution** section, provide the hint and solution to the question. You can also add a video to the solution.

{% hint style="success" %}
The solution can be shown in results and practice set feedback. So, providing a solution to a question is a good practice.
{% endhint %}

### Attachment

In the **Attachment** section, choose any one of the available attachments if necessary. For more details on this, refer [Question Attachments](/qwiktest/manage-questions/question-attachments.md) section.


---

# 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-bank.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.
