Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Classes | Namespaces
statistics_bulk_loader.php File Reference

Helper to efficiently load all the statistics for a set of questions. More...

Classes

class  core_question\local\statistics\statistics_bulk_loader
 

Namespaces

namespace  core_question\local\statistics
  
 

Detailed Description

Helper to efficiently load all the statistics for a set of questions.

If you are implementing a question bank column, do not use this method directly. Instead, override the {

See also
column_base::get_required_statistics_fields()} method in your column class, and the question bank view will take care of it for you.
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later