by Kerri McCusker.
Hi
I have successfully pulled basic user data from Moodle tables (mdl_user, mdl_course) and inserted it into a custom table I created within the Moodle database.
This includes
- Student ID
- Student First and Last Name
- Their primary learning style
- Cousre ID
I was wondering what the best way to go about seeing how many times resources within courses have been accessed – per user.
I am aware that under reports > Activity Reports I have a view of all combined user views. But the combined view doesn’t provide me with the insight required.
Ideally, longer term, I would like to build a comprehensive user report including
- Average Pages Visited
- Average Minutes on Course
- Total Number of discussion messages read
- Time spent on assessments
- Number of quizzes started
- Number of quizzes finished
- Time spent on quizzes
Any help is appreciated on this
Kerri