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

# View Question Bank

#### <mark style="color:green;">**View all the Questions created.**</mark>

This is the Question Bank dashboard in the Skolarli platform. You can reach the form by navigating on the left menu to "**Question Bank⇒ View Question Bank**" under **Assessments.**

This screen allows users to view, filter and manage all assessment questions including MCQs, Yes/No and other question types. Users can filter questions by program, topic, module, difficulty level, score and question type.

The page also displays quick statistics, such as the total number of questions, distribution by question type, programs, topics, modules, and difficulty levels.&#x20;

Below the stats, users can search questions, add new questions, export questions, and manage existing questions, helping maintain an organized and insightful assessment repository.

<figure><img src="/files/K9htk3x9s16iVjiK853z" alt=""><figcaption><p>View all Questions created for assessment</p></figcaption></figure>

<mark style="color:green;">**Fetch Questions**</mark>

Users can search questions added to question bank using filters or the search box by navigating to View Question Bank.

<figure><img src="/files/x82QwRNatZP6hOFsKbjI" alt=""><figcaption><p>Fetch Questions</p></figcaption></figure>

Admin can perform actions like View the question & Delete question by navigating to **Participants Base⇒Action.**

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

<mark style="color:green;">**View Questions**</mark>

Using this option user can view the question and the related options with correct answer ticked, added to question bank by navigating to **Action⇒ View Question** under **View** **Question Bank.**

<figure><img src="/files/vtATJCtO9uKiR32lLvqP" alt=""><figcaption><p>View Question</p></figcaption></figure>

<mark style="color:green;">**Delete Questions**</mark>

Using this option user can delete the question added to question bank by navigating to **Action⇒ Delete Question** under **View** **Question Bank.**

<figure><img src="/files/9jkaBMKMS3COYnwVEs1g" alt=""><figcaption></figcaption></figure>

<mark style="color:green;">**Bulk Adding and Deleting Questions**</mark>

Users can add multiple questions to a quiz or delete multiple questions from the question bank at once.

1. Select the required questions from the question bank.
2. Click "**Add to Quiz"** to add the selected questions to a quiz.
3. A list of available quizzes will be displayed.&#x20;
4. Select the desired quiz and confirm to add the questions.
5. Click "**Delete"** to remove the selected questions from the question bank.
6. Confirm the deletion when prompted.

This feature helps manage questions efficiently by allowing bulk actions instead of handling questions individually.

<figure><img src="/files/PV7sgSyc924rpzQPFrtY" alt=""><figcaption><p>Bulk Adding &#x26; Deleting Questions</p></figcaption></figure>

**Note:** when adding questions only draft quizzes will be displayed in the drop down&#x20;


---

# 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/view-question-bank.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.
