# Reporte Pedagógico

**Filtros:** Año escolar.

Identifica estudiantes en riesgo de repitencia según su situación académica y de asistencia acumulada hasta la fecha.

| Columna                | Descripción                                                  |
| ---------------------- | ------------------------------------------------------------ |
| Curso                  | Curso del estudiante.                                        |
| Nombre Estudiante      | Nombre completo.                                             |
| % Asistencia           | Porcentaje de asistencia acumulado.                          |
| Cant. Atrasos          | Total de atrasos registrados.                                |
| Cant. Retiros          | Total de retiros anticipados registrados.                    |
| Total Promedios Rojos  | Cantidad de promedios parciales bajo la nota de aprobación.  |
| Asignaturas Reprobadas | Número de asignaturas con promedio reprobatorio.             |
| Promedio General       | Promedio de todas las asignaturas.                           |
| Observ. Negativas      | Cantidad de observaciones de conducta negativas registradas. |
| Estado                 | Clasificación de riesgo del estudiante.                      |

Desde la columna **Acciones** puede generar una **Notificación de Riesgo de Repitencia** en PDF para el apoderado del estudiante seleccionado.

***


---

# Agent Instructions: 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://schoolmatic.gitbook.io/funcionarios/reportes/reporte-pedagogico.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.
