Posts made by Tim Hunt

Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
The required SQL used to be out there, but I think from before Moodle 4.0, when the database structure chagned a lot.

This database query gets all the data about a quiz attempt https://docs.moodle.org/dev/Overview_of_the_Moodle_question_engine#Detailed_data_about_an_attempt. From that you could follow links question -> question version -> question bank entry -> question category.

Amending the code behing that quiz report is quite hard. I am not sure i would recommend it as someone first experience of Moodle development.

In the future, hopefully, something close to what you want should be available as standard in Moodle, thanks to MDL-74610.
Average of ratings: Useful (1)