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

# Adding Questions

Questions in an Assessment Bank must belong to a **set** in the Bank, and the Bank must contain **at least one set** before questions can be added. A Bank can contain **multiple sets** with multiple questions in each set. Sets are typically used to organize questions in a bank by competency **Area** of a **Standard Framework**, but can also be used to organize questions in other ways, if desired.

**Creating a Set:**

* Click on the Questions tab, then click on the Add button on the right hand side of the screen.
* Select Set to create the first question set.
* Add your Set Name (This name uniquely identifies this question set within the bank) and click the Save button.
* The question set has now been created and details for the set will be displayed.

**Creating Questions in a Set:**

* Click on the Add button and select Question.
* Select a [**Question Type**](https://github.com/InSite/docs/blob/master/help/assessments/create-bank/question-types/README.md)
* Input the Question text, including uploading any [**images**](https://github.com/InSite/docs/blob/master/help/assessments/editing-forms/editing-images/README.md)
* Input any text and/or images for each of the Question Answer Options.
  * Point Values and Cut Scores may be provided for each answer.
* Additional answer options can be added by clicking on the **Add new option** button.
* Click the **Save** button to save your changes.

The question has now been created will be displayed. [**Changes**](https://github.com/InSite/docs/blob/master/help/assessments/editing-forms/edit-questions/README.md) can be made to the question by selecting the **Edit** icon. Continue adding questions and sets as needed to populate the bank.


---

# 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.shiftiq.com/help/assessments/create-bank/add-question.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.
