You are here

function qformat_coursetestmanager::importpostprocess in Quiz 6.6

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

Override if any post-processing is required

Return value

boolean success

Overrides qformat_default::importpostprocess

File

includes/moodle/question/format/coursetestmanager/format.php, line 289

Class

qformat_coursetestmanager

Code

function importpostprocess() {
  return true;
}