# Reporte Libro Digital

## Incumplimientos de Docentes

**Filtros:** Año escolar + Mes.

Muestra los bloques horarios en que un docente no registró la firma de asistencia o no ingresó contenido en el Leccionario. Es la principal herramienta para que UTP e Inspectoría monitoreen el cumplimiento del registro diario.

| Columna        | Descripción                                                            |
| -------------- | ---------------------------------------------------------------------- |
| Fecha          | Fecha del bloque sin registro.                                         |
| Hora           | Hora pedagógica del bloque.                                            |
| Docente        | Nombre del docente responsable.                                        |
| Curso          | Curso al que corresponde el bloque.                                    |
| Asignatura     | Asignatura del bloque.                                                 |
| Incumplimiento | Tipo de incumplimiento: firma de asistencia o registro de leccionario. |

## Asistencia Global

**Filtros:** Año escolar.

Vista consolidada del porcentaje de asistencia por curso para cada mes del año. La tabla presenta una fila por curso con columnas para cada mes (enero a diciembre) y un promedio **Anual**.

***


---

# 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-libro-digital.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.
