Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
qbank_exporttoxml

Namespaces

namespace  qbank_exporttoxml
  
 
namespace  qbank_exporttoxml\privacy
  
 

Classes

class  qbank_exporttoxml\export_xml_action
 
class  qbank_exporttoxml\helper
 
class  qbank_exporttoxml\plugin_feature
 
class  qbank_exporttoxml\privacy\provider
 

Functions

 qbank_exporttoxml_preview_display (question_definition $question, int $courseid)
 Callback to add content to the question preview screen.
 

Variables

 $plugin = 2024041600
 
$plugin component = 'qbank_exporttoxml'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2024042200
 

Detailed Description

Function Documentation

◆ qbank_exporttoxml_preview_display()

qbank_exporttoxml_preview_display ( question_definition $question,
int $courseid )

Callback to add content to the question preview screen.

Parameters
question_definition$questionthe question being previewed.
int$courseidthe course id.
Return values
stringHTML to add to the question preview screen.