> For the complete documentation index, see [llms.txt](https://docs.celly.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.celly.ai/education/examination.md).

# Examination

{% hint style="success" %}
To explore the Education functionality you don't need an adapter, just [sign up](https://celly.ai) on the website
{% endhint %}

**Roles**

* Admin (add cells to the Exam Templates, creates and assigns Exams on the students)&#x20;
* Student (passes exams)

![Exam: Drag the cells from the Unclassified to the proper classes](/files/-Mh8Lg6R1pkAbcNS5uK1)

**Add cells to Exam Template (admin)**

1. Open a Test
2. Click on the cell -> Add to Exam Template

**Create and assign Exam (admin)**

1. Open [Exams Page](https://app.celly.ai/app/exam/)
2. Add Exam&#x20;
   * Set the **test type** (CBC, Malaria, etc)
   * **Choose the student** to assign the exam
   * Set the **cells number** to generate for the exam (the system will randomly take a given number of cells from the template)

**Pass Exam (student)**

1. Open [Exams Page](https://app.celly.ai/app/exam/)
2. Click **View** to open the assigned Exam
3. Drag the cells from the **Unclassified** to the proper classes
4. Click **Finish Test**
5. See your results on the **Report tab**

![Exam report](/files/-MlU0T4hJgZmaS_K71PQ)

{% hint style="info" %}
Admin and Students can review the exam results on the [Exams Page](https://app.celly.ai/app/exam/)
{% 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, and the optional `goal` query parameter:

```
GET https://docs.celly.ai/education/examination.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
