You are here

function qformat_xhtml::provide_export in Quiz 6.6

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

Overrides qformat_default::provide_export

File

includes/moodle/question/format/xhtml/format.php, line 9

Class

qformat_xhtml
@package questionbank @subpackage importexport

Code

function provide_export() {
  return true;
}