> 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/import-questions.md).

# Import Questions

This screen shows the **Import Questions to Question Bank** page in Skolarli.

It allows users to view the program structure with program, topic, and sub-topic IDs, and upload questions in bulk by importing a CSV file for MCQs, True/False, or Subjective types into the question bank.

<figure><img src="/files/4abyvkkZoEGZA2AijC8c" alt=""><figcaption><p>Import Questions </p></figcaption></figure>

User should go to relevant program and download the sample CSV file by clicking small green download icon near the Program name.

User gets Pop up box to “Select Question Type to download the CSV”. Select option and click on "**Download sample file**" button. File will be in Downloads.

<figure><img src="/files/9O4vGabAzjkC4X7FbDdb" alt=""><figcaption><p>Download Sample file</p></figcaption></figure>

**Note:** CSV file will be visible only after adding curriculum

Download the sample CSV file. The downloaded file contains a sample question for reference.

<figure><img src="/files/vFc1bHZfjb4tXeNktUoo" alt=""><figcaption><p>Downloaded Sample File</p></figcaption></figure>

Edit the sample question and add your own questions in the CSV file.

Ensure that the **Program ID**, **Chapter ID**, and **Lesson ID** correspond to the actual program, chapter, and lesson where you want to add the questions.

In Upload Question Bank CSV select the appropriate question type: MCQ/True/False and Drag and drop the completed CSV file into the upload area, or browse and select the file.

<figure><img src="/files/sxWaIU8B9PxA31UiPcTd" alt=""><figcaption><p>File imported successfully</p></figcaption></figure>

Once the upload is successful, the questions will be imported into the Question Bank.

Navigate to **View Question Bank** to verify that all imported questions are displayed correctly.

<figure><img src="/files/DFh8aB0PT0tksOaP6cNM" alt=""><figcaption><p>Imported questions</p></figcaption></figure>


---

# 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/import-questions.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.
