> For the complete documentation index, see [llms.txt](https://docs.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codeyourfuture.io/archive/archived-pages/assessment.md).

# Assessment

{% embed url="<https://module-template.codeyourfuture.io/evaluation/what-is-evaluation-for>" %}

## What is evaluation for?

Graduation is not a gift we give our trainees. It's something they earn themselves according to objective, published, measurable criteria.

## What are our purposes in assessment? <a href="#what-are-our-purposes-in-assessment" id="what-are-our-purposes-in-assessment"></a>

* **Resource allocation:** who needs help and [what](https://module-template.codeyourfuture.io/evaluation/differentiation) with
* **Quality control:** are we teaching well and [the right thing](https://module-template.codeyourfuture.io/system/iteration)​
* **Fairness:** objective published criteria means everyone knows what is expected
* **Flexibility**: defining [exit criteria](https://module-template.codeyourfuture.io/evaluation/exit-criteria) per module will make it possible for us to modularise the course and allow retakes
* **Specialisation**: who could flourish by taking a specialised path

## What are not our purposes? <a href="#what-are-not-our-purposes" id="what-are-not-our-purposes"></a>

1. Exclusion
2. Passing or failing *people*

{% hint style="success" %}
Our course is a product. Our trainees are *its* tests.
{% endhint %}


---

# 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.codeyourfuture.io/archive/archived-pages/assessment.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.
