> For the complete documentation index, see [llms.txt](https://docs.foretellreality.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foretellreality.com/foretell-ai/authoring-tool/assessment-criteria.md).

# Assessment Criteria

The Assessment Criteria tab is where you define the criteria by which the transcript of the conversation will be analyzed to provide feedback to the trainee immediately after the conversation is ended. The primary benefit of the assessment is that it pops up right after the simulation is finished, reminding them of how the conversation went and giving suggestions for how to proceed on a follow-up attempt of the simulation.

It is still a good idea for an expert or instructor to review the conversation recording later to provide more in depth analysis and advice that the AI doesn't have the personal experience to recognize.

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

For users creating simulations through the Guided Setup we have included a template rubric. You can delete our criteria using the red **" - "** button at the right side of each criteria slot.

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

To add a new criteria slot, scroll to the bottom of the criteria list, and below the last criteria you will find a "New Criteria" with an empty description box.

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

You can reorder the assessment criteria using the arrows to the left of each criteria.

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

At the top of the page there is an "**AI Evaluation Complexity Meter".** This is the limitation on how many criteria you can add to your assessment. Two things add to this complexity meter: the number of criteria you have listed, and the amount of options the AI can choose from within each criteria.

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

Right below the **"AI Evaluation Complexity Meter"** there is a dropdown labeled **"Default Scale for New Criteria".** You can use this dropdown to change the default options provided when adding a new Assessment Criteria to the list.

<figure><img src="/files/lZ4WYpaO6GDc0wSNTtYU" alt=""><figcaption></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.foretellreality.com/foretell-ai/authoring-tool/assessment-criteria.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.
