function qformat_default::importpreprocess in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/question/format.php \qformat_default::importpreprocess()
Perform any required pre-processing
Return value
boolean success
2 methods override qformat_default::importpreprocess()
- qformat_coursetestmanager::importpreprocess in includes/
moodle/ question/ format/ coursetestmanager/ format.php - Perform any required pre-processing
- qformat_qti2::importpreprocess in includes/
moodle/ question/ format/ qti2/ format.php - Perform any required pre-processing
File
- includes/
moodle/ question/ format.php, line 210
Class
- qformat_default
- Base class for question import and export formats.
Code
function importpreprocess() {
return true;
}