You are here

function qformat_default::exportpreprocess in Quiz 6.6

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

Do any pre-processing that may be required

Parameters

boolean success:

1 call to qformat_default::exportpreprocess()
qformat_qti2::exportpreprocess in includes/moodle/question/format/qti2/format.php
Do any pre-processing that may be required
1 method overrides qformat_default::exportpreprocess()
qformat_qti2::exportpreprocess in includes/moodle/question/format/qti2/format.php
Do any pre-processing that may be required

File

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

Class

qformat_default
Base class for question import and export formats.

Code

function exportpreprocess() {
  return true;
}