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.
Do you propose we quickly your block for Moodle 2.6?
Thank you in advance.
Daniel
Daniel
Daniel
Are you considering porting this very useful module to Moodle 2.5?
Thank you in advance.
Daniel
students name, coursename, total spent course time
students name, total spent time for the 7 courses.
is there any way to have this report?
// 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'];
?>
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