function qformat_xml::provide_export in Quiz 6.5
Same name and namespace in other branches
- 6.6 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
Code
function provide_export() {
return true;
}