Found this content helpful? Log in or sign up to leave a like!

Reportes de actividad total

Jump to solution
Administrador
Community Explorer

Buenos días, espero que estén muy bien

Solicito ayuda por favor para identificar en qué informe masivo puedo obtener el campo de "Actividad total",  donde se ve el tiempo total que ha invertido en su curso.

Canvas.png

Muchas gracias

Labels (2)
0 Likes
3 Solutions
Administrador
Community Explorer
Author

Hello @Chris_Hofer 

I really aprecciate your response, but it is not that I need, I have explored those reports and I do not find information related with the field I need, wich is "Total activity" into the course, this field give me total activity for student and also for instructor. Therefore I would like to know if it is possible can downlooad through a masive reporte from the admin role and not for each course, I can get that this field exist when you are looking for into the course, but I cannot see it when I want to download to do a general report both by new analytics and by administrator reports.

Thank you!

View solution in original post

Have you tried the enrollments API: Enrollments - Canvas LMS REST API Documentation?

The Enrollment object includes:

  // The total activity time of the user for the enrollment, in seconds.
  "total_activity_time": 260,

View solution in original post

chriscas
Community Coach
Community Coach

Hi @Administrador,

You've got a couple answers from other people on the possible how's of doing this.  I did want to just add a word of caution in general about the total activity time.  The numbers presented there are educated guesses at best, and sometimes just wildly inaccurate.  There do seem to be some things that don't log activity time at all (or log limited activity), but there are also other things that will greatly inflate that number.  Just staying on a page and walking away from the computer for an hour can increase the activity time by an hour in some cases.  Just wanted to really make sure you and anyone else who sees this thread understands the data you're dealing with in this place is not great for anything other than a perhaps gauging a general activity level for an entire class (in my opinion), and you may not even want to move forward with your project based on that.

-Chris

View solution in original post