You are here

function qformat_default::exportpostprocess in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/question/format.php \qformat_default::exportpostprocess()

Do an post-processing that may be required

Return value

boolean success

1 call to qformat_default::exportpostprocess()
qformat_qti2::export_quiz in includes/moodle/question/format/qti2/format.php
exports a quiz (as opposed to exporting a category of questions)

File

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

Class

qformat_default
Base class for question import and export formats.

Code

function exportpostprocess() {
  return true;
}