Is it possible to check if student have read a certain section of a canvas page?

Jump to solution
CharlesAgar
Community Novice

I'm looking to set up a section of a canvas page which is required to be read by students, and then to track if they have read it or not if possible. Can anyone advise if this can be done?

Thanks

Labels (1)
0 Likes
2 Solutions

@CharlesAgar -

I imagine that is possible to do with an API call.  I am not the person to ask about how that would be done.

I just know that a lot of information can be obtained through API calls.  

I happened to think of new analytics.  It may have the necessary information if you go to the reports section and run the course activity report.  This provides a csv file of all the activity.  I am not sure it lists individual page views however.  You could create a pivot table in excel with that data and use it to sort the information. 

 May be more work than you anticipated, but figured I would throw that out there.

 

View solution in original post

0 Likes

@CharlesAgar -

I should have looked for this before my previous post.  James has written a script which may give you a csv file with what you want.

You will have to sort the data based on 2 or 3 columns (the class or category column first, then the title and then last access)

Here is the canvancement for Obtaining and using Access Report data for an entire course 

you will have to install tampermonkey and then the script.  This script may duplicate what you can get from new analytics, but I think it may provide more information.

good luck

View solution in original post