Stats page for courses usage #2709 #3766
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ingresando a las estadisticas de la plataforma, en la direccion https://{TU WEB CHAMILO}/main/admin/statistics/index.php?report=courses_usage
Se puede obtener un listado de accesos al curso con la siguiente estructura
Curso | Hoy | Esta semana | Este mes | 6 meses | 1 año | 2 años | Número de visitas (Curso) | Número de visitas (Sesión) | Total global (Visitado)
Esta semana se basa en los ultimos 7 dias
Este mes, se basa en los la fecha de hoy menos un mes
6 meses, basado en el conteo anterior, menos seis meses.
1 año, el dia de hoy menos un año
2 año, el dia de hoy menos 2 años
Se muestra el numero de visitas al curso sin limite de fecha
Se muestra el numero de visitas a las sesiones del curso sin limite de fecha
Total, suma las sesiones y visitas
Variable de idioma CoursesUsage para
#2709