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

Comments

  • CICEI ULPGC
    Fri, 25 May 2012, 6:55 PM
    I have updated the plugin with the french translation.Thank you to Luiggi Sansonetti for sharing it.
  • George
    Tue, 4 June 2013, 8:15 PM
    I'm wondering if participants (students) could see this block. Is it possible to change the capabilities and allow students to see their total spent time in course?
  • George
    Wed, 5 June 2013, 1:34 PM
    I found it! I changed capabilities at "define roles" and set "allow" at view course dedication block.
    Two more questions:
    1. Is it possible to use outcomes from course dedication block for conditional activities settings?
    2. Which is the difference in the way of counting total spent time in course dedication block and attendance register plugin.
    I set both plugins in the a course and the outcome does not agree.
  • Aday Talavera
    Wed, 5 June 2013, 5:05 PM
    1. You can't use the outcomes, in fact I think that blocks cannot generate outcomes for conditional activities, only activities modules can do that.
    2. The attendance register plugin and dedication block plugin both "guess" spent time using Moodle log entries. You can read more of dedication block in the plugin description in this page. Also, I found information about attendance register way in this link https://github.com/nicusX/moodle-mod_attendanceregister/wiki/Online-Sessions-guess
  • CICEI ULPGC
    Fri, 14 June 2013, 7:06 PM
    I have updated the plugin with greek and galician translations. Thank you to Kyriakos Terzopoulos and Rafael Rodríguez Gaioso for the contribution.
Please login to post comments