I'm trying to get the time that a student spent on an attempt. When checking a submission, there's the value on the top that says: This attempt took x minutes.
Is there an endpoint that exposes this information?
Thanks.
Hi @glonghini
The Quiz Submissions API (https://canvas.instructure.com/doc/api/quiz_submissions.html ) returns the time that the student started the attempt, and the time that they submitted the attempt. You would need to calculate the difference between the two in order to get the attempt time.
Hello, A few days ago I was accessing my quiz logs without an issue. For the past few days, though, suddenly the quiz logs are blank — see screenshot. My institution is looking into this but it's rather time sensitive that I have access to these logs again, so I'm posting here just in case anyone else has experienced this…
Yesterday, after much trial and error…I concluded the new quizzes matching choice options do not work as I expected, and have used with other LMS. I thought that I could provide students a matching choice quiz with multiple attempts that would report incorrectly answered matches on the first attempt, and display the…
I have seen documentation that says you must recopy your iCal link and resubscribe when you are enrolled in new classes, does this mean my iCal feed link changes each time, or do i just need to re-fetch the .ics file?
We use course pacing to manage due dates, because we run ~20 something courses each quarter and manually setting due dates would be a nightmare. Several courses have two core topics. We want to allow students to choose which of these they will pursue first. Is there any way to configure multiple course paces with different…
Hoping someone can explain for me. We're using pacing to avoid manually dating regular assignments each quarter, but the dates I see are based on when the course was instantiated, while students see dates based on when they were added to the course by [backend software I don't know anything about, presumably]. If I set…