Up one level | ||
action_column_base.php [source] [62 lines] | A base class for actions that are an icon that lets you manipulate the question in some way. | |
bulk_action_base.php [source] [91 lines] | ||
checkbox_column.php [source] [78 lines] | A column with a checkbox for each question with name q{questionid}. | |
column_base.php [source] [431 lines] | Base class for representing a column. | |
context_to_string_translator.php [source] [98 lines] | ||
edit_menu_column.php [source] [113 lines] | A question bank column which gathers together all the actions into a menu. | |
helper.php [source] [54 lines] | Helper class for question bank and its plugins. All the functions which has a potential to be used by different features or plugins, should go here. | |
menu_action_column_base.php [source] [69 lines] | Base class to make it easier to implement actions that are menuable_actions. | |
menuable_action.php [source] [54 lines] | Interface to indicate that a question bank column can go in the action menu. | |
navigation_node_base.php [source] [64 lines] | Base class class for navigation node. | |
plugin_features_base.php [source] [68 lines] | Base class class for qbank plugins. Every qbank plugin must extent this class. | |
question_edit_contexts.php [source] [222 lines] | ||
question_version_status.php [source] [43 lines] | ||
random_question_loader.php [source] [328 lines] | A class for efficiently finds questions at random from the question bank. | |
row_base.php [source] [70 lines] | Base class for 'columns' that are actually displayed as a row following the main question row. | |
view.php [source] [1328 lines] | Class to print a view of the question bank. |