# Assessment Builder

## Create an Assessment

1. Click **Assessments** in the left menu
2. Click **+ Add Assessment**
3. Input the desired information and click **Create Assessment**

## Assessment Types

EXAMIND supports five assessment types:

1. Exam
2. Quiz
3. Practice
4. Essay
5. Simulation

{% hint style="info" %}
Exams, Quizzes and Practice are similar assessment types based on adding questions from the question bank.
{% endhint %}

## Build an Assessment

### Exam/Quiz/Practice

Exams, quizzes, and practice assessments require three steps to build an assessment:

{% stepper %}
{% step %}
**Add Question to Assessment**

Click the box next to the question title in your question bank to add the question to the assessment.
{% endstep %}

{% step %}
**Verify Question Included in Assessment**

Questions added in Step 1 will appear in the assessment window on the right-hand side.

{% hint style="info" %}
The number of questions, question pools, and points associated with the assessment will automatically update as you add questions.
{% endhint %}

To remove a question from the assessment, simply uncheck the box next to the question title in your question bank.
{% endstep %}

{% step %}
**Set Question Order**

By default, questions are ordered by question type into Question Groups and randomized within each group. You can make the following changes:

1. **Create New Groups**: Click the **+** button after clicking on the question group title
2. **Fix Question Order**: Click the crossed arrow icon.
3. **Combine Question Groups**: Click on a question in the assessment window and drag into a different question group.

{% hint style="info" %}
Question Group titles will be presented to the student. One tip is to combine all questions into one group and rename the group the assessment title (e.g. Final Exam). In other cases you may want to fix long workout problems as the last questions in the exam.
{% endhint %}
{% endstep %}
{% endstepper %}

### Essays/Simulations

Essay and Simulation assessments requires three steps:

1. Enter Instructions
2. Select the AI Model
3. Enter AI System Prompt (optional)

Information included in the instructions text field will be presented to the student.

{% hint style="info" %}
For support building high quality AI system prompts contact [**support@examind.io**](mailto:support@examind.io).
{% endhint %}


---

# Agent Instructions: 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://examind.gitbook.io/v1/build/assessments/assessment-types.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.
