You are here

function qformat_multianswer::provide_import in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/question/format/multianswer/format.php \qformat_multianswer::provide_import()

Overrides qformat_default::provide_import

File

includes/moodle/question/format/multianswer/format.php, line 17

Class

qformat_multianswer
@package questionbank @subpackage importexport

Code

function provide_import() {
  return true;
}