Course dedication
Maintained by
Dan Marsden, Catalyst IT
This block allows to calculate estimated dedication time of participants within a course.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Is there any moodle 3.4+ update?
He instalado la última versión de la herramienta Dediación al Curso en mi plataforma Moodle 3.0. El módulo aparece perfectamente en el curso de prueba con el que estoy aprendiendo a usarlo y me indica el tiempo de conexión cuando entro con un perfil de alumno de prueba. Como profesor también puedo ver mis tiempos de dedicación. El problema viene al pulsar el botón de "Herramienta de dedicación" para sacar el tiempo por cada alumno. Al pulsar en dicho botón no me muestra los tiempos, sino que me saca directamente a mi zona de "Area personal".
¿Alguien puede aportarme un poco de luz? Lo agradecería porque lo necesito para próximos cursos.
Muchas gracias de antemano y felicidades por la concepción de una herramienta tan útil.
As Iñigo said, there was an advice in the plugin description almost since a year, redirecting people to download the new version directly from the repository.
A lot of people also directly asked me by private messages.
Please contact me by private messages if you found any error.
Please could you let us know if there is planning for a 3.2 version of this plugin?
Many thanks
There is a newer version of this plugin that hasn't been released here.
We've been using this officially unreleased version of the plugin in Moodle 2.7, 2.9 and 3.1 without any issue; it was originally published by Aday Talavera here:
https://bitbucket.org/ciceidev/moodle_block_dedication/issues/10/no-me-funciona-el-bloque-en-la-versi-n-27
And this is the direct link to it:
https://bitbucket.org/ciceidev/moodle_block_dedication/get/MOODLE_27_STABLE.zip
It has all the changes needed to work with the new log system.
I made a slight change to the plugin to use the standard log instead of the legacy log. In dedication_lib.php, changed line 55 from
`$logs = $DB->get_records_select('log', $where, $params, 'time ASC', 'id,time');`
to
`$logs = $DB->get_records_select('logstore_standard_log', $where, $params, 'timecreated ASC', 'id,timecreated');`
Then, I hunted through and changed all references to the columns `time` and `course` to `timecreated` and `courseid`.
Any moodle 3.x update?
Haverá atualização desse plugin para o moodle 3.1?
when I try to dowload data in Excel format, the file can't be open. It reports "I/O general error".
Can I fix it someway?
Thanks in advance