Moodle Log Records

Moodle Log Records

od George Abraham -
Število odgovorov: 1

Hi,

I am using Moodle 2.3 for Windows on Xampp.

I have created a course on the system and I want to retrieve certain specific details like the time spent on the course, the number of links clicked, etc. Such specific data per student needs to be extracted.

How do I go about it?

Somebody please help...Its for my research work.

Thanks in advance

Povprečje ocenitev: -
V odgovor na George Abraham

Re: Moodle Log Records

od Peter Howell -

I've been doing this with my own perl scripts that parse the logs and make estimates of time spent. For example, 3 minutes for viewing the course homepage, 20 minutes for a page in a lesson, 25 minutes for a quiz, and so on.

Nothing is exact of course, because all we have a record of is page hits, not time spent.