Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Namespaces | Classes
core_question\bank Namespace Reference

  More...

Namespaces

namespace  search
  
 

Classes

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

Detailed Description