You are here

function qformat_qti2::importpreprocess in Quiz 6.5

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

Perform any required pre-processing

Return value

boolean success

Overrides qformat_default::importpreprocess

File

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

Class

qformat_qti2

Code

function importpreprocess() {
  global $CFG;
  error("Sorry, importing this format is not yet implemented!", "{$CFG->wwwroot}/mod/quiz/import.php?category={$category->id}");
}