Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
bank Directory Reference

Directories

Files

file  action_column_base.php
 A base class for actions that are an icon that lets you manipulate the question in some way.
 
file  checkbox_column.php
 A column with a checkbox for each question with name q{questionid}.
 
file  column_base.php
 Base class for representing a column in a question_bank_view.
 
file  copy_action_column.php
 Question bank column for the duplicate action icon.
 
file  creator_name_column.php
 A column type for the name of the question creator.
 
file  delete_action_column.php
 action to delete (or hide) a question, or restore a previously hidden question.
 
file  edit_action_column.php
 Base class for question bank columns that just contain an action icon.
 
file  edit_menu_column.php
 A question bank column which gathers together all the actions into a menu.
 
file  export_xml_action_column.php
 Question bank column export the question in Moodle XML format.
 
file  menu_action_column_base.php
 Base class to make it easier to implement actions that are menuable_actions.
 
file  menuable_action.php
 Interface to indicate that a question bank column can go in the action menu.
 
file  modifier_name_column.php
 A column type for the name of the question last modifier.
 
file  preview_action_column.php
 Question bank columns for the preview action icon.
 
file  question_name_column.php
 A column type for the name of the question name.
 
file  question_name_idnumber_tags_column.php
 A question bank column showing the question name with idnumber and tags.
 
file  question_text_row.php
 A column type for the name of the question name.
 
file  question_type_column.php
 A column type for the name of the question type.
 
file  random_question_loader.php
 A class for efficiently finds questions at random from the question bank.
 
file  row_base.php
 Base class for 'columns' that are actually displayed as a row following the main question row.
 
file  tags_action_column.php
 The question tags column subclass.
 
file  view.php
 Class to print a view of the question bank.