You are here

function qformat_default::provide_export in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/question/format.php \qformat_default::provide_export()
4 methods override qformat_default::provide_export()
qformat_gift::provide_export in includes/moodle/question/format/gift/format.php
qformat_qti2::provide_export in includes/moodle/question/format/qti2/format.php
qformat_xhtml::provide_export in includes/moodle/question/format/xhtml/format.php
qformat_xml::provide_export in includes/moodle/question/format/xml/format.php

File

includes/moodle/question/format.php, line 38

Class

qformat_default
Base class for question import and export formats.

Code

function provide_export() {
  return false;
}