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
由Doulos Xavier發表於
Number of replies: 6
In reply to Doulos Xavier
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
由Rick Jerz發表於
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.
In reply to Rick Jerz
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
由Doulos Xavier發表於
In reply to Rick Jerz
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
由Doulos Xavier發表於
In reply to Doulos Xavier
Re: How to generate a report of a user with maximum usage in terms of viewing a Moodle system
由Rick Jerz發表於
"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?
In reply to 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.