Course dedication icon

Course dedication

Maintained by Dan Marsden, Catalyst IT
This block allows to calculate estimated dedication time of participants within a course.
Price option: Free

Supports Moodle 1.9-4.4 See all versions
Latest release: 2 years ago
Installations: 7494
Downloads (last 90 days): 793

Frankenstyle name: block_dedication
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hello,
Do you propose we quickly your block for Moodle 2.6?
Thank you in advance.
Daniel
Please accept our apologies. We uploaded a wrong version of the block to Moodle that didn't work. All errors should be fixed in current uploaded version.
Hi, I have moodle 2.4 and this module does not work, What can I do?
I don't know why that messages its appearing to you. Can you tell us what version of the plugin and Moodle are you using? Also review your install because that could be the cause.
i set it but when i click teh "Calculate" the message is the File not found. What is the problem help please. Urgently...
Thank you...
Daniel
Merci... Thank you
Daniel
We are currently moving our Moodle server to Moodle 2.5. The block works well with standard theme but doesn't work with new clean theme. Probably from here to September we will launch a new version fully compatible with Moodle 2.5.
Hello,
Are you considering porting this very useful module to Moodle 2.5?
Thank you in advance.
Daniel
The only way available right now is generating the Excel report for all students and then sum all times.
I 've set course dedication block in 7 courses (in the same category). Each student is enrolled in these 7 courses. I want to calulate the sum of total spent time of 7 courses and have a report like this:
students name, coursename, total spent course time
students name, total spent time for the 7 courses.
is there any way to have this report?
I have updated the plugin with zh_cn translation. Thank you to Zhong Ping for providing it,
//zh_cn <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see .
$string['blockname'] = '课程学习时长';
$string['blocktitle'] = '课程学习时长';
$string['calculate'] = '计算中...';
$string['calculatededication'] = '继续';
$string['dedication:use'] = '查看课程学习时长';
$string['dedication'] = '课程学习时长';
$string['dedicationall'] = '课程成员. 选择成员查看课程学习时长的详细信息
从: {$a->strmintime}
到: {$a->strmaxtime}.';
$string['downloaddedication'] = '下载Excel格式';
$string['duration'] = '持续时间';
$string['end'] = '结束';
$string['hoursandminutes'] = '{$a->hours} 小时 {$a->minutes} 分钟';
$string['limit'] = '两次点击的时间间隔限制(分钟)';
$string['minutes'] = '{$a} 分钟';
$string['nomembers'] = '此课程中没有参与者.';
$string['select'] = '选择日期范围和同一会话中两次点击的最长时间间隔.';
$string['sessionstart'] = '会话开始';
$string['showdedication'] = '显示成员的所有学习时长';
$string['start'] = '开始';
$string['totaldedication'] = '所有学习时长: {$a}';
$string['userdedication'] = '{$a->firstname} {$a->lastname}的课程学习时长
从:{$a->strmintime}
到: {$a->strmaxtime}.';
// Moodle 2.0
$string['pluginname'] = $string['blockname'];
?>
I have updated the plugin with greek and galician translations. Thank you to Kyriakos Terzopoulos and Rafael Rodríguez Gaioso for the contribution.
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