Identify quiz attempts

Identify quiz attempts

by Aditya Dubay -
Number of replies: 2

Hi,

 

I am using Moodle 3.4

I want to know that how I can identify that student submitted quiz attempt or it was submitted automatically?

 

Average of ratings: -
In reply to Aditya Dubay

Re: Identify quiz attempts

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

First check if the total time for the attempt is a bit longer that the time limit (which would suggest that it was submitted automatically by the batch process after the time limit, rather than being submitted by the student before the time limit).

Unfortunately, when you review a quiz attempt in the interface, the response history table underneath each question does not show who performed each action, even though that is stored in the database. So, that option is not easily available. However, if you are able to use this database query, you can get that info https://docs.moodle.org/dev/Overview_of_the_Moodle_question_engine#Detailed_data_about_an_attempt.