function qformat_default::importpostprocess in Quiz 6.6
Same name and namespace in other branches
- 6.5 includes/moodle/question/format.php \qformat_default::importpostprocess()
Override if any post-processing is required
Return value
boolean success
2 methods override qformat_default::importpostprocess()
- qformat_blackboard_6::importpostprocess in includes/
moodle/ question/ format/ blackboard_6/ format.php - Override if any post-processing is required
- qformat_coursetestmanager::importpostprocess in includes/
moodle/ question/ format/ coursetestmanager/ format.php - Override if any post-processing is required
File
- includes/
moodle/ question/ format.php, line 534
Class
- qformat_default
- Base class for question import and export formats.
Code
function importpostprocess() {
return true;
}