Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.
/mod/quiz/report/
FolderUp one level  
Foldergrading/
 
Folderoverview/
 
Folderresponses/
 
Folderstatistics/
 
Fileattemptsreport.php         [source] [385 lines]   The file defines a base class that can be used to build a report like the overview or responses report, that has one row per attempt.
Fileattemptsreport_form.php    [source] [120 lines]   Base class for the settings form for {@link quiz_attempts_report}s.
Fileattemptsreport_options.php [source] [291 lines]   Base class for the options that control what is visible in an {@link quiz_attempts_report}.
Fileattemptsreport_table.php   [source] [701 lines]   Base class for the table used by a {@link quiz_attempts_report}.
Filedefault.php                [source] [99 lines]    Base class for quiz report plugins.
Filereportlib.php              [source] [446 lines]   Helper functions for the quiz reports.