You are here

function qformat_qti2::provide_export in Quiz 6.5

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

Overrides qformat_default::provide_export

File

includes/moodle/question/format/qti2/format.php, line 21

Class

qformat_qti2

Code

function provide_export() {
  return true;
}