> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x/teacher-guide/assessments.md).

# Assessments

The *Assessments* tool ![](/files/-LH9DATeazh3A352Xclu) is where you, as teacher, can establish success criteria for the course (i.e. the pass-mark, merit rankings etc.), involving the allocation of weightings to various activities, tests etc. You can also use the assessments tool to generate and issue certificates to learners on successful completion of the course. Click on the tool to display the main *Assessments* page which may (once set up for the course) look like this to the teacher.

![](/files/-LH9D1WEcDQexVr1znWw)

*Illustration: Assessments – Example teacher view*

It allows you to prepare an overview report compiling learners' achievements in the course overall, drawing on the results of activities undertaken in virtually every part of the online course, but also including “external” activities undertaken in your classroom, outside of the online course.

The learner can use the assessments tool as a “grade-book” to monitor his own progress, and will see a simpler, personalized view when he clicks on the *A\_\_ssessments* tool which will look something like this:

![](/files/-LH9D1WKNz5ysNaJuY0i)

*Illustration: Assessments – Example learner view*

*(Note: Before looking further into the assessments tool, make sure you have at least one learner subscribed to your course. (This is why we cleverly put the* *Users* *chapter before this one!). In this chapter, it will be much easier to follow the examples if you already have learners subscribed and a series of activities created. Don't forget – until you choose to allow it, the user will not be able to see the course anyway, as long as is configured as closed.)*


---

# 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.chamilo.org/1.11.x/teacher-guide/assessments.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.
