You are here

function qformat_xhtml::export_file_extension in Quiz 6.5

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

Return the files extension appropriate for this type override if you don't want .txt

Return value

string file extension

Overrides qformat_default::export_file_extension

File

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

Class

qformat_xhtml
@package questionbank @subpackage importexport

Code

function export_file_extension() {
  return ".html";
}