Course dedication

Blocks ::: block_dedication
Maintained by Dan Marsden, Catalyst IT
This block allows to calculate estimated dedication time of participants within a course.
Latest release:
6575 sites
1k downloads
212 fans
Current versions available: 6

NOTE: This plugin has a new maintainer.

Thanks to the University of Canterbury for sponsoring the upgrade work to support Moodle 4.0 and the new report builder API.

Introduction

This block allows to see the estimated dedication time to a Moodle course by the participants of the course.

How dedication time is estimated?

Time is estimated based in the concepts of Session and Session duration applied to Moodle's log entries:

  • Click: every time that a user access to a page in Moodle a log entry is stored.
  • Session: set of two or more consecutive clicks in which the elapsed time between every pair of consecutive clicks does not overcome an established maximum time.
  • Session duration: elapsed time between the first and the last click of the session.

Features

This block is intended to be used only by teachers, however the block can be configured to show dedication time to students too.

Teachers can use a tool to analyse dedication time within a course. The tool provides three reporting methods:

  • Dedication time of the course: calculates total dedication time, mean dedication time and connections per day for each student, which you can filter by course group if required.
  • Dedication of a student: detailed sessions for a student with start date & time, duration and ip.
  • Report builder source: The plugin includes a custom report builder source to allow for site-level reporting to be generated.

Credits
Original developed by Aday Talavera, CICEI at Las Palmas de Gran Canaria University
Updated to support Moodle 1.9 - Moodle 3.X 
by Borja Rubio Reyes.
Support for Moodle 4.0 was sponsored by the University of Canterbury.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4

Contributors

Dan Marsden (Lead maintainer)
Borja Rubio Reyes: previous author
Aday Talavera: previous maintainer
Please login to view contributors details and/or to contact them

Comments RSS

Komentāri

  • JOSE LUIS ANSÓ
    sestd., 2017. gada 21. janv.., 03:33
    Hola, enhorabuena por el plugin alguna posibilidad de que se actualice para 3.1? Gracias y saludos
  • SDI projetos audiovisuais
    piektd., 2017. gada 24. marts., 23:07
    Is there any update for moodle 3.x for purchase?
  • Nicholas Stefanski
    ceturtd., 2017. gada 30. marts., 00:14
    On Moodle 3.1, haven't experienced any errors.

    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`.
  • Iñigo Zendegi Urzelai
    piektd., 2017. gada 31. marts., 18:24
    Hi there,

    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.
  • Daniel Costa
    trešd., 2017. gada 19. apr.., 23:52
    Dear all,

    Please could you let us know if there is planning for a 3.2 version of this plugin?

    Many thanks
  • Aday Talavera
    pirmd., 2017. gada 24. apr.., 02:08
    Sorry for being late, but I updated the plugin for Moodle 2.7+ and 3.x+

    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.
  • Dinis Medeiros
    pirmd., 2017. gada 24. apr.., 17:38
    In "Detailed course dedication of " is possíble enlarge columns?
  • Dinis Medeiros
    pirmd., 2017. gada 24. apr.., 17:47
    Mean dedication: 36 minutes 33.666666666667 seconds. Can decimals seconds be just one ore two?
  • Claudio Visa
    ceturtd., 2017. gada 19. okt.., 01:09
    Estimados se lo puede hacer solemente para el rol profesor, osea que me muestra solo el docente del curso, saludos
  • Luis Ayala
    otrd., 2017. gada 28. nov.., 21:08
    Saludos.
    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.
  • Narit B
    trešd., 2017. gada 13. dec.., 21:34
    I can't see download button. is any reason?

  • Jean-Charles Blondeau
    pirmd., 2018. gada 15. janv.., 16:39
    Hi there,
    Is there any moodle 3.4+ update?
  • Ricardo Caiado
    otrd., 2018. gada 3. apr.., 08:29
    Is there any moodle 3.4+ update?
  • Sya Rahim
    trešd., 2018. gada 18. jūl.., 11:19
    Hi,
    Are you planning to do a Moodle 3.5 update? Our academics love this tool as it captures our student learning time on the course.
  • Steve Radford
    ceturtd., 2018. gada 19. jūl.., 19:47
    Any news on a Moodle V3.5 update?
Please login to post comments