You are here

function qformat_xml::provide_export in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/question/format/xml/format.php \qformat_xml::provide_export()

Overrides qformat_default::provide_export

File

includes/moodle/question/format/xml/format.php, line 21

Class

qformat_xml

Code

function provide_export() {
  return true;
}