> 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-pt_br/manual-del-profesor/interactividad_ejercicios/resultados_de_las_pruebas.md).

# Resultados de las pruebas

Chamilo ofrece un soporte muy útil para el análisis de resultados de las pruebas, simplemente haciendo clic en el icono de resultados ![](/files/-MFUo4hdrLGb6EM8i76_), que se muestra a la derecha de cada una de las pruebas enumeradas en la página principal de Pruebas.

![](/files/-MhmvL2FnV4cHzW5n9vo)*Ilustración 72: Ejercicios - Lista*

Esto mostrará una página con todos los resultados relevantes de esa prueba.

![](/files/-LH9DZxyd2Qx8-GaaLaL)*Ilustración 73: Ejercicios – Lista de resultados*

En este caso, el profesor puede obtener una visión general de los tiempos y las puntuaciones de los alumnos, y se pueden puntuar ![](/files/-MhmvL2Sx6b3E7emTUtd) o editar ![](/files/-MhmvL2dCM7_3AnK-DAI) preguntas abiertas y ofrecer una retroalimentación. También puede borrar ![](/files/-MhmvL2zlGLHpoAhR7E-) un intento de prueba para permitir que el alumno haga la prueba otra vez (si hay una razón válida para hacerlo, por ejemplo un error en la prueba).

* La barra de menú de esta página permite al profesor navegar de vuelta ![](/files/-MhmvL38RXb5pfubfXi-) a la prueba, exportar los resultados de pruebas en formato CVS o XLS ![](/files/-MhmvL3GOXlH9zT1zujC) (por ejemplo, para ordenar y generar estadísticas gráficas de evaluación), ver las estadísticas ![](/files/-MhmvL3OD0wBa3r-YdZa) de preguntas de la prueba realizadas o incluso monitorizar los estudiantes que están haciendo una prueba "en vivo" ![](/files/-MhmvL3YWocX23wtK3qI) para saber cómo se están haciendo "durante"el examen (especialmente útil a los centros de exámenes supervisados).


---

# 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-pt_br/manual-del-profesor/interactividad_ejercicios/resultados_de_las_pruebas.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.
