The Instructure Community is fully available, including guides, release notes, forums, and groups. If some styling still looks unusual, clear your cache and cookies.
Found this content helpful? Log in or sign up to leave a like!
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.
Solved! Go to Solution.
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.
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.
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in