How to generate a report of a user with maximum usage in terms of viewing a Moodle system. Is this possible at all in the first place?
How to generate a report of a user with maximum usage in terms of viewing a Moodle system
回帖数:6
回复Doulos Xavier
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
You might need to define what you mean by:
"maximum usage"
"viewing a Moodle system"
But, you might want to explore some SQL solutions. See List of SQL Contributed reports.
回复Rick Jerz
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
回复Rick Jerz
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
回复Doulos Xavier
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
"Clock time" is an instance in time, such as 10:52:30 AM. It doesn't span any time. In other words, it has a length of 0.
The "clock time" is generally recorded when a Moodle user "clicks" on something. If you click on something, then go away from your computer to watch TV for an hour, and then return to your computer and click on something again, how long have you been doing something at your computer? An hour? Two seconds? Do you see the issue?
The "clock time" is generally recorded when a Moodle user "clicks" on something. If you click on something, then go away from your computer to watch TV for an hour, and then return to your computer and click on something again, how long have you been doing something at your computer? An hour? Two seconds? Do you see the issue?
回复Doulos Xavier
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
The plug-in https://moodle.org/plugins/block_dedication operates in this area. Never tested. We measure the results through assignments, tests, projects, etc.