Is there a way to add category name to every question in quiz review? (url is domain.com/mod/quiz/review.php)
Or I need to add that functionality via creating a new appropriate plugin or some another way?
Thanks
Is there a way to add category name to every question in quiz review? (url is domain.com/mod/quiz/review.php)
Or I need to add that functionality via creating a new appropriate plugin or some another way?
Thanks
You could probably achieve this using this technique https://docs.moodle.org/dev/Overriding_a_renderer to override one of the quiz or question renderers.