You are here

function qformat_gift::provide_export in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/question/format/gift/format.php \qformat_gift::provide_export()

Overrides qformat_default::provide_export

File

includes/moodle/question/format/gift/format.php, line 44

Class

qformat_gift
@package questionbank @subpackage importexport

Code

function provide_export() {
  return true;
}