Filters for student login time and logoff time

Re: Filters for student login time and logoff time

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
What do you mean by filter? It seems odd to try to use a Moodle filter for this.

The natural way to do it is to analyse the data Moodle already collects in the logs. Logins are easy. The bit that is hard is that mostly people do not log off. They just close their browser tab, and that is not logged. So you need to measure time from when they log on, to when they stop doing stuff.