> 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-es/manual-del-profesor/tareas/marcar_tareas.md).

# Marcar tareas

Para marcar un documento cargado por un alumno, ve a la página principal de la tarea correspondiente. En el lado derecho de la columna *Detalles,* pulsa sobre el icono *Salvar*![](/files/-MkHG_lBUTlAVu_Ij4hn) *para guardar* y ver un archiva que haya presentado el alumno, a continuación pulsar sobre el icono de *Corregir y* calificar ![](/files/-MkHG_lQXwolTuUnJyJJ) para añadir un comentario y una puntuación. Si el estudiante no ha subido un archivo, pero presentó su tarea utilizando el editor en linea, el icono de guardar no se mostrará - en su lugar la tarea del estudiante aparecerá directamente en el editor en línea para que el profesor pueda añadir comentarios, puntuar el trabajo, etc.

![](/files/-LH9Cq7UDa9uJ1eLP6y2)*Ilustración 113: Corrigiendo las tareas de los estudiantes*

En versiones anteriores a la 1.10, era necesario indicar sus comentarios en el mismo campo de la respuesta textual del alumno. Ahora, aunque imperfecto, es posible dejar un comentario en un campo separado que tiene, además, historial.

![](/files/-LH9DcGXTyFHvEfNlHtz)

*Ilustración 114: Los comentarios dejados con las tareas ahora se registran en un listado aparte*

El resultado y el comentario, no obstante, tienen que ser guardados separadamente (es decir son dos operaciones sucesivas).


---

# 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-es/manual-del-profesor/tareas/marcar_tareas.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.
