> 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-nl/leerkracht-handleiding/assessments/linking_certificates_with_learning_paths.md).

# Certificaten koppelen aan leertrajecten

Ten slotte heeft versie 1.11 een leuke functie geïntroduceerd waarmee je een certificaat (en eventueel een vaardigheid) kunt genereren aan studenten aan het einde van een leertraject.

Om dit te doen, moet u een assessment configureren dat alleen op dit leertraject is gebaseerd, en ervoor zorgen dat het een certificaat genereert.

Ga naar het leertraject, maak er een aan, ontwikkel de volledige inhoud en gebruik vervolgens het pictogram van het laatste inhoudstype om de laatste pagina te maken, zoals deze.

![](/files/-LioWL3NhjmiW5FvJBxQ)

Afbeelding: Certificaat om een leertraject af te ronden

Er staan veel items op deze pagina, dus neem de tijd om ze allemaal te analyseren. De speciale certificaatpagina verschijnt alleen als laatste stap van je leertraject, vanuit een submap.

Het vereist dat alle stappen van het leertraject zijn doorlopen om te verschijnen.

Zodra dit is geconfigureerd, gaat u naar de assessmenttool en zorgt u ervoor dat de hele assessment pas kan worden verkregen als het leertraject is voltooid (het is mogelijk om iets anders te doen, maar het kan een beetje contraproductief zijn).

Wanneer de student het leertraject heeft voltooid, krijgt hij/zij automatisch een certificaat en vaardigheidspagina te zien. Dat wil zeggen: de student hoeft niet meer naar de beoordelingspagina te gaan om het certificaat te genereren. Alles kan op leerpadniveau worden beheerd!


---

# 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-nl/leerkracht-handleiding/assessments/linking_certificates_with_learning_paths.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.
