Training Sessions
Maintained by
Plugins ActiveProLearn, Valery FREMAUX
This course report displays detailed learner activity by precisely measuring learning time, based on compiled activity logs. Very wide range of display options.
Rapport de session basé sur les logs, beaucoup d'options d'affichages, idéal pour Opcos.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
thank you so much for upgrading your pluging to moodle 2.6
would be possible to make a consolidate report like this?
When cell is switched from 'general' to 'date', that value is correctly displayd in hh:mm:ss format.
So, this means that strings of locallib.php can't "force" cells to display in correct way.
If you scroll file code it seems to use the right way to do that:
$xls_formats['zt'] =& $workbook->add_format();
$xls_formats['zt']->set_size(9);
$xls_formats['zt']->set_num_format('[h]:mm:ss');
is called from
$timeformat = $xls_formats['zt'];
Anyway it doesn't work. Not for me.
Suggestions?
Maybe it depends on this strings of locallib.php
// for excel time format we need have a fractional day value
return $timevalue / DAYSECS ;
Anyone knows how to make everything look normal, as in html pages of this plugin? Something like hours:minutes format?
Thank you
( I use Moodle 2.6.2 )
Use stats by default is not available to students, as being a user tracking tool that might need some precaution to use in a general way. So it needs to be allowed explicitely in site role setup.
Training session reports also have a report level capability to enable students using it (as all other reports).... Cheers.
I now have in In My Courses > Reports >Training Sessions,
4 tabs,
Per Participant - all participants are showing,
Course,
Course Raw
All courses
Only Course Raw actually produces anything, I do get a csv file of the access All other tabs still havet "get record() not available anymore" message.
Per participant tab
only shows the Admin people and no "normal" participants.
and the "get_record() not available anymore".
The Course tab only shows 5 of the participants on the course (there are 40) and at the bottom of the list "get_record() not available anymore"
Clicking on the continue button takes me back to the home page.
However i do get "get_record() not available anymore" message.
- by log cleanup
- when an admin plays on behalf of another user (not generating real logs)