Up one level | ||
search/ | ||
action_column_base.php [source] [60 lines] | A base class for actions that are an icon that lets you manipulate the question in some way. | |
checkbox_column.php [source] [77 lines] | A column with a checkbox for each question with name q{questionid}. | |
column_base.php [source] [346 lines] | Base class for representing a column in a {@link question_bank_view}. | |
copy_action_column.php [source] [65 lines] | Question bank column for the duplicate action icon. | |
creator_name_column.php [source] [74 lines] | A column type for the name of the question creator. | |
delete_action_column.php [source] [81 lines] | action to delete (or hide) a question, or restore a previously hidden question. | |
edit_action_column.php [source] [65 lines] | Base class for question bank columns that just contain an action icon. | |
edit_menu_column.php [source] [101 lines] | A question bank column which gathers together all the actions into a menu. | |
export_xml_action_column.php [source] [63 lines] | Question bank column export the question in Moodle XML format. | |
menu_action_column_base.php [source] [70 lines] | Base class to make it easier to implement actions that are menuable_actions. | |
menuable_action.php [source] [56 lines] | Interface to indicate that a question bank column can go in the action menu. | |
modifier_name_column.php [source] [74 lines] | A column type for the name of the question last modifier. | |
preview_action_column.php [source] [83 lines] | Question bank columns for the preview action icon. | |
question_name_column.php [source] [75 lines] | A column type for the name of the question name. | |
question_name_idnumber_tags_column.php [source] [89 lines] | A question bank column showing the question name with idnumber and tags. | |
question_text_row.php [source] [71 lines] | A column type for the name of the question name. | |
question_type_column.php [source] [59 lines] | A column type for the name of the question type. | |
random_question_loader.php [source] [322 lines] | A class for efficiently finds questions at random from the question bank. | |
row_base.php [source] [52 lines] | Base class for 'columns' that are actually displayed as a row following the main question row. | |
tags_action_column.php [source] [102 lines] | The question tags column subclass. | |
view.php [source] [1103 lines] | Class to print a view of the question bank. |