function qformat_xhtml::provide_export in Quiz 6.5
Same name and namespace in other branches
- 6.6 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;
}