| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
| Namespaces | |
| namespace | qbank_exporttoxml | 
|  | |
| namespace | qbank_exporttoxml\privacy | 
|  | |
| Classes | |
| class | qbank_exporttoxml\export_xml_action | 
| Question bank column export the question in Moodle XML format.  More... | |
| class | qbank_exporttoxml\helper | 
| Class helper for export plugin.  More... | |
| class | qbank_exporttoxml\plugin_feature | 
| Class plugin_feature is the entrypoint for the columns.  More... | |
| class | qbank_exporttoxml\privacy\provider | 
| Privacy Subsystem for qbank_exporttoxml implementing null_provider.  More... | |
| Functions | |
| qbank_exporttoxml_preview_display (question_definition $question, int $courseid) | |
| Callback to add content to the question preview screen. | |
| Variables | |
| $plugin = 2023100400 | |
| $plugin | component = 'qbank_exporttoxml' | 
| $plugin | maturity = MATURITY_STABLE | 
| $plugin | version = 2023100900 | 
| qbank_exporttoxml_preview_display | ( | question_definition | $question, | 
| int | $courseid ) | 
Callback to add content to the question preview screen.
| question_definition | $question | the question being previewed. | 
| int | $courseid | the course id. | 
| string | HTML to add to the question preview screen. |