Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
/question/classes/bank/
FolderUp one level  
Foldersearch/
 
Fileaction_column_base.php                 [source] [60 lines]    A base class for actions that are an icon that lets you manipulate the question in some way.
Filecheckbox_column.php                    [source] [77 lines]    A column with a checkbox for each question with name q{questionid}.
Filecolumn_base.php                        [source] [346 lines]   Base class for representing a column in a {@link question_bank_view}.
Filecopy_action_column.php                 [source] [65 lines]    Question bank column for the duplicate action icon.
Filecreator_name_column.php                [source] [74 lines]    A column type for the name of the question creator.
Filedelete_action_column.php               [source] [81 lines]    action to delete (or hide) a question, or restore a previously hidden question.
Fileedit_action_column.php                 [source] [65 lines]    Base class for question bank columns that just contain an action icon.
Fileedit_menu_column.php                   [source] [101 lines]   A question bank column which gathers together all the actions into a menu.
Fileexport_xml_action_column.php           [source] [63 lines]    Question bank column export the question in Moodle XML format.
Filemenu_action_column_base.php            [source] [70 lines]    Base class to make it easier to implement actions that are menuable_actions.
Filemenuable_action.php                    [source] [56 lines]    Interface to indicate that a question bank column can go in the action menu.
Filemodifier_name_column.php               [source] [74 lines]    A column type for the name of the question last modifier.
Filepreview_action_column.php              [source] [83 lines]    Question bank columns for the preview action icon.
Filequestion_name_column.php               [source] [75 lines]    A column type for the name of the question name.
Filequestion_name_idnumber_tags_column.php [source] [89 lines]    A question bank column showing the question name with idnumber and tags.
Filequestion_text_row.php                  [source] [71 lines]    A column type for the name of the question name.
Filequestion_type_column.php               [source] [59 lines]    A column type for the name of the question type.
Filerandom_question_loader.php             [source] [322 lines]   A class for efficiently finds questions at random from the question bank.
Filerow_base.php                           [source] [52 lines]    Base class for 'columns' that are actually displayed as a row following the main question row.
Filetags_action_column.php                 [source] [102 lines]   The question tags column subclass.
Fileview.php                               [source] [1103 lines]  Class to print a view of the question bank.