Looking for 100th quiz user
Monday, November 3rd, 2008Got request from client to check if we can see who did the 100th quiz. Looked into the Moodle database and came up with the following queries: select distinct(userid),timemodified from prefix_quiz_grades where quiz = quizid order by timemodified limit 100; (you should first find the appropriate quizid of course) then use the userid ...



















