function qformat_qti2::importpreprocess in Quiz 6.6
Same name and namespace in other branches
- 6.5 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
Code
function importpreprocess() {
global $CFG;
error("Sorry, importing this format is not yet implemented!", "{$CFG->wwwroot}/mod/quiz/import.php?category={$category->id}");
}